/********************
 * FEATURE CAROUSEL *
 ********************/

#featureCarousel,#featureCarousels {
	height: 400px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

#featureCarousel img,#featureCarousels img{
	border: 0;
/* 	max-width: 682px;
    max-height: 407px; */
    overflow: hidden;
    display: block;
    margin: 0px auto;
}

#featureCarousel .feature,#featureCarousels .feature {
	position: absolute;
	top: -1000px;
	left: -1000px;
	cursor: pointer;
/*	background: #000000;*/
}

#featureCarousel .feature> div {
	color: #666666;
	width: 100%;
}

#featureCarousel .feature> div p {
	margin: 0;
	padding: 5px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
	font-family: "微软雅黑";
}

#featureCarousel .blipsContainer {
	position: absolute;
	color: white;
	right: 25px;
	top: 210px;
	padding: 0;
	margin: 0;
	display: none;
}

#featureCarousel .blipsContainer .blip {
	margin: 3px;
	height: 14px;
	width: 14px;
	color: white;
	text-align: center;
	font-size: 10px;
	border: 1px dotted black;
}

#featureCarousel .blipsContainer .blipSelected {
	color: white;
	font-weight: bold;
	background-color: black;
}