.image_carousel {
	padding: 0;
	position: relative;
	width:1104px;
	margin:0 auto;
}
.image_carousel img {
	margin: 7px 0;
	display: block;
	float: left;
}
#index_slide_pic li{ float:left; width:128px; margin-left:4px; margin-top:4px;}
#index_slide_pic li p{ text-align:center; margin-top:10px;}
a.prev, a.next {
	background: url(imagesarrows.jpg) no-repeat transparent;
	width: 16px;
	height: 81px;
	display: block;
	position: absolute;
	top: 25px;
}
a.prev {			left: -17px;
					background-position: 0 0; }
a.prev:hover {		 }
a.prev.disabled {	 }
a.next {			right: -17px;
					background-position: -16px 0; }
a.next:hover {	 }
a.next.disabled {  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
	display:none;
}
.pagination a {
	width: 10px;
	height: 11px;
	background:url(../images/banner_dot.png) top no-repeat;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background:url(../images/banner_dot.png) bottom no-repeat;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
