#main #header 		{min-height: 290px !important;}

#roundabout			{
					position:absolute;
					left:50%; 
					margin-left:-520px;
					width:1160px;
					height:380px;
					margin-bottom: 20px;
					overflow:hidden;
					}

.roundabout-holder	{
					width:660px;
					height:280px;
					margin:50px auto;
					padding:0;
					list-style:none;
					}

.roundabout-moveable-item {
					width:280px;
					height:210px;
					display:block;
					overflow:hidden;
					
					border:1px solid #9C9B9C;
					box-shadow:0 0 5px rgba(0, 0, 0, 0.4);
					-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.4);
					-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.4);
					}
