#carousel1 {
		width: 570px;
		height: 130px;
		overflow: scroll;
	}
	.cloudcarousel img {
		width: 128px;
		height: 164px;
	}
	.carouselLeft {
	display: none;
	position: absolute;
	top: 135px;
	right: 528px;
	background: url(images/rotate-left.png);
	width: 40px;
	height: 40px;
	background-position: 0px 0px;
	}
	.carouselLeft:hover {		
		width: 40px; 
		height: 40px;
		background-position: 0px 40px;
		cursor: auto;
	}
	.carouselRight {
	display: none;
	position: absolute;
	top: 133px;
	right:2px;
	background: url(images/rotate-right.png);
	width: 40px;
	height: 40px;
	background-position: 0px 0px;
	}
	.carouselRight:hover {	
		width: 40px;
		height: 40px;
		background-position: 0px 40px;
	}
	#da-vinci-title {
		display: none;	
		color: #f90;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 17px;
		font-weight: bold;
		margin: 20px;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-bottom: 10px;
		width: 80%;
	}
	#da-vinci-alt{
		display: none;
		color: #ddd;
		margin: 20px;
		margin-top: 0px;
		font-size: 14px;
		font-weight: bold;
	}