@charset "utf-8";

.albumWrap{width:938px;padding:5px; margin:0px auto; margin-top:20px; position:relative;}
.bigShowPicWrap{ position:relative; overflow:hidden;}
.bigPic_show{text-align:center; position:relative; z-index:1;}
.bigPic_show img{height:600px;overflow:hidden; width:900px;}
.album_pre{position:absolute; left:-31px; top:360px; z-index:2; display:block; height:59px; width:31px; background:url(pre.png) 0px 0px no-repeat;}
.album_next{position:absolute; right:-31px; top:360px; z-index:2;display:block; height:59px; width:31px;background:url(next.png) 0px 0px no-repeat;}
.thumbShowWrap{position:relative; margin-top:6px; margin-left:-18px}
.thumb_pre{background:url(pre.jpg) 0px 0px no-repeat #FFF; width:15px; height:64px; position:absolute; left:0px; z-index:2; top:10px;}
.thumb_next{background:url(next.jpg) 0px 0px no-repeat #FFF; width:15px; height:64px; position:absolute; right:-28px; z-index:2;top:10px;}
.thumbScrollWrap{ position:relative; height:126px;left:12px; padding-left:1px; overflow:hidden; z-index:1; margin-left:2px;}
.thumbList{left:0px; top:0px; height:126px; position:relative;}
.thumbList li{float:left; margin-left:3px; display:inline; width:113px; height:110px; border:1px solid #FFF; overflow:hidden; cursor:pointer;}
.thumbList li.current{ border:solid 2px #a67028;}
.thumbList li img{ width:113px; height:110px;}
.loading{background:url(loading.gif) 0px 0px no-repeat; display:none; position:absolute; left:285px; top:130px; z-index:3; width:32px; height:32px;}

