
	
.imageRotator {	
	position: absolute;
	background-color: black;
	top: 0;
	left: 0;
	width: 870px;
	height: 415px;
	overflow: hidden;	
	}
	
.imageRotatorImageContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 870px;
	height: 405px;
	text-align: center;
	overflow: hidden;	
	}
	
.imageRotatorImage {
	border: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 900px;
	height: 405px;
	}
	
.imageRotatorImage img {
	border: none;
	width: 870px;
	height: 405px;
	}
	
#imageRotatorControlPanel {
	z-index: 999;
	background-color: black;
	color: white;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: -40px;
	left: 0;
	}
	
.imageRotatorControlPanelControl {
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	top: 6px;
	cursor: pointer;
	}
	
#btnBack { background: url(../images/buttons/controlpanel/btnBack.gif) center center no-repeat black; display: none; }
#btnNext { background: url(../images/buttons/controlpanel/btnNext.gif) center center no-repeat black; display: none; }
#btnPlay { background: url(../images/buttons/controlpanel/btnPlay.gif) center center no-repeat black; display: none; }
#btnPause { background: url(../images/buttons/controlpanel/btnPause.gif) center center no-repeat black; display: block; }

	
	