#gallery {width:1000px; height:405px; position:relative; z-index:999999;}
#gallery ul {list-style:none; padding:5px; margin:0; width:345px; float:right; height:399px; overflow:auto;}
#gallery ul li {display:inline; width:60px; height:60px; float:left; margin:0 4px 4px 0; border:1px solid #444; cursor:pointer;}
#gallery ul li img {display:block; width:60px; height:60px;}
#gallery ul li span {display:none; position:absolute; left:547px; top:235px; width:200px;font-family:verdana, arial, sans-serif; font-size:11px; line-height:15px; text-align:justify;}
#gallery ul li span b {color:#444;}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {padding:0 0 0 1px; width:620px; height:410px;}

#gallery ul li.off {display:none;}

#gallery ul li.click {background:#66563C; cursor:default;}

#gallery ul li.click i {position:absolute; left:0; top:0; width:545px; height:355px;}

#gallery ul li.click i img {padding:0 0 0 1px; width:auto; height:auto;}

#gallery ul li.click span {display:none;}
