﻿

/*Slider*/
.slider-relative {
	position:relative;
	overflow:hidden;
	margin: 0 auto;
}


.items {
	display: none;	
}

.slider-block {
	position:relative;
	overflow:hidden;
	height: 625px;
	margin: 0 auto;
	

}
/*.slider {
	z-index:2;
	height: 625px;
	position: absolute;
	left: 50%;
	margin-left: -800px;
	width: 1600px;
}*/


.slider .banner{
	position: absolute;
	z-index: 1 !important;
	left: 0;
	width: 210px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	right: 0;
	top: 402px;
	width: 100%;
}

.banner h2 {
	color: #fff;
	font-size: 21px;
	line-height: 38px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 26px;
	text-align: center;
	padding: 11px 60px 10px ;
}

.banner h2 span {
	color: #e5ad2a;	
}


.pagination {
bottom: 0px;
position: absolute;
left: 52%;
margin-left: -51px;
z-index: 999;
}

.pagination li {
	float: left;
}

.pagination li+li {
	margin-left: 15px;
}


.pagination  li a{
	width: 24px;
	display: block;
		transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
	height: 23px;
	background: url(../images/pagination.png) right 0 no-repeat;
}

.pagination li a:hover, .pagination li.current a {
	background-position: 0 0;
}











#slide {width:1184px;  
		/*height:506px;*/ 
		overflow:hidden; 
		z-index:777;
		margin:0 auto 0px auto;
		position: relative;
		background:url(../images/slider.jpg) 0 bottom repeat-x;}

.slider {width:1184x; 
		/*height:508px;*/
		overflow:hidden; 
		position:relative; 
		/*left:50%;
		margin-left:-840px;*/}
		
.items { display:none;}


/*.next {position:absolute; bottom:31px; right:50%; margin-right:-58px; width:57px; height:58px; background:url(../images/next.png) 0 bottom no-repeat; display:block; z-index:999;}
.prev {position:absolute; bottom:31px; left:50%; margin-left:-58px; width:57px; height:58px; background:url(../images/prev.png) 0 bottom no-repeat;display:block; z-index:999;}
.next:hover, .prev:hover {background-position:0 0;}*/









