
.carouselLeft {	
	display:none;
	background:url(../img/rotate-left.png);	
	width:40px; height:40px;
	background-position: 0px 0px;
		cursor:pointer;
}
.carouselLeft:hover {		
	width:40px; height:40px;
	background-position: 0px 40px;
}
.carouselRight {
	display:none;
	background:url(../img/rotate-right.png);	
	width:40px; height:40px;
	background-position: 0px 0px;
	cursor:pointer;
}
.carouselRight:hover {	
	width:40px; height:40px;
	background-position: 0px 40px;
}
/****************************************/

#da-vinci-title {
	display:none;	
	color: #ff9900;
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	margin:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:10px;
	width:100%;
	text-align:center
}
#da-vinci-alt{
	display:none;	
	color:#FFFFFF;
	margin:20px;
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
		width:100%;	
			font-family:Verdana, Georgia, "Times New Roman", Times, serif;
}

a, a:focus, a:active {

   outline: 0 none;
  	border:none;
	
}
