 #slideshow {
	width: 1000px; 
	background: none; 
	border: none; 
	padding: 0px;
	min-height: 400px;
background: url(images/slide.png) no-repeat center 280px;
}

#myRoundabout {visibility: hidden;}
.roundabout-holder { padding: 0; width: 400px; margin: 0 auto 45px; height: 390px; padding-bottom: 75px !important; list-style: none;}
.roundabout-moveable-item {
	height:370px;
	width: 800px;
    padding: 10px;
     overflow: hidden;
    cursor: pointer;
    position: relative;
	/*-moz-border-radius: 8px;
    -webkit-border-radius: 8px; */
    border-radius: 8px;   
	 border: 1px solid #cac1a2;
    background: #ebe5d0;
   /* -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0,1);
	box-shadow: 0px 0px 1px rgba(0,0,0,1);	*/
}
.roundabout-moveable-item img {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.roundabout-moveable-item a {outline: none;}
.roundabout-in-focus { cursor: auto; }
