/*--------- slider ---------*/
#slider {
	width: 100%;
	height: 500px;
	padding-bottom: 10px;
	overflow: hidden;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.slider-block {
	width: 100%;
	left: 50%;
}
.slider {
	width: 100%;
	height: 500px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.items { display:none;}

.pagination { display:none;}

.banner {
	background: url(../images/banner.png) 0 0 repeat;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 990px;
	width: 420px;
	height: 500px;
	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: 499px;
	left: 5px;
	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: 498px;
	right: 5px;
	background: url(../images/next.gif) 0 0 no-repeat;
	width: 32px;
	height: 41px;
	z-index: 111 !important;
	display: inline-block;
}
.next:hover {background-position:0 bottom;}
