/* ::: FEATURE NAVIGATION STYLES ::: */
.expanded {
	border-right: solid 1px #FFF;
	padding-right: 20px;
}

#feature_nav strong, #subfeature_nav strong {
	color: #FF0B0B;
}

#subfeature_nav {
	background: transparent url(../images/nav_arrow_white.gif) no-repeat 0 5px;
	border-right: solid 1px #FF0B0B;
	float: left;
	height: 350px;
	left: 187px;
	padding-left: 20px;
	position: absolute;
	top: 0;
	width: 166px;
}

#subfeature_nav ul {
	float: left;
	font-size: 0.8em;
	text-align: left;
}

#subfeature_nav li {
	margin-bottom: 10px;
}

/* ::: FEATURE CONTENT AND IMAGE STYLES ::: */
#feature {
	background: transparent url(../images/nav_arrow_red.gif) no-repeat 0 5px;
	float: left;
	height: 350px;
	left: 374px;
	position: absolute;
	top: 60px;
	width: 505px;
}

#feature_hero_copy {
	float: left;
	height: 350px;
	padding-left: 20px;
	width: 280px;
}

#feature_hero_copy p {
	clear: both;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.hero {
	border: solid 1px #FF0B0B;
	float: left;
	height: 208px;
	margin-bottom: 20px;
	width: 278px;
}

.hero a {
	display: block;
	height: 100%;
	width: 100%;
}

.enlarge {
	background: transparent url(../images/enlarge.gif) no-repeat top right;
}

.feature_thumbnails {
	float: left;
	height: 350px;
	padding-left: 20px;
	width: 185px;  
}

.feature_thumbnails input {
	border: solid 1px #FFF !important;
	float: left;
	height: 56px;
	width: 75px;
	margin: 0px 10px 10px 0;
}

.feature_thumbnails input:hover {
	border: solid 1px #FF0B0B !important;
}

.feature_thumbnails input.selected {
	border: solid 1px #FF0B0B !important;
}

/* ::: LIGHTBOX STYLES ::: */
#lightbox {
	border: solid 1px #DA0909;
	height: 418px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
	width: 560px;
}

#lightbox a {
	display: block;
	height: 100%;
	width: 100%;
}

img.close_img {
	position: absolute;
	right: 0;
}