﻿#ROTATEIMAGES-container {
	position: relative;
	width: 954px;
	height: 228px;
	z-index: 3;
}
#ROTATEIMAGES-buttons {
	z-index: 8;
	top: 141px;
	width: 15px;
	height: 12px;
	position: absolute;
	
}
#ROTATEIMAGES-prev {
	z-index: 8;
	top: 0px;
	margin-left: 200px;
	width: 14px;
	height: 12px;
	position: absolute;
	cursor: hand; 
	cursor: pointer;
}
#ROTATEIMAGES-next {
	z-index: 8;
	top: 0px;
	margin-left: 234px;
	width: 13px;
	height: 12px;
	position: absolute;
	cursor: hand; 
	cursor: pointer;

}
#ROTATEIMAGES-playpause {
	z-index: 8;
	top: 0px;
	margin-left: 217px;
	width: 15px;
	height: 12px;
	position: absolute;
	cursor: hand; 
	cursor: pointer;

}
#ROTATEIMAGES-text div {
	position: relative;
	display:none;
	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;
	display:none;
}
#ROTATEIMAGES-images img {
	position: absolute;
	top: 0px;
	width: 954px;
	height: 228px;
	padding: 0px;
	border: none;
}
