/* sildes css begin */

.control {
    width: 662px;
    height: 400px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
	
}

.change li {
    width: 757px;
    overflow: hidden;
    text-align: center
}
/* 图片垂直居中,不是很准确 */

.change li .imgWrap {
    display: table-cell;
    width: 660px;
    height: 392px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 500px;
	border:1px solid #DEDFDE;
	padding:3px 0 5px 0;
}

.change li img {
	max-height: 382px;
    max-width: 660px;
    overflow: hidden;
    vertical-align: middle;
}
/* 描述部分 */

.change li .textDesc {
    width:662px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    overflow: hidden;
	background:url(../images/yy_bg.png) repeat;
}

.change li .opacity {
    width: 660px;
    min-height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.change li .title {
    color: #e6e6e6;
    line-height: 20px;
	padding:10px;
	width:642px;
	min-height:20px;
}

.change li .title a {
    color: #e6e6e6;
}
/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* 翻页按钮 */

.ssprev,
.ssnext {
    width: 15px;
    height: 25px;
    position: absolute;
    top: 188px;
    color: #FFF;
    font-size: 14px;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
    outline: none
}

.ssprev span,
.ssnext span {
    display: none;
}
.ssprev {
    left:23px;
    background: url(../images/L.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_01.png");
    _background: none;
	display:none;
}
.ssnext {
    right:23px;
    background: url(../images/R.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../images/arrows_02.png");
    _background: none;
	display: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: 175px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.thumbWrap .thumbCont {
    height: 341px;
    overflow: hidden;
    position: relative;
    width: 175px;
	top:29px;
}
.thumbWrap ul li {
    /*height: 92px;*/
    overflow: hidden;
    text-align: center;
    width: 171px;
	margin-bottom:5px;
}
.thumbWrap ul li div {
    display: table-cell;
    width: 167px;
    height:151px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 79px;
	border:2px solid #EAEAEA;
}
.thumbWrap ul li img {
    max-width: 167px;
    max-height: 151px;
    width: expression(this.width > 167 && this.width > this.height ? 167: true);
    height: expression(this.height >151 ? 151: true);
    vertical-align: middle;
    overflow: hidden
}
.thumbWrap ul li.cur div{border:2px solid #2A76AD}
/* 缩图按钮 */
.thumbPrev,
.thumbNext {
    width: 175px;
    height: 20px;
    text-align: center;
    position: absolute;
    z-index: 9;
    outline: none
}
.thumbPrev span,
.thumbNext span {
    display: none;
}
.thumbPrev {
    left:0;
    top:0;
    background: url(../images/prev.jpg) no-repeat;
}
.thumbNext {
    left:0;
    bottom:0;
    background: url(../images/next.jpg) no-repeat;
}