/* CSS Document */



/****************************/
.carouselLeft {	
	display:none;
	background:url(http://three-sisters.co.uk/carousel/images/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(http://three-sisters.co.uk/carousel/images/right.png);	
	width:40px; height:40px;
	background-position: 0px 0px;
}
.carouselRight:hover {	
	width:40px; height:40px;
	background-position: 0px 40px;
}
/****************************************/

#karting-title, #exp-title, #cust-title {
	display:none;
	color:#333;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:5px;
	width:80%;
	margin-top: 50px;
	margin-right: 20px;
	margin-left: 20px;
}
#karting-alt, #exp-alt, #cust-alt{
	display:none;
	color:#666;
	margin:20px;
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
	font-family:Arial;	
}

a, a:focus, a:active {

   outline: 0 none;
  	border:none;
	
}

/*****************************************************/
img{
	outline: 0 none;
  	border:none;
}