@charset "utf-8";
/* CSS Document */

#gallery {width:580px; height:300px; background-image:url(../showcase/show-blank.gif); }
#gallery ul {list-style:none; padding:0; margin:0; width:140px; position:relative; float:left;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #8a1c1f;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border:1px solid #ccc;}
#gallery ul li a:hover img {position:absolute; left:135px; top:0; width:auto; height:auto; border:1px solid #ccc;}