/*SLIDER CSS SCRIPTS */
body{margin:0px;}
#slider{border:2px #7e8692 solid; z-index:600;}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:626px;
	height:328px;
	overflow:hidden;
	}
#prevBtn, #nextBtn{ 
	float:left;
	display:block;
	width:45px;
	height:60px;
	/*position:absolute;*/
	position: relative;
	top:-60px;
	left: 0px;
	z-index:800;
	}	
#nextBtn{ 
	left:540px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:45px;
	height:60px;
	background: url('http://www.tomcorbettforgovernor.com/images/carousel/clear-box.png') 0 0 no-repeat;
	outline:none;
	}	
#nextBtn a{ 
	/*background: url('../images/carousel/right-arrow.png') 0 0 no-repeat;*/
	}