#divThumbsImg {
	overflow:hidden; 
	height: 332px; 
	width: 100px; 
	text-align: center; 
	float: left; 
	margin:24px 0 0 0;
}
.thumbsImg {
	background-color: #CCCCCC;
}
#divMainImg {
	float: left; 
	width: 552px; 
	height: 332px;
	text-align: center;
	overflow: hidden;
	margin:24px 0 0 26px;
	border: 1px solid #BFCCC7;
}
a.popupLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;	
	text-decoration: none;
	color: #BFCCC7;
	font-weight: bold;
}
a.popupLink:hover {
	color: #FF3300;
	font-weight: bold;
}

