@charset "utf-8";
/* CSS Document */


/*======= Slider =======*/

#slider-wrapper {
	/*height:587px;*/
	overflow:hidden;
	position:relative;
	z-index:1; width:1100px; top:-60px;
}
#slider-bg {
	height:421px;
	background:url(./images/slider-light.html) no-repeat 50% 0;
}
#slider-loader {
	height:421px;
	background:url(./images/loading.gif) 50% 230px no-repeat;
}
#slider-inner {
	display:none;
}
.roundabout-holder {
	height: 428px;
	left: 50%;
	margin:55px 0 0 -320px;
	position: absolute;
	width: 555px;
}
.roundabout-moveable-item {
	cursor: pointer;
	list-style-type: none;
	overflow: hidden;
	height: 428px;
	width: 553px;
	margin:0;
	padding:0;
	background:none;
	/*border:1px solid rgba(0, 0, 0, .1);*/
	border-radius:5px 5px 0 0;
	border-bottom:none;
}
.item-caption {
}
.roundabout-moveable-item img {
	display: block;
	height: 100%;
	width: 100%;
}
.roundabout-in-focus {
	cursor: auto;
}
.roundabout-in-focus a {
	display: block;
	height: 428px;
	width: 553px;
}
#slider-wrapper #previous, #slider-wrapper #next {
	width:29px;
	height:44px;
	display:block;
	position:absolute;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(./images/direction_nav.png);
}
#slider-wrapper #next {
	left:50%;
	top:220px;
	background-position:-29px 0;
	margin-left:418px;
}
#slider-wrapper #previous {
	left:50%;
	top:225px;
	margin-left:-543px;
}
#slider-wrapper #previous:hover {
	background-position:0 -44px;
}
#slider-wrapper #next:hover {
	background-position:-29px -44px;
}
