
#slide {
    background: #000 none repeat scroll 0 0;
    height: 516px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
    z-index: 100;
}
.slider {
    height: 516px;
    margin: 0 auto;
    overflow: visible !important;
    position: relative;
    width: auto;
    z-index: 2;
}
.items {
    display: none;
}
.pagination {
    bottom: 0;
    height: 51px;
    left: 378px;
    position: absolute;
    width: 193px;
    z-index: 112;
}
.pagination li {
    display: none;
}
.pagination a {
}
.pagination li.current a, .pagination li:hover a {
}
.prev {
    background: rgba(0, 0, 0, 0) url("../images/prev.png") no-repeat scroll 0 0;
    bottom: 6px;
    display: inline-block;
    height: 33px;
    left: 441px;
    position: absolute;
    width: 33px;
    z-index: 111;
}
.prev:hover {
    background-position: 0 bottom;
}
.next {
    background: rgba(0, 0, 0, 0) url("../images/next.png") no-repeat scroll 0 0;
    bottom: 6px;
    display: inline-block;
    height: 33px;
    position: absolute;
    right: 442px;
    width: 33px;
    z-index: 111;
}
.next:hover {
    background-position: 0 bottom;
}
