#c-carousel {
	height: 100%;
	padding: 0;
	margin: 0;
}
#c-carousel {
	background: #fff;
	min-height: 395px;
	margin-top:-70px;

}

#wrapper2 {
	width: 100%;
	min-width: 1336px;
	height: 395px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	left: 0;
}
#carousel div {
	height: 395px;
	float: left;
}
#carousel img {
	min-width: 100%;
	min-height: 100%;
}
#pager {
	border-radius: 20px;
	background: #fff;
	text-align: center;
	width: 140px;
	height: 50px;
	padding-top: 2px;
	margin: 210px 0 0 -60px;
	position: absolute;
	top: 50%;
	left: 50%;
}
#pager a.selected span {
	background: #666;
}
#pager a {
	display: inline-block;
	padding: 5px;
}
#pager span {
	border-radius: 10px;
	background: #ccc;
	text-indent: -100px;
	line-height: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
}