.thumnailStrip
{
	width: 600px;
	height: 90px;
	overflow: auto;
	white-space: nowrap; /*Don't let the images wrap to the next line*/

}

.thumnailStrip ul
{
	list-style-type: none;
	padding: 0;
	margin: 5px;
}

.thumnailStrip ul li
{
	display: inline;
	padding: 0px 5px 0px 5px;
}

.photoMainSection
{
	text-align: center;
	padding-top: 10px;
}

.selectedPhoto
{
	border: solid 1px blue;
}