.hHeader_intro {
	height: 618px;
}

.header .header_carousel {
	height:189px;
	border-bottom:1px solid #d4d4d4;
	background:url('/_images/header_carousel_bg.png') repeat-x;
}

.header .header_carousel .block {
	padding:0 10px;
}

.header .header_carousel .block .button_left {
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
	width:23px;
	height:189px;
	float:left;
}

.header .header_carousel .block .button_left a {
	text-decoration:none;
	background:url('/_images/switch_prev.gif') 0 79px no-repeat;
	height:189px;
	display:block;
	width:23px;
}

.header .header_carousel .block .button_left a:hover {
	background:url('/_images/switch_prev.gif') -23px 79px no-repeat;
}

.header .header_carousel .block .button_right {
	border-left:1px solid #dadada;
	border-right:1px solid #dadada;
	width:23px;
	height:189px;
	float:right;
}

.header .header_carousel .block .button_right a {
	text-decoration:none;
	background:url('/_images/switch_next.gif') 0 79px no-repeat;
	height:189px;
	display:block;
	width:23px;
}

.header .header_carousel .block .button_right a:hover {
	background:url('/_images/switch_next.gif') -23px 79px no-repeat;
}

.header .header_carousel .block .carousel_line {
	overflow: hidden;
	height: 189px;
}

.header .header_carousel .block .carousel_line .hcarousel-content {
    width: 9999px;
}

.header .header_carousel .block .carousel_line .item {
	float: left;
	width: 220px;
	
}

.header .header_carousel .block .carousel_line .item:hover {
	background-color:#ffffff;
}

.header .header_carousel .block .carousel_line .item .inside {
	height:189px;
	border-right:1px solid #d4d4d4;
}

.header .header_carousel .block .carousel_line .item:nth-child(5) .inside {
	border:none;
}

.header .header_carousel .block .carousel_line .item .inside .border {
	padding:15px 0 0 15px;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	height:174px;
}

.header .header_carousel .block .carousel_line .item .inside p {
	color:#3F3F3F;
	font-size:11px;
	line-height:18px
}

.header .header_carousel .block .carousel_line .item a.title {
	color:#CC0000;
	font-size:20px;
	background:url('/_images/header_icon.gif') 0 0 no-repeat;
	padding:1px 0 5px 35px;
	display:inline-block;
	/display:inline;
	/zoom:1;
}

.header .header_carousel .block .carousel_line .item .inside p.tariff {
	color:#CC0000;
	padding-top:20px;
	font-size:12px;
}
