@charset "utf-8";
/* CSS Document */


.roundabout-holder {
	position:relative !important;
	top:0px;
	padding:0;
	margin:auto;
	height:400px;
	width:600px;

}
.roundabout-moveable-item {
	height:297px;
	width:400px;
	cursor:pointer;
	border:thin solid #fff;
	display:block;
}
.roundabout-moveable-item img {
	height:100%;
	width:100%;
}
.roundabout-in-focus {
	cursor:auto;
}
#carousel{
	top:0px !important;

}
.carouf{
	width:990px;
	margin:auto;
	height:auto;
	float:none;
	overflow:hidden;
}
.caroufinal{
	width:990px;
	margin:auto;
	position:absolute;
	top:137px;
}
#carousel-descriptions {
	list-style:none;
	display:block;
	width:850px;
	margin:5px auto;
	padding:0;
	position:relative;
	top:-30px;
}
#carousel-descriptions li {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	display:none;
}
#carousel-descriptions li.current {
	display:block;
}
#carousel-controls {
	max-width:900px;
	width:auto;
	margin:25px auto;
	overflow:auto;
	border-collapse:collapse;
	text-align:center;
}
#carousel-controls span {
	width:100px;
	display:inline-block;
	font-size:14px;
	text-align:center;
	margin:0 5px;
	padding:5px;
	cursor:pointer;
	border:1px solid black;
	background:#333;
}
#carousel-controls .current {
	background:#600;
	border-color:#400;
}
.desc{
	font-family:Times, serif;
	font-size:17px !important;
	color:#000;
	font-weight:bold !important;
	position:relative;

	
}
.desc a{
	color:#9d161d;

}
.desc a:hover{
	color:#000;
	text-decoration:none;
}

