/* horizontal ##############################*/
.horizontal {
	background: white;
	width: 100%;
	margin: 0 auto;
	height: 140px;
	}
	
.horizontal .carousel {
	width: 880px;
	height: 140px;
	margin: 0 auto;
	position: relative;
	}
	
.horizontal .carousel_container {
	width: 663px; /* 3x220 + 3x1px margin */
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 50px;
	position: relative;
	}
	
.horizontal ul  { 
	height: 140px;
	width: 1980px; /* will be overwritten by javascript*/
}
	
.horizontal ul li {
	width: 220px;
	height: 140px;
	display: block;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	position: relative
	}
	
.horizontal ul li a {
	width: 220px;
	height: 140px;
	display: block;
	color: #fff;
	}
	
.horizontal ul li .caption {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	}
	
	
.carousel_right, .carousel_left {
	position: absolute;
	width: 26px;
	height: 51px;
	display: block;
	text-indent: -9999px;
	}
	
.carousel_left { 
	top: 45px; left:0px;
	background: url(../images/prev.png) top left;
	}
.carousel_right { 
	top: 45px; right:0px;
	background: url(../images/next.png) top left;
	}
.carousel_right:hover, .carousel_left:hover {
	background-position: bottom left;
	}
	
.disable { display: none; }



.tit_e {
 background: url("../images/banner.jpg") repeat-x scroll 0 0 transparent;
 width: 888px;
 height: 18px;
 background-repeat: no-repeat;
 background-color: #003897;
 	 border-bottom: 1px solid #666666;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-left: 5px;
    padding: 5px;
}