
.cxslide_x {
    overflow: hidden;
    position: relative;
    //height: 368px;
}

    .cxslide_x a {
        color: #eee;
        text-decoration: none;
    }

    .cxslide_x .box {
        overflow: hidden;
        position: relative;
        //height: 353px;
    }

    .cxslide_x .list {
        overflow: hidden;
        width: 9999px;
    }

        .cxslide_x .list li {
            float: left;
            position: relative;
        }

        .cxslide_x .list img {
            vertical-align: top;
        }

        .cxslide_x .list p {
            display: block;
            position: absolute;
            //background: url(imagesbg.png);
            //font-size: 20px;
            width: 60%;
            height: 35px;
            line-height: 35px;
            text-shadow: none;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0px 0px 0px 10px;
            margin: 0;
            max-width: none;
            color: #fff;
            font-weight: bold;
            filter: Alpha(Opacity=100);
            opacity: 1.0;
            z-index: 1000;
            text-decoration: none;
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .cxslide_x .cxbtn {
            position: absolute;
    right: 10px;
    bottom: 31px;
    z-index: 3;
    height: 12px;
    }

        .cxslide_x .cxbtn li {
           display: block;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(imagesstag.png);
    float: left;
    margin-right: 10px;
        }

@media(max-width: 1023px) {
    .cxslide_x .cxbtn {
        margin: 0px;
    }

        .cxslide_x .cxbtn li {
            width: 12.5%;
            margin-right: 0px;
        }

    .cxslide_x, .cxslide_x .box {
        height: auto;
    }
}

.cxslide_x .cxbtn .selected {
    background-image: url(imagesstag-active.png);
}

.cxslide_x .minus,
.cxslide_x .plus {
    position: absolute;
    top: 120px;
  height: 76px;
  width: 32px;
    /*background-image: url(imagescontrol.png);
    background-repeat: no-repeat;*/
    text-align: center;
    cursor: pointer;
}

.cxslide_x .minus {
    left:6px;
  background: url("imagesindeximg.png") 0 -204px no-repeat; 
}

.cxslide_x .plus {
    right:6px;
   background: url("imagesindeximg.png") 0 -129px no-repeat;
}


