div .carouselLeft {	
	display:block;
	background:url(images/rotate-left-s.png);	
	width:20px; height:20px;
	background-position: 0px 0px;
	cursor:auto;

}
div .carouselLeft:hover {		
	background-position: 0px 40px;
	cursor:auto;
}
div .carouselRight {
	display:block;
	background:url(images/rotate-right-s.png);	
	width:20px; height:20px;
	background-position: 0px 0px;
	cursor:auto;
}
div .carouselRight:hover {	
	background-position: 0px 40px;
	cursor:auto;

}

/****************************************/

#da-vinci-title {
	display:none;	
	color:#51370E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:0px;
	text-transform:uppercase;
	letter-spacing:1px;
	width:80%;
	text-align:left; 
	text-shadow: #988B70 2px 2px 0.1em;
}
#da-vinci-alt{
	display:none;	
	color:#3E3011;
	margin-left:20px;
	margin-top:0px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial,Georgia, "Times New Roman", Times, serif;
	text-align:left; 
	width:70%;
}

img {
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 10px #000;	
}


a, a:focus, a:active {
   outline: 0 none;
  	border:none;
	
}
/* a {font-family : Arial; Font-size : 12px}  

a:link {color : #ff0000}

a:visited {color : #00ff00}

a:active {color : #666666}

a:hover {color : #0000ff} */


/*****************************************************/
#footer {	
	position:absolute;
	text-align:center;
	color:#0000ff;
	font-size:12px;
	/* background:#FFAF37;	
	border: #CC6600 1px solid;
	background-repeat:no-repeat;
	background-position:bottom;
	height:10px;
	*/
	/*padding:10px;*/
	/*padding-top:2px;
	padding-bottom:2px;	*/
}

