/* Home page image rotator */
#homeimage ul li img { display: block; height: auto; width: 600px; margin: 25px 0 0 10px; }

/* All pages (except home page) image rotator */
#bannerRotator {
	background: :#EEE;
	border: 0 solid #CCC;
	height: 220px;
	margin: 0 auto;
	padding: 0;
	width: 200px
}
#bannerRotator ul li img { display: block; height: 150px; max-width: 200px }
#bannerRotator div { text-align: left; font-weight: normal; font-size: 10pt; line-height: 1.2; margin-top: 5px }

/*----------  -----------*/

#homeimage { position: relative }
#homeimage ul { list-style: none; margin: 0; padding: 0; position: relative }
#homeimage ul li { display: none; position: absolute }
#homeimage ul li a { text-decoration: none }
#homeimage ul li a:hover { text-decoration: underline }

#bannerRotator { position: relative }
#bannerRotator ul { list-style: none; margin: 0; padding: 0; position: relative }
#bannerRotator ul li { display: none; position: absolute }
#bannerRotator ul li a { text-decoration: none }
#bannerRotator ul li a:hover { text-decoration: underline }

#bannerNav {
	background: url(img/transWhite75.png) repeat 0 0;
	border-radius: 5px;
	bottom: 75px;
/*	display: none; */
	-moz-border-radius: 5px;
	padding: 5px 5px 5px 5px;
	position: absolute;
	right: 5px;
	-webkit-border-radius: 5px
}
#bannerNav a {
	background: url(img/dotDark.png) no-repeat 0 0;
	display: block;
	float: left;
	height: 10px;
	margin: 3px 10px 0 0;
	width: 10px
}
#bannerNav a.active { background-image: url(img/dotLight.png) }
#bannerNav span.pause, #bannerNav span.play {
	background: url(img/pause.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 15px;
	width: 15px
}
#bannerNav span.play { background-image: url(img/play.png) }