    /*
    div#rotator {
        height: 266px;
	position:relative;
	margin:0 0 0 -18px;
	padding:0;
}
	div#rotator ul li {
	float:left;
	left: 0em; 
	position:absolute;
	list-style: none;
}
	div#rotator ul li img {
	border:0;
	padding: 0px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}

*/

/**
 * CSS for the thumbnail rotator
 * By: Marcelo C. de Freitas
 */
#myRotatorController{
	background-color: transparent;
	position	: relative;
	top		: 240px;
	display		: block;
	text-align	: right;
	z-index		: 20;
}
.rotator img{
	background-color:#fff;
	overflow	: hidden;
	width		: 24px;
	height		: 18px;
}
.dojoxRotatorThumb{
	display		: inline-block;
	width		: 24px;
	height		: 18px;
	margin		: 2px;
	border		: none;
}
.dojoxRotatorThumb img{
	width		: 24px;
	height		: 18px;
	border		: none;
}
.dojoxRotatorThumbSelected{
	border		: solid 1px gray;
	margin		: 0;
}

