@charset "utf-8";


/*@--- content ---*/
#content-wrap {
	padding: 0px;
	width: 990px !important;
	display: block;
	text-align: left;
	color: #fff !important;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	height: 110px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #164174;
	border-right-color: #164174;
	border-bottom-color: #164174;
	border-left-color: #164174;
}
#content-wrap #content {
	float: left;
	width: 940px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	height: 110px;
}
#content-wrap #content p {
	color:#969696;
	float:right;
	text-align:left;
	width:385px;
	line-height:17px;
	font-size:12px !important;
}
#content-wrap #content #carousel, .tab-innr #carousel {
	float: left;
	width: 100%;
	padding: 0;
}
#content-wrap #content #carousel {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#content-wrap #content #carousel #wrap, .tab-innr #carousel #wrap {
	float: left;
	height: 152px;
	padding: 0;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0px;
}
#content-wrap #content #carousel #wrap {
	width: 887;
	float: left;
	padding-left: 20px;
}
#carousel #wrap .next, .tab-innr #carousel #wrap .next {
	position: absolute;
	top: -15px;
	width: 33px;
	height: 110px;
	cursor: pointer;
	z-index: 500;
	background-color: #164174;
	background-image: url(../images/next-horizontal.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#carousel #wrap .next {
	right:-40px;
}
#carousel #wrap .prev, .tab-innr #carousel #wrap .prev {
	position: absolute;
	top: -15px;
	width: 33px;
	height: 110px;
	cursor: pointer;
	z-index: 500;
	background-color: #164174;
	background-image: url(../images/prev-horizontal.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#carousel #wrap .prev {
	left: -28px;
}
#carousel #wrap .prev:focus, #carousel #wrap .prev:hover, #carousel #wrap .next:focus, #carousel #wrap .next:hover {
	background-position:0 bottom;
}
#carousel #wrap .prev:active, #carousel #wrap .next:active {
	background-position:0 bottom;
}
#carousel #wrap .slider ul li {
	float: left;
	height: 165px !important;
	width: 151px;
	margin: 0px;
	padding: 0px;
}
