
/* CSS for gallery  */

#gallery {position:relative; width:630px;}
#thumbs {width:125px; float:left;}
#thumbs a {display:block; float:left; margin:0 0 5px 5px; width:50px; height:50px; border:1px solid #7e012d;padding:1px;}
#thumbs a img {width:50px; height:50px; border:0;}
#thumbs a:hover {border-color:#ddd;}
#thumbs a:hover img {position:absolute; width:auto; height:auto; right:100px; top:0; border:1px solid #7e012d;padding:2px;background:#ffffff;}

