/* FEATURED ROUNDABOUT */
.featured-box {
	width:988px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	margin-bottom:30px;
}
#container_boxed .featured-box {
	width:968px;
}
.featured-box .box-content {
	background:url(/image/back_featured_holder.png) center 180px no-repeat;
	position:relative;
	z-index:88;
	padding:0;
	height: 34em;
	overflow:hidden;
}
.featured-box h2 {
	margin:0;
}
.featured-box ul {
	list-style: none outside none;
	margin: 0 auto 10px auto;
	padding-left: 0;
	width: 62%;
}
.roundabout-holder {
	padding: 0;
	height: 34em;
	list-style: none;
	background:url(/image/shadow_featured.png) 50% 103% no-repeat;
}
.roundabout-moveable-item {
	cursor: pointer;
	overflow:hidden;
	padding:0;
	border:7px solid #fff;
	opacity:1!Important;
	width:350px;
	height:350px;
	padding-top:2px;
	background-color:#fff;
}
.roundabout-in-focus {
	cursor: auto;
}
.roundabout-moveable-item div.prod_holder {
	background-color:#fff;
	margin:0;
	padding:0;
	position:relative;
	width:350px;
	height:350px;
	overflow:hidden;
}
.roundabout-moveable-item div.prod_holder h3 {
	font-family: 'Lobster', cursive;
	color:#f5f5f5;
	font-weight:300;
	margin:0;
	position:absolute;
	top:295px;
	left:0px;
	padding-top:4px;
	padding-bottom:8px;
	font-size:28px;
	background: url(/image/back_price_trans.png) top left repeat;
	width:100%;
	display:block;
}
.roundabout-moveable-item .pricetag {
	background:url(/image/pricetag.png) top left no-repeat;
	display:block;
	width:135px;
	height:69px;
	position:absolute;
	top:-1px;
	right:15px;
	font-family: 'Lobster', cursive;
	color:#f5f5f5;
	font-weight:100;
	font-size:24px;
	padding-top:20px;
	text-shadow: #333 1px 1px 1px;
}
a.previous_round {
	position:absolute;
	top:213px;
	left:20px;
	display:block;
	width:14px;
	height:30px;
	background:url(/image/back_next_prev_round.png) top left no-repeat;
	text-indent:-9999px;
}
a.next_round {
	position:absolute;
	top:213px;
	right:20px;
	display:block;
	width:14px;
	height:30px;
	background-color:#F00;
	text-indent:-9999px;
	background:url(/image/back_next_prev_round.png) top right no-repeat;
}
a.previous_round:hover {
	background:url(/image/back_next_prev_round.png) bottom left no-repeat;
}
a.next_round:hover {
	background:url(/image/back_next_prev_round.png) bottom right no-repeat;
}
