body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: ffffff;
	background-color: #none;
}
img { border: none; }

/*****************************************************/

.carouselLeft {
	display: none;
	background: url(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;
	background: url(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: #666;
	font-family: qwigley, cursive;
	font-size:36px;
	letter-spacing:0.02em;
	margin: 10px;
	margin-bottom: 0;
	width: 80%;
}
#da-vinci-alt {
	display: none;
	color: #666;
	margin: 10px;
	margin-top: 0px;
	font-size: 14px;
	margin-bottom: 10px;
}
#da-vinci-ext {
	display: none;
	color: #666;
	margin: 10px;
	margin-top: 0px;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
