/*--------- slider ---------*/

#slide {
	position: relative;
	overflow: visible;
	border-radius: 1px;
	background: #ebebec;
	width: 480px;
	margin: 0px auto 0 auto;
	padding: 4px;
	z-index: 2;
}

.slider { width:480px; height:280px; margin:0 auto; position:relative; z-index:2; }

.items { display:none;}

.pagination { position:absolute; top:250px; left:100px; display:inline-block; width:480px; padding:10px 0 10px 10px; border-radius:0 0 5px 5px; z-index:999 !important; }

.pagination li {float:left;	margin-right:4px;}

.pagination a { display:block; width:21px; height:21px; background:url(../img/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: 10px;
	color: #fbebc4;
	right: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	width: 435px;
	margin-right: 5px;
}