/********************
Default Example
  width:960px;
  background-color:#CCC;
  border:1px solid #222;
  height:250px;
  font-family: Arial;
  font-size:14px;
  position:relative;
  clear:both;

*********************/
#waterwheel {
	width:800px;
	background-color:transparant;
/*  	border:1px solid #222;
*/	height:250px;
	margin-left:auto;
	margin-right:auto;
	font-family: verdana, arial, sans-serif;
	font-size:14px;
	font-style: normal;
	font-weight: bolder;
	color: #999;
	text-decoration: none;
	position:relative;
	clear:both;
}
#waterwheel a {
  color:#999;
}
#waterwheel .carousel-images img {
  visibility:hidden;
  display:inline;
  cursor:pointer;
  -moz-box-shadow: 3px 6px 12px 3px rgba(0,0,0,0.2); /* Firefox/Mozilla */  
  -webkit-box-shadow: 3px 6px 12px 3px rgba(0,0,0,0.2); /*Safari/Chrome */  
  box-shadow: 3px 6px 12px 3px rgba(0,0,0,0.2); /* Opera & hoe het zou moeten */  

}
#waterwheel .carousel-controls .carousel-prev {
  position:absolute;
  bottom:30px;
  left:30px;
}
#waterwheel .carousel-controls .carousel-next {
  position:absolute;
  bottom:30px;
  right:30px;
}

a {
	border: none;
	border-width: 0px;
	outline: none;

}