/* @override 
	http://localhost:3003/stylesheets/featured_images.css
*/

.featured_images .photo {
	width: 482px;
	float: left;
}

.featured_images .photo .main {
	margin-bottom: 4px;
	position: relative;
}

.featured_images .photo .main .title {
	position: absolute;
	top: 0;
	left: 0;
	background-color: white;
	padding: 1px 6px 3px 5px;
	color: #000;
}

.featured_images .photo .main .review_title {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.68);
	color: white;
	font-size: 18px;
	padding: 3px 10px;
}

.featured_images .description {
	width: 193px;
	margin-left: 5px;
	float: left;
	height: 328px;
	color: white;
	text-shadow: rgba(0,0,0,0.48) 1px 0 3px;
	text-align: center;
	font: 18px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	background-color: #f4de54;
}

.featured_images .side_content {
	width: 258px;
	margin-left: 10px;
	float: left;
}

.featured_images .photo img {
	max-width: 100%;
	height: auto;
}

.quick_look_thumbs {
}

.quick_look_thumbs img {
	width: 77px;
	height: auto;
}

h3.small {
	margin-top: 11px;
	padding-bottom: 2px;
	color: #667076;
	border-bottom-color: #cfd1d2;
}

.featured_images.quick_looks .description {
	background-color: #b76200;
	background-image: url(/images/quick_look_bg.jpg);
}

.featured_images.quick_looks .photo .main .title {
	color: #ab6000;
}

/* @group Double Feature */

.double_feature > * {
	float: left;
	width: 470px;
}

.double_feature .feature_2 {
	margin-left: 10px;
}

.double_feature > * .photo {
	width: 100%;
	float: left;
}

.double_feature > * .photo .main {
	margin-bottom: 4px;
	position: relative;
}

.double_feature > * .photo .main .title {
	position: absolute;
	top: 0;
	left: 0;
	background-color: white;
	padding: 1px 6px 3px 5px;
	color: #000;
}

.double_feature > * .photo .main .review_title {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.68);
	color: white;
	font-size: 18px;
	padding: 3px 10px;
}

.double_feature > * .description {
	float: left;
	color: white;
	text-shadow: rgba(0,0,0,0.48) 1px 0 3px;
	text-align: center;
	font: 18px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	background-color: #f4de54;
	margin-top: 10px;
}

.double_feature > * .photo img {
	max-width: 100%;
	height: auto;
}

.double_feature .review_list {
	padding-top: 10px;
	float: left;
	width: 100%;
}

.quick_look_thumbs {
}

.quick_look_thumbs img {
	width: 75px;
	height: auto;
}

h3.small {
	margin-top: 11px;
	padding-bottom: 2px;
	color: #667076;
	border-bottom-color: #cfd1d2;
}

.double_feature > *.quick_looks .description {
	background-color: #b76200;
	background-image: url(/images/quick_look_bg.jpg);
}

.double_feature > *.quick_looks .photo .main .title {
	color: #ab6000;
}



/* @end */