#top-feat {
	overflow:hidden;
}
#top-feat .mask {
	position:absolute;
	width:960px;
	height:227px;
}
#top-feat ul {
	margin:0;
	padding:0;
	list-style:none;
}
#top-feat li {
	margin:0;
	padding:0;
	position:absolute;
	top:4px;
	left:4px;
}
#top-feat .details {
	position:absolute;
	padding:10px 30px;
	width:269px;
	height:200px;
	top:0;
	right:0;
	color:#fff;
	background:url(../images/bg-banner-details.png);
}
#top-feat .caption {
	position:absolute;
	width:960px;
	height:39px;
	left:0;
	bottom:0;
}
#top-feat .dots {
	position:absolute;
	bottom:12px;
	right:10px;
	height:14px;
}
.dots a {
	outline:none;
}
.dots .dot {
	float:right;
	display:block;
	width:18px;
	height:14px;
	background:url(../images/ico-circle-empty.png) center top no-repeat;
}
.dots .active {
	background:url(../images/ico-circle-full.png) center top no-repeat;
}
.ctrl {
	position:absolute;
	left:18px;
	bottom:53px;
	width:595px;
	height:25px;
	display:none;
}
.ctrl a {
	position:absolute;
	display:block;
	width:25px;
	height:25px;
	outline:none;
}
.ctrl .prev {
	left:0;
	background:url(../images/ico-arrow-left.png);
}
.ctrl .next {
	right:0;
	background:url(../images/ico-arrow-right.png);
}
.caption h3 {
	float:left;
	margin:0;
	padding:12px 10px;
	color:#fff;
	font-weight:bold;
}
#top-feat .more {
	float:right;
	margin:0;
	padding:0;
	width:131px;
	line-height:26px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background:url(../images/btn-trans.png);
}



