@charset "utf-8";
/* CSS Document */

.featureCarousel {
    height: 280px;
    width:960px;
    position:absolute;
	top:152px;
	left:0
}
#featureCarousel {
    height: 280px;
    width:960px;
    position:relative;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:black;
    width:100%;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:12px;
    color:white;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:210px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}

.waterwheelCarousel {
    width:960px;
    height:250px;
	position:absolute;
	left:0;
	top:114px
}
#waterwheelCarousel {
    width:960px;
    height:250px;
}
#waterwheelCarousel > img {
    display:none;
    cursor:pointer;
}


/* example */
.roundabout-holder  { padding: 0; height: 250px;  }
.roundabout-moveable-item {
   width:300px;
   cursor: pointer;
}
.top_block {
	position:absolute;
	top:0px;
	width:880px;
	overflow:hidden;
	left:50px;
}
.roundabout-moveable-item  img {
	display:block;
	width:100%;
	height:100%;
	border:none;
	
}
.roundabout-in-focus { cursor: auto; }
.top_block ul li {
	list-style:none;
	margin:0  !important;
	padding:0 !important;
	cursor:pointer;
}
.top_block ul  {
	list-style:none;	
	margin:0  !important;
	padding:0 !important
}

.header {
	position:relative;
	width:100%;
	height:250px;
	overflow:hidden
}
.head {
	position:relative;
	width:966px;
	margin:0 auto;
	height:250px;
}
.head img{
	border:0px;
	}
	
	.head img a{
	border:0px;
	}
		.head img a:hover{
	border:0px;
	}