#image-rotator {
	position: relative;

	width: inherit;
	height: inherit;
	
	overflow: hidden;
}	
	#image-rotator img {
		width: 100%;
	}