
#slide {
    background: none repeat scroll 0 0 #EBECEC;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 972px;
    z-index: 2;
}
.slider {
    height: 287px;
    margin: 0 auto;
    overflow: visible !important;
    padding-bottom: 15px;
    position: relative;
    width: 972px;
    z-index: 2;
}

.pic {
	width: 973px !important;
	height: 287px !important;
}

.items {
    display: none;
}
.pagination {
    display: none;
}
.pagination li {
}
.pagination a {
}
.pagination li.current a, .pagination li:hover a {
}
.prev {
    background: url("../images/prev.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 43px;
    left: -40px;
    position: absolute;
    top: 220px;
    width: 22px;
    z-index: 111;
}
.prev:hover {
    background-position: 0 bottom;
}
.next {
    background: url("../images/next.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 43px;
    position: absolute;
    right: -40px;
    top: 220px;
    width: 22px;
    z-index: 111;
}
.next:hover {
    background-position: 0 bottom;
}
.for_slides {
    height: 287px;
    overflow: hidden;
}
.banner {
    background: none repeat scroll 0 0 #000000;
    overflow: hidden;
    padding: 10px 0 0;
    width: 960px;
}
.banner p {
    float: left;
    width: 740px;
}
.banner p strong {
    color: #FFFFFF;
    display: block;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 60px;
}
.banner p span {
    color: #636F6F;
    display: block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 24px;
    margin-top: -1px;
}
.banner a {
    background: none repeat scroll 0 0 #EF6F53;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    font-size: 26px;
    line-height: 32px;
    margin-top: 18px;
    padding: 11px 24px 21px;
}
.banner a:hover {
    background: none repeat scroll 0 0 #636F6F;
}
