/*	Image Cross Fade Redux
	works with xfade2.js
	http://sonspring.com/journal/slideshow-alternative
-------------------------------------------------------- */

#rotator {
	overflow: hidden;
	position: relative;
	width: 760px;
	height: 230px;
}

#rotator img {
	border: 0;
	width: 760px;
	height: 230px;
}

