@charset "utf-8";
/* CSS Document */

	#carousel1 {
	width: 600px;
	height: 420px;
	overflow: scroll;
	background-image: url(images/bg.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330936;
	}
	.cloudcarousel img {
		width: 128px;
		height: 164px;
	}
	.carouselLeft {
	display: none;
	position: absolute;
	top: 20px;
	right: 64px;
	width: 40px;
	height: 40px;
	background-position: 0px 0px;
	background-image: url(../images/prev.jpg);
	}
	.carouselLeft:hover {
	width: 40px;
	height: 40px;
	background-position: 0px 40px;
	cursor: pointer;
	}
	.carouselRight {
	display: none;
	position: absolute;
	top: 20px;
	right:20px;
	width: 40px;
	height: 40px;
	background-position: 0px 0px;
	background-image: url(../images/next.jpg);
	}
	.carouselRight:hover {	
		width: 40px;
		height: 40px;
		background-position: 0px 40px;
		cursor: pointer;
	}
	#da-vinci-title {
	display: none;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	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;
	}
