﻿#ROTATEIMAGES-container {
	position: relative;
	width: 280px;
	height: 260px;
}
#ROTATEIMAGES-buttons {
	z-index: 7;
	top: 275px;
	width: 15px;
	height: 12px;
	position: absolute;
}
#ROTATEIMAGES-prev {
	z-index: 8;
	top: 0px;
	margin-left: 121px;
	width: 14px;
	height: 12px;
	position: absolute;
	cursor: hand; 
	cursor: pointer;
}
#ROTATEIMAGES-next {
	z-index: 8;
	top: 0px;
	margin-left: 155px;
	width: 13px;
	height: 12px;
	position: absolute;
	cursor: hand; 
	cursor: pointer;

}
#ROTATEIMAGES-playpause {
	z-index: 8;
	top: 0px;
	margin-left: 138px;
	width: 15px;
	height: 12px;
	position: absolute;
	cursor: hand; 
	cursor: pointer;

}
#ROTATEIMAGES-text-1,#ROTATEIMAGES-text-2 {
    position: absolute;
	height: 100px;
	position: absolute;
	padding: 0; 
	top: 0px;
	left: 1px;
	/**width: 290px;**/
	font-size: 12px;
	background-color: white;
	
}
#ROTATEIMAGES-text div h3 {
	font-size: 14px;
	font-family: Helvetica, Verdanan, Arial, sans-serif;
	padding: 0px;
	margin: 0 0 7px 0;
}
#ROTATEIMAGES-images img {
	position: absolute;
	left: 40px;
	top: 50px;
	width: 200px;
	height: 177px;
}
div#ROTATEIMAGES-images {
	position: absolute;
	top: 45px;
	text-align: center;
}
