/** base carousel **/
#list-video ul
{
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
#list-video .list-v
{
    position: relative;
    width: 100%;
}
.no-js #list-video ul
{
    position: static;
}

#list-video .mask
{
    position: relative;
    overflow: hidden;
    z-index: 10;
}

#list-video ul li
{
    float: left;
    position:relative;
    /*height: 205px;*/
    width: 249px;
}

#list-video .pagination-links
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#list-video .pagination-links li
{
    display: inline;
}

#list-video .pagination-links li a
{
    padding: 2px 6px;
}

#list-video .pagination-links li a:hover
{
    text-decoration: none;
}

#list-video .pagination-links li.current a
{
    background: #444;
    color: #fff;
}

#list-video .disabled
{
    color: gray;
    cursor: default;
}

/** my carousel 2 **/
#list-video
{
    position: relative;
    overflow: hidden;
    width: 100%;
	/*height:170px !important*/
}
#list-video .mask
{
    width: 1230px;
    height: 205px;
}

#list-video li span, #list-video li a
{
    display: block;
    float: left;
    width: 234px;
}
#list-video li .video-img
{
    height:132px;
    position: relative;
}
#list-video .video-img img
{
    height:132px;
    width: 234px;
    position: relative;
    z-index: 1;
}
#list-video .video-img .mask-video
{
    background: url(../images/play-v.png) no-repeat center center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 10;
}
.sp .mask-video {top:-99999px !important;}
.ds li a {width:249px !important;}
.ds li a img {width:234px !important;}
#list-video .video-img:hover .mask-video
{
    background: url(../images/play-vh.png) no-repeat center center;
}
#list-video li .video-name
{
    color: #222;
    font-family: Times New Roman;
    font-size: 15px;
    /*height: 18px;*/
    line-height: 18px;
    margin-top: 5px;
	margin-bottom: 5px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#list-video .title-text
{
    border-top: solid 1px #656668;
    color: #666;
    float: left;
    font-size: 12px;
    line-height: 21px;
    position: relative;
    text-transform: uppercase;
    width: 234px;
    z-index: 30;
}

/*====button=============*/
#list-video .btn-next, #list-video .btn-prev
{
    background: url(../images/aaa.png) repeat left top;
    display: block;
    width: 41px;
    height: 132px;
    overflow: hidden;
    top: 0;
    position: absolute;
    z-index: 20;
}
#list-video .prev, #list-video .next
{
    display: block;
    width: 41px;
    height: 132px;
    overflow: hidden;
    text-indent: -9999em;
    top: 0;
    position: absolute;
    z-index: 30;
}
#list-video .btn-prev, #list-video .prev
{
    left: 0;
}
#list-video .prev
{
    background: url(../images/prev-v.png) no-repeat center center
}
#list-video .next
{
    background: url(../images/next-v.png) no-repeat center center
}
#list-video .prev:hover, #list-video .next:hover
{
    background-position: -41px 0;
}
#list-video .btn-next, #list-video .next
{
    right: 0;
}
#list-video .disabled
{
    visibility: hidden;
}

/*.move-last .mask
{
    padding-left: 15px;
}*/