@charset "UTF-8";
/* CSS Document */

#feature{
	background: #fff;
	height: 310px;
	margin: 0 auto;
	width: 950px;
	padding: 0;
}
#feature div.frame{
	background: #fff;
	margin: 2px;
	padding-top: 0;
	position: relative;
	height: 310px;
}
#pager{
	height: 24px;
	bottom: 0;
	right: 20px;
	position: absolute;
}
#pager a{
	display: block;
	float: left;
	width: 14px;
	height: 0px;
	overflow: hidden;
	background: #77BB43;
	padding-top: 13px;
	overflow: hidden;
	margin: 0 4px 11px;
}
#pager:hover a:hover, #pager a.activeSlide{
	background-position: 0 0;
}
#pager:hover a{
	background-position: 0 -31px;
}
#slideshow{
	text-align: center;
	height: 280px;
	width: 650px;
	float: left;
	overflow: hidden;
	margin: 15px;
}
.frame h1 {
	float: right;
	width: 250px;
	margin: 15px 15px 0 0;
	line-height: 26px;
	font-size: 22px;
	color: #DC6E2B;
}
.frame p {
	float: right;
	width: 250px;
	margin: 8px 15px 15px 0;
}

.caption{
	color: white;
	position: absolute;
	bottom: 20px;
	padding: 5px 10px;
	background: rgba(0,0,0,.8);
	left: 15px;
	z-index: 90;
	-moz-box-shadow: 0 0 15px rgba(255,255,255,.5);
	-webkit-box-shadow: 0 0 15px rgba(255,255,255,.5);
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
}

