
#slides {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}
.slides_container {
    display: none;
    overflow: hidden;
    position: relative;
    width: 960px;
}
.slides_container a {
    display: block;
    height: 244px;
    width: 960px;
}
.slides_container a img {
    display: block;
}
.pagination {
    background: url("../img/bg_mainimg.png") no-repeat scroll left bottom transparent;
    display: block;
    height: 36px;
    left: 0;
    padding: 190px 0 0 650px;
    position: absolute;
    top: 16px;
    width: 310px;
    z-index: 200;
}
.pagination li {
    float: left;
    list-style: none outside none;
    margin: 0 1px;
}
.pagination li a {
    background-image: url("../img/pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 12px;
    width: 12px;
}
.pagination li.current a {
    background-position: 0 -12px;
}
.list_carousel {
    height:70px;
overflow:hidden;
padding-bottom:30px;
position:relative;
padding-left:10px; padding-right:10px;
margin-top:3px;
}
.prev {
    left: 0;
    position: absolute;
    top: 0px;
	background:url(../images/ad_btn.gif) no-repeat -1px 0px;
height:72px;
width:18px;
}
.next {
    position: absolute;
    right: 0;
    top: 0px;
	background:url(../images/ad_btn.gif) no-repeat -24px 0px;
height:72px;
width:18px;
border:none;
}
.list_carousel li {
    float: left;
    margin-right:11px;
}
.list_carousel li a {
    display: block;
height:70px;
}
.list_carousel li a:hover {
}




.list_carousel4 {
    height:15px;
overflow:hidden;
padding-bottom:0px;
/*position:relative;*/
padding-left:10px; padding-right:10px;*/
/*margin-top:10px;
margin-left:15px;*/
}
.prev4 {
    left: 0;
    position: absolute;
    top: 0px;
	background:url(../images/ad_btn.gif) no-repeat -1px 0px;
height:72px;
width:18px;
}
.next4 {
    position: absolute;
    right: 0;
    top: 0px;
	background:url(../images/ad_btn.gif) no-repeat -24px 0px;
height:72px;
width:18px;
border:none;
}
.list_carousel4 li {
    float: left;
    margin-right:11px;
}
.list_carousel4 li a {
    display: block;
height:15px;
}
.list_carousel4 li a:hover {
}



