@charset "utf-8";
/* CSS Document */

#gallery {width:525px; 
height:350px;}

#gallery ul {list-style:none; 
padding:0; 
margin:0; 
width:120px; 
position:relative; 
float:right;}

#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; 
padding:0px;
border:1px solid #000;}

#gallery ul li a span {display:none;}

#gallery ul li a:hover span {display:inline; 
position:absolute; 
right:125px; 
top:0px; 
width:400px; 
color:#000000; 
font-size:12px; 
text-align:center;
white-space:normal;}

#gallery ul li a img {display:block; 
width:50px; 
height:50px; 
border:0;
padding:0px;
margin:0px;}

#gallery ul li a:hover {white-space:normal; 
border-color:#ddd;}

#gallery ul li a:hover img {position:absolute; 
right:125px; 
top:50px; 
width:auto; 
height:auto; 
border:1px solid #0000;}