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

.slider {
	width:500px;
	height:375px;
	position:relative;
	border-radius:12px;
	z-index:2;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: auto;
}
.items { display:none;}

.pagination {
	position:absolute;
	bottom:0px;
	left:0px;
	display:inline-block;
	background:url(../images/pagination-bg.png) 0 0 repeat;
	width:500px;
	padding:8px 0px 14px 30px;
	border-radius:0 0 8px 8px;
	z-index:999 !important;
}
.pagination li {float:left;	margin-right:4px;}
.pagination a {
	display:block;
	width:21px;
	height:4px;
	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;
	border-radius:12px;
	top:355px;
	color:#fbebc4;
	right:0px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:15px;
	color:#000000;
	width:500px;
	margin-right:0px;
}
