/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */#gallery { position: left;   width: 300px;  padding-top: 10px;}#thumbs { width: 100%;   float: center;}#thumbs a { display: block;   float: left;   margin: 1px 1px 3px 9px;   width: 60px;   height: 75px;   border: 1px solid #40403E;}#thumbs a img { width: 60px;   height: 75px;   border: 0;}#thumbs a:hover {border-color: #ddd;}#thumbs a:hover img { position: absolute;   width: 325px;   height: 450px;   right: 150px;   top: 175px;   padding: 1px;  border: 1px solid #40403E;}
