/*	Image Cross Fade Redux
	works with xfade2.js
	http://sonspring.com/journal/slideshow-alternative
-------------------------------------------------------- */

#rotator {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	width: 770px;
	height: 190px;
}

#rotator img {
	width: 768px;
	height: 190px;
}

