@charset "utf-8";

#gallery-area{height:320px;background:url("../images/shadow_u.png") no-repeat bottom;}
#gallery{width:748px;height:308px;background-color:#fff;padding:1px;}
#gallery-left{float:left;border:1px solid #fff;width:470px;height:306px;}
#gallery-right{float:left;}

.qitem {width:90px;height:75px;border:1px solid #fff;margin:0;background-color:#2b2b2b/* url('../images/gmbg.gif') no-repeat*/;overflow:hidden;position:relative;float:left;/*cursor:hand;cursor:pointer;*/}
.qitem img {border:0;position:absolute;z-index:200;}
.qitem .caption {position:absolute;z-index:0;color:#fff;display:block;}
.qitem .caption p {font-size:10px;padding:6px 4px 0 4px;margin:0;line-height:1.3em;}
.topLeft, .topRight, .bottomLeft, .bottomRight {position:absolute;background-repeat: no-repeat; float:left;}
.topLeft {background-position: top left;}
.topRight {background-position: top right;}
.bottomLeft {background-position: bottom left;}
.bottomRight {background-position: bottom right;}
.clear {clear:both;}

