@charset "UTF-8";
/* CSS Document */
#content {	
					
		width: 650px;	
		height: 650px;			
	}
#thumbs {
	position:absolute;
	width:142px;
	height:auto;
	top:100px;
	left:20px;
	background-color:#6e6e6e;
}
#thumbs img {
	
	margin-right:4px;
	margin-bottom:4px;
	
}
#mainImage {
	position:absolute;
	left:180px;
	top:100px;
	height:500px;
	width:510px;
	text-align:center;
	;
	}
#mainImage img {border:1px solid #cccccc}
#imgdesc {position:absolute;top:490px; left:20px;height:30px;width:200px;text-align:left;font-size:10px;font-family:Arial, Helvetica, sans-serif;color:#4f4e4e;}
.imgTitle {
	color:#666666
}