.carouselLeft {	
	display:none;
	background:url(../images/previous.png);	
	width:36px; height:35px;
	background-position: 0px 0px;
  position: absolute;
  top: 20px;
  right: 64px;
  display: inline;
  cursor:pointer;
}

.carouselRight {
	display:none;
	background:url(../images/next.png);	
	width:36px; height:35px;
	background-position: 0px 0px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline;
  cursor:pointer;
}

.cloud_carousel_title {
	color:#3da0c9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	margin:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:10px;
	width:80%;
} 