#slider {
    width: 100%;
    margin: 0 auto;}
.responsive {
    width: 100%;
    height: auto;}

.pagination li {
    background-color: #ddd;}
.pagination li.active {
    background-color: #000;}
#playBox .pre {
    cursor: pointer;
    width: 48px;
    height: 84px;
    background: url(images/b_left.png) no-repeat;
    position: absolute;
    top: 200px;
    left: 0px;
    z-index: 10;}
#playBox .next {
    cursor: pointer;
    width: 48px;
    height: 84px;
    background: url(images/b_right.png) no-repeat;
    position: absolute;
    top: 200px;
    right: 0px;
    z-index: 10;}

