div.example-desc {
  margin:3px 0;
  padding:5px;
  background-color:#EFEFEF;
}

/********************
Default Example
*********************/
#waterwheel-carousel-default {
	width:960px;
	height:323px;
	font-family: Arial;
	font-size:14px;
	position:relative;
	clear:both;
	top: 200px;
}
#waterwheel-carousel-default a {
  color:#222;
}
#waterwheel-carousel-default .carousel-images img {
  visibility:hidden;
  cursor:pointer;
}
#waterwheel-carousel-default .carousel-controls .carousel-prev {
	position:absolute;
	left:30px;
	background-image: url(../images/prev.png);
	height: 34px;
	width: 34px;
	background-repeat: no-repeat;
	bottom: 30px;
	cursor:pointer;
}
#waterwheel-carousel-default .carousel-controls .carousel-next {
	position:absolute;
	bottom:30px;
	right:30px;
	background-image: url(../images/next.png);
	height: 34px;
	width: 34px;
	background-repeat: no-repeat;
	cursor:pointer;
}
