#gallery {
	width:680px;
	height:230px;
	position:absolute;
	top:0px;
	left:0px;
}
#gallery ul {list-style:none; padding:5px; margin:0; width:380px; float:left; height:250px;overflow:auto;}
#gallery ul li {display:inline; width:79px; height:56px; float:left; margin:0 4px 4px 0; border:1px solid #999; cursor:pointer;}
#gallery ul li img {display:block; width:79px; height:56px;}
#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 {margin:5px auto 0 auto; width:320px; height:214px; 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;
	top:4px;
	width:320px;
	left:350px;
	height:214px;
}
#gallery ul li.click i img {margin:5px auto 0 auto; width:auto; height:auto; border:1px solid #999;}

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

