#gallery {width:1250px; height:480px; position:absolute; left: 300px; top: 500px; border:1px solid #ddd; background:#f0f0f0;} /* overall frame size */
#gallery ul {list-style:none; padding:10px; margin:0; width:600px; float:right; height:480px; overflow:auto;} /* thumb overall frame size */
#gallery ul li {display:inline; width:150px; height:120px; float:left; margin:0 4px 4px 0; border:1px solid #444; cursor:pointer;} /* thumb frame size */
#gallery ul li img {display:block; width:150px; height:120px;} /* thumb image size */


/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {margin:5px auto 0 auto; width:320px; height:240px; border:1px solid #fff;}

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

#gallery ul li.click {border-color:#fc0; background:#f8f8f8; cursor:default;}

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

#gallery ul li.click i img {margin:5px auto 0 auto; width:auto; height:auto; border:1px solid #fff;}

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