
.list_carousel {
	border:1px solid #CCCCCC;
	position: relative;
	height: 245px;
	overflow: hidden;
}

#carousel_img li {
	float: left;
	width: 558px;
 height: 245px;
}

.carousel_page {
 position: absolute;
 z-index: 15000;
 top: 0;
 right: 0;
 width: 28px;
 height: 240px;
 background: #000000;
 padding: 5px 0 0 5px;
}

.carousel_page a {
	display: block;
	width:23px;
	height: 13px;
	background: url(/images/grandtop/kv_btn_off.gif) no-repeat;
	margin: 0px 0px 4px 0px;
	text-indent: -9999px;
	overflow:hidden;
	outline:none;
}

.carousel_page a.selected { 
	background: url(/images/grandtop/kv_btn_on.gif) no-repeat; 
	 width:23px;
}

.selectImg {
	margin: 5px 0 0 7px;
}

.prev,
.next {
 display: none;
}


