/* OVERRIDE MAIN COLUMN STYLE */
#main {
	background: transparent;
}
.column .inner {
	padding: 10px;
}

/* MAIN FEATURES SLIDESHOW (ROW 1) */
#main-features {
	position: relative;
/*	margin-bottom: 12px;*/
}
#main-features .inner {
	background: #FFF;
}
#myController {
	position: absolute;
	bottom: 10px;
	left: 410px;
	z-index: 2;
	margin: 0;
	padding: 5px 0 0;
	background: #FFF;
	list-style-type: none;
}
#myController li {
	float: left;
	margin-left: 5px;
}
#myController li span {
	display: block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	background: #888;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	text-indent: -3000px;
	text-align: center;
}
#myController li span:hover {
	background: #000;
	font-weight: bold;
}
#myController li.jFlowSelected span {
	text-indent: 0;
}
#mySlides {
	position: relative;
	width: 720px;
	height: 360px;
}
#mySlides .slide {
	width: 720px;
	height: 360px;
	background: #FFF;
}
#mySlides .entry-image {
	float: left;
	width: 480px;
	background: #EEE;
	overflow: hidden;
}
#mySlides .entry-image .caption {
	position: absolute;
	right: 0px;
	bottom: 0;
	width: 230px;
	color: #999;
	font-style: italic;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}
#mySlides .slide-copy {
	float: right;
	width: 230px;
}
#mySlides .more-link {
	float: none;
}

/* MORE ARTICLES (ROW 2) */
#content .sub-feature {
	background: transparent;
}
#content .sub-feature .inner {
	padding: 0;
}
.sub-feature .entry {
	margin-bottom: 10px;
	padding: 10px 10px 12px;
	background: #FFF;
}
