﻿.gallery_container{clear:both; width:90%; margin:0px auto;}
.gallery_list{clear:both;padding:3px;border:1px solid #eeeeee;overflow:hidden;position:relative; margin:0px auto;}
.gallery_list div.gallery_listdiv{overflow:hidden; margin:0px 14px;height:44px;position:relative; padding:0px;}
.gallery{list-style:none;height:44px; position:absolute; top:0px; left:0px; margin:0px; padding:0px; clear:both; display:block;}
.gallery li{display:block;width:40px;height:40px;overflow:hidden;float:left;margin:2px;border:1px solid #eeeeee;}
.gallery li img{display:block;width:36px;height:36px;margin:2px auto;cursor:pointer;}
.gallery li.cur{background:#777777;border:1px solid #777777;}
.gallery li.hover{border:1px solid #777777;}
.gallery_list a.previmg,.gallery_list a.nextimg{width:13px; height:13px; background:url(prev.gif); overflow:hidden; cursor:pointer;margin:15px 0px; display:block; float:left;}
.gallery_list a.nextimg{background:url(next.gif); float:right;}
.gallery_wrapper{margin:0px auto;cursor:pointer; clear:both; height:auto; width:auto;}
.gallery_caption{text-align:center;vertical-align:middle;height:14px; line-height:14px; font-size:12px;font-style:italic;color:#887;clear:both; margin:5px;}
.gallery_img{ margin:0px auto;width:280px; height:190px;}