.roundabout-holder {
				list-style: none;
				width:780px;
				height: 500px;
				margin:0 auto;
}
			
.roundabout-moveable-item {
				width: 400px;
				height:480px;
				background-color:#333333;
				color:#ffffff;
				font-weight:bold;
				font-size:12px;
				cursor: pointer;
}
.roundabout-moveable-item img {
width:400px;
}
.roundabout-moveable-item .description {
padding:0px 10px;
font-size:10px;
}
.roundabout-moveable-item .description h3 {
font-size:11px;	
}
.roundabout-moveable-item a:link, .roundabout-moveable-item a:visited {
color:#66ffff;
}
.roundabout-moveable-item a:hover, .roundabout-moveable-item a:active {
color:#66ccff;
}
.roundabout-in-focus {
				cursor: auto;
}
