#gallery {width:732px; height:307px; position:relative; border:0px solid #ddd; background:#0f0f0f;}
#gallery ul {list-style:none; padding:0px; margin:10px 10px 0 0; width:290px; height:210px; float:right; overflow:no;}
#gallery ul li {display:inline; width:85px; height:65px; float:right; margin:0px 5px 5px 0; border:1px solid #0075af; cursor:pointer;}
#gallery ul li img {display:block; width:85px; height:65px;}

#gallery ul li.click i img.default {margin:1px auto 0 1px; width:404px; height:303px; border:1px solid #0075af;}
#gallery ul li.off {display:none;}
#gallery ul li.click {border-color:#0075af; background:#c95106; cursor:default;}
#gallery ul li.click i {position:absolute; left:0; top:0; width:404px; height:302px;}
#gallery ul li.click i img {margin:1px auto 0 auto; width:auto; height:303; border:1px solid #0075af;}
