/* CSS / javascript slideshow */

#rotator {
	float: left;
	overflow: hidden;		
	margin: 25px 20px 0 15px;
	padding: 0;
	width: 480px;
	height: 230px;
	border: 4px solid #45402C;
	}

#rotator img { width: 480px; height: 230px; }

p { text-align: center; }