/*
	Template - Aurora - Light	
	Author   - Neill Harmer	
	Company  - Element Fusion
	
	Style    - style-template.css	
*/


/* BODY */

/* ROTATOR */
#rotator {
	clear: both;
	height: 398px;
	position: relative;
	padding-bottom:0px;
	background: url(../images/rotator-bottom-bg.gif) 0 100% no-repeat;
	margin-top:168px;
	width:611px;
	margin:0 auto;
	z-index: 1;
	
	
}			
	.slideNav {
		display: none !important;
	}
	
	#jQuery .slide  {
		clear: both;
	}
		#jQuery .slide .slideImage {
			float: left;
			width: 300px;
			margin-left: -35px;
		}
	
		#jQuery .slide .slideContent { 
			width: 600px; 
			float: left; 
			position: relative;
		}			
			#jQuery .slide .slideContent h1 { 
				font-size: 3em;
				font-weight: bold;
				letter-spacing: -1px;
				margin: 50px 0 0;
				line-height: 1.2em;
			}	
		
		
	/* rotator navigation */
	#navigator { 
		position: absolute; 
		top: 13px; 
		right:0px; 
		z-index: 999; 
	}
		#navigator a { 
			display: block; 
			float: left;
			background: url(../images/navigator-button.png) 0 0 no-repeat;
			width: 10px;
			height: 10px;
			margin-right: 7px;
			text-indent: -9999px;
		}	
			#navigator a.activeSlide { 
				background:url(../images/navigator-button-active.png);
			}
