/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */#gallery {	position: relative;	width: 763px;	padding-top: 0px;	left: -5px;}#thumbs { width: 125px;   float: right;}#thumbs a { display: block;   float: right;   margin: 5px 0px 0px 5px;   width: 50px;   height: 37px;   border: 1px solid #40403E;}#thumbs a img {	width: 50px;	height: 37px;	border: 0;	float: right;}#thumbs a:hover {	border: #524DF2;}#thumbs a:hover img { position: absolute;   width: auto;   height: auto;   right: 125px;   top: 1px;   padding: 1px;  border: 1px solid #40403E;}.formcoul {	background: #4F5051 url(none);	border: #5f5be6;}.formcoulwhite {	color: #999999;	background: #999999;}