/*
Template 2069 Red Mod
http://www.tooplate.com/view/2069-red-mod
*/

body {
	margin: 0;
}

#slider_wrapper {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	margin: 1px;
}
.roundabout-example {
	height: 298px;
	margin: 0 -40em;
	padding: 0 40em;
}
.roundabout-example ul {
	list-style: none;
	padding-left: 0;
	width: 500px;
	height: 298px;
	margin: 0 auto;
}
.roundabout-example .stage {
}
.roundabout-example h3 {
	text-align: center;
	margin-bottom: 1em;
	padding-top: .4em;
}
.roundabout-holder {
	padding: 0;
	height: 5em;
}
.roundabout-moveable-item {
	height: 298px;
	width: 398px;
	cursor: pointer;
	background: #fcfcfc;
	background: -moz-linear-gradient(90deg, #bbb 0%, #fcfcfc 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.0, #bbb), color-stop(1.0, #fcfcfc));
	border: 1px solid #999;
	overflow: hidden;
}
.roundabout-in-focus {
	cursor: auto;
}