
/*Slider*/
.slider-relative {
	position:relative;
	overflow:hidden;
	margin: 0 auto;
	height: 435px;
}

.slider-block {
	position:relative;
	overflow:hidden;
	padding-top: 0px;
	width: 940px;
	margin: 0 auto;
	height: 435px;

}
.slider {
	position:relative;
	z-index:2;
	height: 435px;
	
	
}

.slider .banner{
	position: absolute;
	z-index: 700;
	top: 95px;
	background: url(../images/content_bg.png) 0 0 repeat;
	left: 0;
}

.banner h2 {
	color: #ed4d2e;
	font-size: 114px;
	font-family: 'Righteous', cursive;
	padding: 0;
	margin: 0;	
	line-height: 88px;
	letter-spacing: -6px;
}

.next {
    position: absolute;
	right: 0px;
    height:46px;
	width: 46px;
    cursor: pointer;
	z-index:102;
	top: 301px;
	left: 47px;
	z-index: 999;
	background: none;
	
}

.next span {
    background: transparent url(../images/prevnext.png) no-repeat right 0;	
    width: 46px;
    height: 46px;
	display: block;
}



.next:hover span {
    background-position: right bottom;
}


.prev {
    position: absolute;
    width: 46px;
    height: 46px;
    cursor: pointer;
	top: 301px;
	left: 0px;
	z-index: 999;
	background: none;
}

.prev span {
    background: transparent url(../images/prevnext.png) no-repeat left bottom;	
    width: 46px;
    height: 46px;
	display: block;
}


.prev:hover span {
    background-position: -1px top;	
}

