.js{overflow:hidden;}
.carousel, .carousel .carousel-wrap{margin:0;border:0;}
.js .carousel-wrap{display:inline-block; vertical-align:middle;width:980px;height: 500px;margin:0;background:#ffffff;}
.carousel ul{margin:0;padding:0;}
.js ul li{overflow:hidden;display:inline;float:left;width:980px;height:500px;text-align:left;}
.carousel div{margin:0;padding:0;border:0;}
.carousel ul{padding:0;margin: 0;list-style:none;}
.carousel ul li{position:relative;width:980px;margin:0; padding: 0;}
.carousel-pagination {
	position: absolute;
	bottom: 30px;
	left: 468px;
	margin: 0 0 0 0;
	z-index: 10000;
}
.carousel-pagination a {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0;
	margin-bottom: 0px;
	cursor: pointer;
	text-indent: -9999em;
	background: url("../img/web/dot.png") no-repeat 0 0;
}
.carousel-pagination a:hover {
	background: url("../img/web/dot.png") no-repeat 0 -15px;
}
.carousel-pagination a.active {
	background: url("../img/web/dot.png") no-repeat 0 -30px;
}
.carousel-pagination a:hover.active {
	background: url("../img/web/dot.png") no-repeat 0 -30px;
}

.carousel-previous {
	display: none;
	position: absolute;
	left: 400px;
	bottom: 35px;
	z-index: 10000;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url("../img/web/previous.png") no-repeat 0 0;
	text-indent: -9999em;
}
.carousel-previous:hover {
	background: url("../img/web/previous.png") no-repeat 0 -20px;
}
.carousel-next {
	display: none;
	position: absolute;
	right: 400px;
	bottom: 35px;
	z-index: 10000;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url("../img/web/next.png") no-repeat 0 0;
	text-indent: -9999em;
}
.carousel-next:hover {
	background: url("../img/web/next.png") no-repeat 0 -20px;
}

.carousel div.entry {
position: relative;
}

.carousel div.entry p,
.carousel div.entry h3  {
display: none;
}

