/*--------- slider ---------*/
#slider { width:100%; height:400px; position:relative; padding-bottom:10px; overflow:hidden;}
.slider-block {width:1066px; position:absolute; left:50%; margin-left:-533px;}
.slider {
	width:770px;
	height:274px;
	margin:0 auto;
}
.items { display:none;}

.pagination { display:none;}

.banner {
	background:url(../images/banner.png) 0 0 repeat;
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	width:270px;
	height:274px;
	font-size:11px;
	line-height:22px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
.banner>div {padding: 40px 30px 0px 40px;}
.banner span {
	display:block;
	font-size:30px;
	line-height:42px;
	color:#01AEF0;
	font-weight:bold;
	font-family: Philosopher;
}
.banner strong {
	display:block;
	font-size:16px;
	line-height:25px;
	color:#000;
	font-family: Geneva, sans-serif;
	margin-top:0px;
}
.banner p {
	text-transform:uppercase;
	font-family: Geneva, sans-serif;
	font-size: 14px;
}
.banner a {margin-top:52px;}

.prev {position:absolute; top:180px; left:0px; background:url(../images/prev.gif) 0 0 no-repeat; width:23px; height:41px; z-index:111 !important; display:inline-block;}
.prev:hover {background-position:0 bottom;}
.next {position:absolute; top:180px; right:0px; background:url(../images/next.gif) 0 0 no-repeat; width:23px; height:41px; z-index:111 !important; display:inline-block;}
.next:hover {background-position:0 bottom;}
.small-img {
	height: 89px;
	width: 123px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
