#rotator { position: relative;  height: 360px; overflow: hidden; background-color: white }
	#rotator .slide { min-height: 360px; position: absolute; top: 0px; left: 0px; overflow: hidden; background: white; display: none }
	
	#slides { position: relative;  height: 360px; overflow: hidden; }
	#slides .slide {  height: 360px; position: absolute; top: 0px; left: 0px; z-index: 1; border-left: solid 10px #c00; overflow: hidden; background: white; display: block; }
	
	#rotator-nav { display: block; position: absolute; bottom: 10px; right: 10px; z-index: 5000; background: white; opacity: .5; filter: alpha(opacity=40); padding: 4px; -moz-border-radius: 4px }
	#rotator-nav:hover { opacity: 1; filter: alpha(opacity=100) }
	#rotator-nav li { display: block; float: left; padding: 0px 2px }
	#rotator-nav a { border: solid 1px #aaa; color: #aaa; font: normal 12px Arial; padding: 2px 3px; text-decoration: none; -moz-border-radius: 2px; outline: none }
	#rotator-nav a:hover { color: #0063B1; border-color: #0063B1 }
	.loading { background: url(http://us.toshiba.com/images/loading.gif) 50% 50% no-repeat }