/* CSS Document */

#image_caption {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	clear:both;
	width:400px;
}

/* ----- Styles from SPRY Example ----- */

#thumbnails div {
	position:relative;
	width:25px;
	height:25px;
	float:left;
	display:inline;
	margin:5px;
	padding:0;
	float:left;	
}
#thumbnails img {
	width:27px;
	height:27px;
	position:absolute;
	border:1px solid #9e7257;
}

#mainImageOutline {
	background-color:#C7BE9B;
	border:1px solid #9e7257;
	padding:5px;
	margin-bottom:10px;
	margin-left:5px;
}

.selectedThumbnail {border:solid 2px #CCCC00 !important;}
.inFocus {border:solid 1px #CCCC00 !important;}

/* ----- New Styles ----- */


#thumbnail_wrapper{
	width:150px;
	float:left;
	margin-left:5px;
}

#pic_block
{
	float:left;
	margin-left:5px;
	width:400px;
	margin-top:5px;
}

#footer{
	clear:both;
	height:13px;
	margin-top:10px;
	background-repeat:no-repeat;
	margin-bottom:15px;
	
}

#wrapper_main{
	border-style:solid;
	border-width:3px;
	border-color:#9e7257;
	width:580px;
	padding-bottom:10px;
	float:left;


}
