@charset "utf-8";


 .successlunbo {
	width: 1000px;
	margin: 0 auto;
	margin-top:10px;
}
/* sildes css begin */

  .succesny .control {
	width: 855px;
	height:570px;
	background: #282828;
	display: block;
	position: relative;
	top: 0;
	left: 0px;
	overflow: hidden;
	float: left;
}

 .succesny .control .change li {
    width: 857px;
    overflow: hidden;
    text-align: center
}
/* 图片垂直居中,不是很准确 */

 .succesny .control .change li .imgWrap {
    display: table-cell;
    width: 855px;
    height:533px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 500px;
}

 .succesny .control .change li img {
    max-width: 855px;
    max-height:570px;
    width: expression(this.width > 855 && this.width > this.height ?570: true);
    height: expression(this.height >855 ?570: true);
    vertical-align: middle;
    overflow: hidden
}

/* 翻页按钮 */
.ssprev, .ssnext{width:49px;height:49px;position:absolute;bottom:260px; color:#FFF;font-size:14px; z-index: 9;font-weight:bold; cursor: pointer;outline:none} 
.ssprev span, .ssnext span{display: none;}
.ssprev{left:0;background:url(../images/arrows_01.png) no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images/arrows_01.png") ; _background:none}
.ssnext{right:0;background:url(../images/arrows_02.png) no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images/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
}
/* 缩图部分 */

 .succesny .thumbWrap {
	width: 145px;
	height:570px;
	position: relative;
	right: 0;
	top: 0;
	background: #0d0d0d;
	overflow: hidden;
}

 .succesny .thumbWrap .thumbCont {
	height: 486px;
	margin: 45px auto 0;
	overflow: hidden;
	position: relative;
	width: 134px;
}
 .succesny .thumbWrap ul li {
    /*height: 92px;*/
    overflow: hidden;
    padding-bottom: 13px;
    padding-left: 10px;
    text-align: center;
    width: 127px;
}
 .succesny .thumbWrap ul li div {
	display: table-cell;
	width: 127px;
	height: 86px;
	vertical-align: middle;
	cursor: pointer;

    *font-size: 79px;
}
 .succesny .thumbWrap ul li img {
	max-width: 127px;
	max-height: 86px;

    width: expression(this.width > 127 && this.width > this.height ? 127: true);
    height: expression(this.height >89 ? 89: true);
	vertical-align: middle;
	overflow: hidden
}
 .succesny .thumbWrap ul li.cur {}
/* 缩图按钮 */
 .thumbPrev,
 .thumbNext {
    width: 100px;
    height: 24px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    outline: none
}
 .thumbPrev span,
 .thumbNext span {
    display: none;
}
 .thumbPrev {
    left: 25px;
    top: 15px;
    background: url(../images/sprev.png) no-repeat;
}
 .thumbNext {
    left: 25px;
    bottom: 10px;
    background: url(../images/snext.png) no-repeat;
}
