@charset "utf-8";
/* CSS Document */

.image_carousel { padding-left:11px;
	position: relative;
	width:500px;
}
.image_carousel img {
	padding: 5px;
	margin: 5px;
	display: block;
	float: left;
}
a.prev, a.next {
	display: block;
	font-family: "宋体";
	text-align: center;
	width: 10px;
	height: 330px;
	line-height: 330px;
	border: 1px solid #CCC;
	background: #EBEBEB;
	cursor: pointer;
	text-decoration: none; position: absolute;
	top: 10px;
}

 a.next{left:530px;}
a.prev {			left: 0px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: -22px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}