﻿#ROTATEIMAGES-container {
	position: relative;
	width: 532px;
	height: 160px;
}
#ROTATEIMAGES-base {
	z-index: 5;
	width: 532px;
	height: 160px;
	position: absolute;
	background: url('/Content/RotateImgsHomePg/HHBackground.gif') no-repeat;
}
#ROTATEIMAGES-buttons {
	z-index: 8;
	top: 141px;
	width: 15px;
	height: 12px;
	position: absolute;
	
}
#ROTATEIMAGES-prev {
	z-index: 8;
	top: 0px;
	margin-left: 161px;
	width: 14px;
	height: 12px;
	position: absolute;
	cursor: hand; 
	cursor: pointer;
}
#ROTATEIMAGES-next {
	z-index: 8;
	top: 0px;
	margin-left: 195px;
	width: 13px;
	height: 12px;
	position: absolute;
	cursor: hand; 
	cursor: pointer;

}
#ROTATEIMAGES-playpause {
	z-index: 8;
	top: 0px;
	margin-left: 178px;
	width: 15px;
	height: 12px;
	position: absolute;
	cursor: hand; 
	cursor: pointer;

}
#ROTATEIMAGES-text div {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 216px;
	height: 149px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00529c;
	background-color: #F2F7E6;
}
#ROTATEIMAGES-text div a {
	color: #1063A0;
	font-weight: bold;
	text-decoration: underline;
}

#ROTATEIMAGES-text div h3 {
	font-size: 14px;
	color: #00529c;
	padding:0px;
	margin: .5em 0;
}
#ROTATEIMAGES-images img {
	position: absolute;
	top: 0px;
	left: 216px;
	width: 306px;
	height: 159px;
}