@charset "utf-8";
/* CSS Document */
/* CSS for SIMPLE IMAGE ROTATOR */
/* Copyright Clint Milner - Twitter: clint_milner */

#photoShow {
	margin: 0px;
	padding: 0px;
	height: 298px;
	width: 504px;
}
#photoShow div {
	position:absolute;
	z-index:0;
}
#photoShow div.previous {
	z-index: 1;
}
#photoShow div.current {
	z-index: 2;
}
