
/*Slider*/
.slider-relative {
	position:relative;
	overflow:hidden;
	margin: 0 auto;
	width: 940px;
	border-bottom: 2px solid #cc443e;
}

.slider-block {
	position:relative;
	overflow:hidden;
	padding-top: 0px;

}
.slider {
	position:relative;
	z-index:2;

}



.caro1 {
	position: relative;
	overflow: hidden;
}

.carobot{
	position: absolute;
	z-index: 999;
	width: 460px;
	padding-top: 36px;
	padding-bottom: 31px;
	left: 50%;
	margin-left: -230px;
	top: 355px;

}

.carobot_bg {
	position: absolute;
	z-index: 99;
	background: url(/images/banner_bg.png) 0 0 repeat;
	border-top: 2px solid #cc443e;
	height: 129px;
	width: 460px;
	left: 50%;
	margin-left: -230px;
	top: 353px;
}

.carobot h2 {
	width: 460px;
	text-align: center;
	display: inline-block;
	min-height: 44px;
	font-size: 30px;
	letter-spacing: -1px;
	text-transform: none;
	line-height: 30px;
	padding-top: 0px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}


.next {
    position: absolute;
	right: 0px;
    height:13px;
	width: 9px;
    cursor: pointer;
	z-index:102;
	top: 398px;
	right: 250px;
	z-index: 999;
	padding: 20px;
	background: none;

}

.next span {
    background: transparent url(/images/prevnext.png) no-repeat right 0;
    width: 5px;
    height: 9px;
	display: block;
}



.next:hover span {
    background-position: right bottom;
}


.prev {
    position: absolute;
    width: 9px;
    height: 13px;
    cursor: pointer;
	top: 398px;
	left: 250px;
	z-index: 999;
	padding: 20px;
	background: none;
}

.prev span {
    background: transparent url(/images/prevnext.png) no-repeat 0 0;
    width: 5px;
    height: 9px;
	display: block;
}


.prev:hover span {
    background-position: 0px bottom;
}

