/*中间轮播图区域*/
.ycat_content_middle{
    margin:0px auto;
    position:relative;
    border: 1px solid #ccc;
}
.ycat_content_middle span{
    cursor:pointer
}
.ycat_content_middle:hover .ycat_common{
    display: block;
}

/*左右切换图标*/
.ycat_content_middle .ycat_common{
    width:50px;
    height: 100px;
    position: absolute;
    z-index: 1;
    top:50%;
    margin-top: -50px;
    display: none;
}
.ycat_content_middle .ycat_left{
    opacity: 0.5;
    left:0px;
    background: url(../images/sprite.png) no-repeat;
}
.ycat_content_middle .ycat_right{
    opacity: 0.5;
    right:0px;
    background: url(../images/sprite.png) no-repeat -50px 0;
}

/*左右切换图标*/
.ycat_content_middle ul li{
    width:100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    margin:0px auto;
}

/*切换小图标*/
.ycat_content_middle .ycat_slide_1{
    width:740px;
    height:33px;
    position: absolute;
    bottom:10px;
    left:50%;
    z-index:9;
    margin-left:-355px;
    line-height: 24px;
}
.ycat_content_middle .ycat_slide_1 span{
    width:115px;
    height:33px !important;
    background:#E3DEE1;
    opacity: 0.8;
    text-align:center;
    line-height: 33px;
    margin-left:3px;
    display: block;
    float:left;
    overflow:hidden;
}

.ycat_content_middle .ycat_slide_1 span.ycat_active{
    background:#FF8800;
    color: #fff;
}

/*切换小图标*/
.ycat_content_middle .ycat_slide_2{

    position: absolute;
    bottom:10px;
    left:45%;
    z-index:9;
}
.ycat_content_middle .ycat_slide_2 span{
    width:8px;
    height:8px !important;
    border-radius: 8px;
    background:#E3DEE1;
    opacity: 0.8;
    margin-left:5px;
    display: block;
    float:left;
}
.ycat_content_middle .ycat_slide_2 span.ycat_active{
    width:20px;
    background:#FF8800;
    color: #fff;
}
