.ImageRotator {
   width:960px;
   height:349px;
   overflow:hidden;
}


.ImageRotatorImages {
   float:left;
   width:960px;
   height:349px;
   overflow:hidden;
}


.ImageRotatorImage {
   position:relative;
   filter:alpha(opacity=100);
}


.ImageRotatorSections {
	float:right;
 	width:212px;
	height:349px;
	position:relative;
	top:-349px;
	
}

.RotatorSectionEnvelope {
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left:37px;
	padding-right:5px;
}

.RotatorSection1 {	
	background:url('Images/SliderBlue.png') no-repeat top left;
	width:212px;
	height:117px;
	cursor:pointer;
}

.RotatorSection1Hover {	
	background:url('Images/SliderBlueHover.png') no-repeat top left;
	width:212px;
	height:117px;
	cursor:pointer;
}

.RotatorSection2 {	
	background:url('Images/SliderOrange.png') no-repeat top left;
	width:212px;
	height:116px;
	cursor:pointer;
}

.RotatorSection2Hover {	
	background:url('Images/SliderOrangeHover.png') no-repeat top left;
	width:212px;
	height:116px;
	cursor:pointer;
}

.RotatorSection3 {	
	background:url('Images/SliderGreen.png') no-repeat top left;
	width:212px;
	height:116px;
	cursor:pointer;
}

.RotatorSection3Hover {	
	background:url('Images/SliderGreenHover.png') no-repeat top left;
	width:212px;
	height:116px;
	cursor:pointer;
}

.RotatorSectionTitle {
    font-family: "Miso";
    font-size: 22px;
	color:#ffffff;
	text-align:center;
}


.RotatorSectionSubTitle {
    font-family: Arial;
    font-size: 11px;
	color:#ffffff;
	text-align:center;
}
