@charset "utf-8";

#slider{
	position:fixed;
	bottom:-200px;
	left:0;
	width:100%;
	z-index:200;
	background-image:url(../img/top/banner_bg_00.jpg);
	background-repeat:repeat-x;
}
.list_carousel {
	position:relative;
	padding: 0 30px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	color: #666;
	text-align: center;
	background-color: #FFF;
	width: 156px;
	height: 50px;
	padding: 0;
	margin: 5px 6px;
	display: block;
	float: left;
}
.clearfix {
	float: none;
	clear: both;
}

a.prev {
	background: url(../img/top/btn_slide_back.jpg) no-repeat transparent;
	display: block;
	width: 25px;
	height: 60px;
	text-indent: -9999px;
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	overflow: hidden;
}

a.next {
	background: url(../img/top/btn_slide_next.jpg) no-repeat transparent;
	display: block;
	width: 25px;
	height: 60px;
	text-indent: -9999px;
	z-index:3;
	position:absolute;
	top:0;
	right:0;
	overflow: hidden;
}

a.prev {			left: 0px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -60px; }
a.prev.disabled {	background-position: 0 -120px !important;  }

a.next {			right:0px;
					background-position: 0 0; }
a.next:hover {		background-position: 0 -60px; }
a.next.disabled {	background-position: 0 -120px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}