.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 1150px;
}


.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 12px;
	margin-right: 12px;
}

/*Slider*/
.slider-relative {
	position:relative;
	overflow: hidden;
	margin-top: 1px;
}


.items {
	display: none;	
	overflow: hidden;
}

.slider-block {
	position:relative;
	height: 724px;
	
}
.slider {
	z-index:2;
	overflow: visible !important;
	height: 724px;

	position: relative;
}

a.prev, a.next {
	width: 56px;
	background: url(../images/prevnext.png) 0 0 no-repeat;
	height: 112px;
	position: absolute;
	display: block;
	bottom: 49px;
	z-index: 999;
	left: 45px;

}

a.next {
	left: 101px;
	width: 57px;
	background-position: right bottom;

}

a.next:hover,a.prev:hover  {
	opacity: 0.8;
}

.slider .banner{
	top: 274px;
	left: 0px;
	position: absolute;
	font-family: 'Pathway Gothic One', sans-serif;;
	color: #fff;	
	text-transform: uppercase;
}

.slider .banner div {
	font-size: 28px;
	line-height: 65px;
	color: #263555;
	padding: 4px 19px 6px 19px;
	background: #fff;
	display: inline-block;
}

.slider .banner span {
	padding: 3px 15px 7px 19px;
	display: inline-block;
	font-size: 43px;
	line-height: 64px;
	background: #38afe5;
}

