


#sildes{ }


.control {width:650px;height:500px;display: block;position:relative;overflow: hidden;}

.change li{width:650px;overflow: hidden;text-align:center}
/* 图片垂直居中,不是很准确 */
.change li .imgWrap{display: table-cell ;width:630px;height:450px;/*vertical-align: middle;*/cursor:pointer;*font-size: 500px;}

.change li img{max-width:650px;max-height:380px;width: expression(this.width > 1000 && this.width > this.height ? 1000 :true); height:expression(this.height >500 ? 500: true);vertical-align:middle; overflow:hidden}
/* 描述部分 */
/*.change li .textDesc{width:100%;height:100px;position:absolute;left:0;bottom:0;text-align:left;overflow: hidden;}
.change li .opacity{width:100%;height:100px;position:absolute;left:0;bottom:0;background:#000;filter:alpha(opacity=50);opacity:0.5;}*/
.change li .title{ width:0px;font-size:0px; height:0px;}
.change li .title a{ width:0px;font-size:0px; height:0px;}
.change li .text{ width:0px; height:0px; font-size:0px;}

/* 翻页按钮 */
.prev, .next{width:49px;height:49px;position:absolute;bottom:332px; color:#FFF;font-size:14px; z-index: 9;font-weight:bold; cursor: pointer;outline:none} 
.prev span, .next span{display: none;}
.prev{left:0;background:url(../images/arrows_01.png) no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="css/i/arrows_01.png") ; _background:none}
.next{right:0;background:url(../images/arrows_02.png) no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="css/i/arrows_02.png") ; _background:none}

/* 分页 */
.pageClass{text-align:center;z-index: 9;position:absolute;top:50px;padding-top:10px;}
.pageClass a{display: inline-block; width:10px;height:10px;margin:0 3px;overflow:hidden; border:1px solid #bebebe;background:#bebebe ;border-radius:5px;outline:none}
.pageClass a span{display:none}
.pageClass a:hover,.pageClass a.cur{border:1px solid #be230a;background:#be230a }

/* 缩图部分 */
.thumbWrap{width:572px;height:100px;padding:0 39px;position:absolute;left:0;bottom:0;background:#eaeaea;border-radius:0px;overflow: hidden;}
.thumbWrap .thumbCont{width:560px;height:100px;position:relative;overflow: hidden;}
.thumbWrap ul{}
.thumbWrap ul li{float: left; width:134px;height:189px;padding:8px 3px 3px;text-align:center;overflow: hidden;}
.thumbWrap ul li div{display: table-cell ;width:138px;height:89px;vertical-align: middle;cursor:pointer; *font-size: 79px;}

.thumbWrap ul li img {width:113px; margin-top:-90px; height:81px; width: expression(this.width > 116 && this.width > this.height ? 116 :true); height:expression(this.height >89 ? 89: true);vertical-align:middle; overflow:hidden}

.thumbWrap ul li.cur{background:url(i/curBg.gif) no-repeat}

/* 缩图按钮 */
.thumbPrev,.thumbNext{width:39px;height:100px;text-align:center;position:absolute;color:#000;z-index: 9; outline:none}
.thumbPrev span, .thumbNext span{display: none;}
.thumbPrev{left:0;top:0;background:url(../images/prev.png) no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="css/i/prev.png") ; _background:none}
.thumbNext{right:10px;top:0;background:url(../images/next.png) no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="css/i/next.png") ; _background:none}
