
/* FRONT FEATURES */
#front-features {
	padding: 35px 0 30px;
}
#featured-videos-pager {
	float: left;
	display: inline;
	width: 54px;
}
#featured-videos-pager a {
	display: block;
	height: 26px;
	margin: 0 0 6px 0;
	padding: 0 6px 0 0;
	background: #DADADA url(../images/video-pager-bg.png) no-repeat 0px 0px;
	color: #808080;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#featured-videos-pager a.activeSlide {
	background-position: 0px -26px;
	color: #F2F2F2;
}
#featured-videos {
	float: right;
	position: relative;
	z-index: 1;
	display: inline;
	width: 560px;
	height: 340px;
	overflow: hidden;
}
#featured-videos .feature,
#featured-videos .feature-image,
#featured-videos object {
	position: absolute;
	left: 0;
	top: 0;
}
#featured-videos .play-button {
	position: absolute;
	left: 234px;
	top: 124px;
	width: 92px;
	height: 92px;
	background: url(../images/video-play.png) no-repeat 0px 0px;
}
#featured-videos .play-button:hover {
	background-position: 0px -92px;
	cursor: pointer;
}
#featured-video-embed {
	position: absolute;
	width: 560px;
	height: 340px;
	right: 0px;
	top: 0px;
	z-index: 2;
}
#newsletter-mini-form {
	margin-bottom: 12px;
}
#welch-gear {
	margin: 0;
}


/* RECENT CONTENT AREA */
#recent-content {
	background: #F0F4FA url(../images/front2-bg.png) repeat-x center top;
}
#recent-content .lining {
	padding-top: 20px;
	padding-bottom: 40px;
	background: url(../images/front2-lining-bg.png) repeat-x center top;
}
.recent-content .post {
	margin-bottom: 36px;
}
