/* CSS Document */
#roundabout
{
	margin-bottom: 50px;
}

#slider_wrapper.roundabout_easing, #slider_wrapper.roundabout
{
	background: transparent;
	margin-top: -10px;
 	margin-bottom: -10px;
}

.roundabout-holder {
				list-style: none;
				width: 70%;
				height:336px;
				margin: 0 auto;
			}
.roundabout-moveable-item {
                background: transparent;
                padding:7px;
				height: 23.5em;
				width: 32em;
				cursor: pointer;
                display:block;
			}

.roundabout-moveable-item img {
				height: 100%;
				width: 100%;
                display:block;
                -moz-box-shadow: 0 1px 10px #000;
 				-webkit-box-shadow: 0 1px 10px #000;
 				box-shadow: 0px 1px 10px #000;
			}

.roundabout-in-focus { 	cursor: auto; }
.roundabout_header
{
	width: 900px;
	margin:auto;
	display:none;
	color: #000;
	font-size: 13px;
	margin-bottom:20px;
	text-align:center;
}

.roundabout_header h1.cufon
{
	font-size: 30px;
	color: #000;
}




