
/*** CAROUSEL ***/

#featured-container {
	position: relative;
}

ul#featured-thumbs, ul#featured-thumbs li,
ul.featured-posts, ul.featured-posts li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#featured-slider {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 380px;
	margin: 1px 0;	
}

ul.featured-posts-0, ul.featured-posts-2 {
	opacity: .2;
}

#featured-slider .inside {
	display: inline-block;
	position: absolute;
	left: -2000px;
}

ul.featured-posts {
	display: inline-block;
}

ul.featured-posts li {
	display: inline-block;
	width: 621px;
	white-space: normal;
	vertical-align: top;
	opacity: .5;
}

.featured-next, .featured-prev {
	top: 160px;
	left: 50%;
	z-index: 100;
}

.featured-next {
	margin-left: 252px;
}

.featured-prev {
	margin-left: -310px;
}

#featured-container .sticker {
	left: 50%;
	margin-left: 130px;
	background-image: url(../images/sticker-order-now.png);
}

/* caption */

.featured-caption-linked {
	cursor: pointer;
}

#featured-container #hero .content {
	min-height: 6em;
}

#range_0 #featured-container #hero .content,
#range_1 #featured-container #hero .content {
	min-height: 8em;
}
