/*********************************
The styles in this stylesheet are
common to the image rotation only.
No other styles are permitted in 
this style sheet.
*********************************/

.imageRotation {
	position: relative;
	width: 620px;
	height: 240px;
	overflow: hidden;
	margin-bottom: 30px;
}
.imageRotation img {
	position: absolute;
}