/*--------- slider ---------*/
#slide {
	position:relative;
	overflow:hidden;
	border-radius:12px;
	background:#ebebec;
	width:940px;
	z-index:2;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

.slider {
	width:940px;
	height:393px;
	position:relative;
	z-index:2;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.items {
	display:none;
	font-family: Arial, Helvetica, sans-serif;
}

.pagination { position:absolute; bottom:0px; left:0px; display:inline-block; background:url(../images/pagination-bg.png) 0 0 repeat; width:910px; padding:15px 0 14px 30px; border-radius:0 1 8px 8px; z-index:999 !important; }
.pagination li {float:left;	margin-right:4px;}
.pagination a { display:block; width:21px; height:21px; background:url(../images/pagination.png) right 0 no-repeat; }
.pagination li.current a, .pagination li:hover a { background-position: 0 0;}

.prev {}
.prev:hover {}
.next {}
.next:hover {}

.banner{
	z-index:1000 !important;
	position:absolute;
	top:356px;
	color:#4b4646;
	right:0px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:30px;
	color:#666;
	width:800px;
	margin-right:30px;
}
