/*--------- slider ---------*/
#slider {
	width:100%;
	position:relative;
	padding-bottom:10px;
	overflow:hidden;
	height: 800px;
}
.slider-block {
	width:1066px;
	position:absolute;
	left:50%;
	margin-left:-533px;
	height: 600px;
}
.slider { width:1000px; height:600px; margin:100px auto;}
.items { display:none;}

.pagination { display:none;}

.banner {background:url(../images/banner.png) 0 0 repeat; position:absolute; z-index:100; top:100px; left:690px; width:270px; height:200px; 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:35px; line-height:42px; color:#353535; font-weight:bold; font-family: 'Open Sans Condensed', sans-serif;}
.banner strong {display:block; font-size:20px; line-height:25px; color:#9f9fa6; font-weight:bold; font-family: 'Open Sans Condensed', sans-serif; margin-top:-3px;}
.banner p {text-transform:uppercase; margin-top:18px;}
.banner a {margin-top:52px;}

.prev {position:absolute; top:366px; left:-3px; 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:366px; right:-2px; 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;}
