/* Slider */
#slider {
	width: 100%;
	height: 400px;
	position: relative;
	padding: 30px 0 0 0;
	overflow: hidden;
}

.slider-block {
	width: 1066px;
	position: absolute;
	left: 50%;
	margin-left: -533px;
}

.slider {
	width: 960px;
	height: 400px;
	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: 690px;
	width: 280px;
	height: 400px;
	font-size: 11px;
	line-height: 22px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.banner>div {
	padding: 0px 30px 0px 30px;
}

.banner span {
	display: block;
	font-size: 25px;
	padding-top: 43px;
	margin-bottom: 19px;
	color: #5D0400;
}

.banner strong {
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #9f9fa6;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-top: -3px;
}

.banner p {
	margin-top: 25px;
}

.banner a {
	margin-top: 52px;
}

.banner a.button {
	background: url(../images/arrow.gif) no-repeat 100% 6px;
	display: inline-block;
	padding: 0 10px 0 0;
	vertical-align: top;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #3b3b3b !important;
}

.banner a.button:hover {
	color: #699440 !important;
}

.prev-s {
	position: absolute;
	top: 180px;
	left: 0px;
	background: url(../images/prev.png) 0 0 no-repeat;
	width: 31px;
	height: 41px;
	z-index: 111 !important;
	display: inline-block;
}

.prev-s:hover {
	background-position: 0 bottom;
}

.next-s {
	position: absolute;
	top: 180px;
	right: 0px;
	background: url(../images/next.png) 0 0 no-repeat;
	width: 31px;
	height: 41px;
	z-index: 111 !important;
	display: inline-block;
}

.next-s:hover {
	background-position: 0 bottom;
}
