/*--------- slider ---------*/
#slider {
	width: 100%;
	height: 300px;
	position: relative;
	padding-bottom: 10px;
	overflow: hidden;
}
.slider-block {
	width: 1066px;
	position: absolute;
	left: 50%;
	margin-left: -533px;
	height: 300px;
	z-index: 1000;
}
.slider {
	width: 960px;
	height: 300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.items { display:none;}

.pagination { display:none;}

.banner {
	background: url(../images/banner.png) 0 0 repeat;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 690px;
	width: 270px;
	height: 300px;
	font-size: 12px;
	line-height: 22px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;

}
.banner>div {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.banner span {
	display: block;
	font-size: 24px;
	line-height: 42px;
	color: #1C1C1C;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
}
.banner strong {
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-top: -3px;
}
.banner p {
	text-transform: none;
	margin-top: 18px;
}
.banner a {
}

.prev {
	position: absolute;
	top: 172px;
	left: 4px;
	width: 29px;
	height: 41px;
	z-index: 111 !important;
	display: inline-block;
	background-image: url(../images/prev.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.prev:hover {background-position:0 bottom;}
.next {
	position: absolute;
	top: 175px;
	right: 1px;
	background: url(../images/next.gif) 0 0 no-repeat;
	width: 23px;
	height: 41px;
	z-index: 1000 !important;
	display: inline-block;
}
.next:hover {background-position:0 bottom;}
