/*--------- slider ---------*/
#slider {
	width: 100%;
	height: 500px;
	position: relative;
	
}
.slider {
	width: 100%;
	height: 500px;
	overflow: visible;
}
.items { display:none;}

.pagination { position:absolute; bottom:-118px; left:0px; display:inline-block; z-index:60;width:515px; padding-left:435px; background:url(../images/pagination-bg.gif) 0 11px no-repeat;}
.pagination li {float:left; margin-right:3px;}
.pagination a { display:block; width:25px; height:25px; background:url(../images/pagination.png) right 0 no-repeat; }
.pagination li.current a, .pagination li:hover a { background-position: 0 0;}

.banner {
	position: absolute;
	z-index: 100;
	top: 516px;
	left: 0px;
	width: 100%;
	font-size: 26px;
	line-height: 33px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
	background: #fff;
}
.banner span {display:block; margin-top:-4px;}
