div#homeImage {
	height: 300px;
	margin-bottom: 10px;
	overflow: hidden;	
	width: 600px;
}

div.homeRotater {
	position: relative;
}
	
	div.homeRotater img {
		left: 0;
		position: absolute;
		top: 0;
		z-index: 1;
	}
	
		div.homeRotater img.firstItem {
			z-index: 2;
		}
