.roundabout {
	width:400px;
	position:relative;
}
.roundabout h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:1.2em;
	margin:0px 0 15px -6px;
	color: #8F8F8F;
	font-weight: bolder;
}
.roundabout-holder {
	padding: 0;
	list-style: none;
	height:80px;
	/* [disabled]margin-top:42px; */
	z-index:10;
	position:absolute;
	top:0;
}
.roundabout-moveable-item {
	width:296px;
	/* [disabled]height:150px; */
	cursor: pointer;
	border: 0;
	margin-left:0px;
	margin-top:0px;
	/* [disabled]background:#fff; */
	/* [disabled]padding:13px; */
}
/*body { background-color: #CCC; }*/
.roundabout-moveable-item img {
	width: 100%;
}
.roundabout-in-focus {
	cursor: auto;
}
.controls {
	width:794px;
	height:2px;
	background:none;
	position:absolute;
	top:195px;
	left:0;
	z-index:999;
}
*+html .controls{
	top:197px;
}
#prev {
	width:25px;
	height:98px;
	cursor:pointer;
	position:absolute;
	left:-165px;
	display:block;
	z-index:999;
	background-image: url(images/prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#prev:hover {
	background:url(images/prev-h.png) 0 0 no-repeat;
}
#next {
	width:25px;
	height:98px;
	cursor:pointer;
	position:absolute;
	right:-165px;
	display:block;
	z-index:999;
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#next:hover {
	background:url(images/next-h.png) 0 0 no-repeat;
}
.aligncenter {
	text-align:center;
}
/*p {margin-bottom:18px;}
.p0 {margin-bottom:0px;}*/
.p1 {
	/* [disabled]margin-bottom:8px; */
}
/*.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}
.p6 {margin-bottom:60px;}
.p7 {margin-bottom:54px;}*/
