.slider {
	width:750px;
	height:432px;
	position:relative;
	z-index:2;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: -116px;
	margin-left: -29px;
}
.pagination {
	display:none;
}
.items {
	display:none;
}
.navigation {
	position:absolute;
	z-index:30;
	right:-31px;
	bottom:-116px;
	overflow:hidden;
	width:68px;
	height:34px;
}
	.navigation a {
		display:block;
		width:34px;
		height:34px;
		float:left;
		
	}
		.navigation .next {
			background:url(../images/buttons.png) right -34px no-repeat;
		}
			.navigation .next:hover {
				background:url(../images/buttons.png) right 0px no-repeat;
			}
		.navigation .prev {
			background:url(../images/buttons.png) left 0px no-repeat;
		}
			.navigation .prev:hover {
				background:url(../images/buttons.png) left -34px no-repeat;
			}

.banner {
	height:116px;
	width:100%;
	position:absolute;
	left:0;
	top:368px;
	padding:0px 0 0 40px;
	background:url(../images/banner-bg.png) repeat;
	color:#717070;
}
	.dark {
		background:url(../images/banner-dark-bg.png) repeat;
	}
		.banner span {
			display:block;
			font-family: 'Open Sans', sans-serif;
			font-weight:600;
			padding:30px 0 5px 0;
			color:#000;
			letter-spacing:-1px;
			
			font-size:24px;
			line-height:1.24em;
		}
		.banner.dark span {
			color:#fff
		}
