

/*Slider*/
.slider-relative {
	position:relative;
	overflow: hidden;
	width: 100%;
}


.items {
	display: none;	
	overflow: hidden;
}

.slider-block {
	position:relative;
	height: 266px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
.slider {
	border-top: 1px solid #fff1bd;
	border-bottom: 1px solid #a8a8a8;
	z-index:2;
	overflow: visible !important;
	height: 266px;
	position: relative;
	/*left: 50%;*/
	/*margin-left: -800px;*/
	width: 800px;
}


.slider .banner{
	top: 203px;
	text-align: center;
	left: 0px;
	/*padding: 47px  0px 65px;*/
	padding: 20px 0;
	position: absolute;
	font: italic bold 26px/22px 'Marvel', sans-serif;
	color: #fff;	
	width: 100%;
	background: url(../images/banner_bg.png) 0 0 repeat;
}

.slider .banner span {
	color: #f98d0d;
}

.slider .banner i {
	font-style: normal;
	color: #c9e54e;
}

.slider .banner p {
	padding-top: 23px;
	font-size: 24px;
	color: #bdbdbd;
}
/*

.pagination {
bottom: 14px;
position: absolute;
right: 157px;
z-index: 999;
}

.pagination li {
	float: left;
}

.pagination li+li {
	margin-left: 4px;
}


.pagination  li a{
	width: 15px;
	display: block;
		transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
	height: 15px;
	background: url(../images/pagination.png) right 0 no-repeat;
}

.pagination li a:hover, .pagination li.current a {
	background-position: 0 0;
}
*/

/*
a.prev, a.next {
	width: 16px;
	background: url(../images/prevnext.png) 0 0 no-repeat;
	height: 27px;
	position: absolute;
	display: block;
	bottom: 73px;
	z-index: 999;
	right: 100px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

a.next {
	right: 75px;
	background-position: right bottom;

}

a.next:hover {
	background-position: right 0;
}

a.prev:hover {
	background-position: 0 bottom;
}
*/