/* styles for the gallery only */
#thumbcontainer {
	width: 660px;
	height: 210px;
	background-color: #FFFFFF;
}

#thumbcontainer a {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	display: block;
	height: 90px;
	width: 100px;
	text-align: center;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	float: left;
}

#thumbcontainer a:hover {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
/* for the last image in each row otherwise the margin appears in the thumbcontainer in IE6 */
#thumbcontainer a.last {
 margin-right: 0;
}