.imagebanner{width:980px;height:417px;position:relative;text-align:center;}

.imagebanner .scrollcontainer{
    width:980px;
	height:417px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}

.imagebanner .scrollcontainer ul{

}

.imagebanner .scrollcontainer li{

}

.imagebanner .abtn {
    position: absolute;
    top: 80px;
    text-indent: -999em;
}

.imagebanner .aleft {
    display: none;
    width: 41px;
    height: 41px;
    left: 20px;
    background: url("../images/scroll_left.png") no-repeat;
}

.imagebanner .aright {
    display: none;
    width: 41px;
    height: 41px;
    right: 20px;
    background: url("../images/scroll_right.png") no-repeat;
}
.imagebanner .pager {
    width: auto;
    margin: -40px auto 0;
    bottom: 0;
	height: 40px;
	text-align: right;
}
.imagebanner .pager li { display: inline-block; }
.imagebanner .pager li a,
.imagebanner .pager li a span {
	display: block;
	height: 15px;
	width: 15px;
}
.imagebanner .pager li a {
	padding: 18px 4px;
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	border-radius: 6px;*/
}
.imagebanner .pager li a span {
	overflow: hidden;
	text-indent: -9999px;
    /*-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
	border-radius: 2px;
    border: 1px solid #ccc;*/
    background: url("../images/scroll_button.png") no-repeat 0 0;
}
.imagebanner .pager li.active a span { background: url("../images/scroll_button.png") no-repeat 0 -15px; border: none;}