@charset "utf-8";
#gallery {width:1001px;position:relative; padding-bottom:8px; padding-top:8px;}
#gallery #imagearea{height:657px;text-align:center;position:relative;}
#gallery #imagearea a{position:relative; display:block;}
#gallery #image{position:relative;width:1001px;height:657px;}
#gallery #image img{position:absolute;bottom:0;left:0;top:0px;}
#gallery #thumbwrapper{ margin-top:15px;}
#gallery #thumbarea{position:relative;overflow:hidden;height:100px;width:960px; margin:auto;}
#gallery #img_name{position:absolute;background:#333;filter:alpha(opacity=70);-moz-opacity:.7;opacity:0.7; top:635px;width:1001px;height:30px;text-align:center;color:#fff;z-index:200;}

#gallery #prev_next{position:absolute;width:1001px;height:90px;left:0px;top:700px;}
#gallery #prev_next span{display:block;width:10px;height:45px;cursor:pointer;overflow:hidden;}
#gallery #prev_next #sm_prev{float:left;background:url(../images/left.gif) no-repeat left top;}
#gallery #prev_next #sm_next{float:right;background:url(../images/right.gif) no-repeat left top;}
#gallery #thumbs{position:absolute;width:5000px;}
#gallery #thumbs li{float:left;cursor:pointer;margin-right:15px;background:#151515;}
#gallery #thumbs li img{width:auto;height:100px;filter:alpha(opacity=40);-moz-opacity:.4;opacity:0.4;}
#gallery #thumbs li:hover img,#gallery #thumbs .sel_img img{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;border:1px solid #fff;}

.index_head{ width:1001px;}
.sm_prev{ width:10px; height:30px; overflow:hidden;}
.sm_next{ width:10px; height:30px; overflow:hidden;}
.index_foot5{ width:952px; margin:0 auto; background-image:url(../images/foot_bg2.jpg); height:53px; background-repeat:no-repeat; overflow:hidden;}


