/*module_ID=581 轮播图8 begin*/
.layout-cs-carousel8 .wrapper
{
    position: relative;
}
.layout-cs-carousel8 .banner
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.layout-cs-carousel8 .imgList
{
    width: 100%;
    height: 100%;
    z-index: 10;
}
.layout-cs-carousel8 .imgs
{
    width: 100%;
    height: 100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -ms-background-size:cover;
    display: block;
}
.layout-cs-carousel8 .imgList li
{
    width: 100%;
    height: 100%;
    display: none;
}
.layout-cs-carousel8 .imgList .imgOn
{
    display: inline;
    float: left;
}
.layout-cs-carousel8 .imgList a
{
    float: left;
}
.layout-cs-carousel8 .bg
{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index:20;
    opacity: 0.4;
    filter:alpha(opacity=40);
    background: black;
}
.layout-cs-carousel8 .infoList
{
    position: absolute;
    bottom: 0px;
    left: 5px;
    z-index: 30;
    overflow: hidden;
    width: 80%;
    overflow: hidden;
}
.layout-cs-carousel8 .infoList li
{
    display: none;
    font-size: 12px;

}
.layout-cs-carousel8 .infoList .infoOn
{
    display: inline;
    color: #FFFFFF;
}
.layout-cs-carousel8 .indexList
{
    position: absolute;
    border: 1px solid #FFFFFF;
    right: 5px;
    bottom: 3px;
    z-index: 30;
}
.layout-cs-carousel8 .indexList li
{
    float: left;
    padding: 0px 8px;  
    border: #e5eaff 1px solid;
    background: #6f4f67;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 12px;
}
.layout-cs-carousel8 .indexList .indexOn
{
    color: #FFFFFF;
}
/*module_ID=581 轮播图8 end*/