/** See alohatechsupport.net/webdesignmaui/maui-web-site-design/easy_jquery_auto_image_rotator.html **/

#rotator-wrap {
	margin: 1.3em 4em 2em 2em;
	padding: 0;
}


#rotator {
	/*position: relative;*/
	/*margin: 1.3em 4em 0 2em;*/
	padding: 0;
	/*width: 300px;	/* should match width of images */
	/*height: 200px;	/* should match height of images */
}

#rotator ul {
	padding: 0;
	margin: 0;
}

#rotator ul li {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
}

#rotator ul li img {
	border: 1px solid #ccc;
	padding: 0.5em;
	background: #D3CFE7;
	margin: 0;
}

#rotator ul li.show {
	z-index: 500
}

