@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a,
img {
	border: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background: #eeeeee;
	font-size: 12px;
}


/* featured-area */

#featured-area {
	width: 980px;
}

.roundabout-holder {
	list-style: none;
	width: 745px;
	height: 370px;
	margin: 0px auto;
}

.roundabout-moveable-item {
	font-size: 12px!important;
	height: 320px;
	width: 570px;
	cursor: pointer;
}

.roundabout-moveable-item img {
	height: 100%;
	width: 100%;
	margin: 0;
}

.roundabout-in-focus {
	cursor: auto;
}

.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
	outline: none;
	text-decoration: none;
}

.roundabout li {
	margin: 0
}

.roundabout-moveable-item span {
	display: inline-block;
	width: 98%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	font-size: 20px;
	color: #252221;
	margin-top: 21px;
}

.roundabout-in-focus:hover {
	/*-webkit-box-shadow: 0px 0px 5px #787878;*/
	/*-moz-box-shadow: 0px 0px 5px #787878;*/
}