/* ======= ROTATING HOME BANNERS ========== */

#nav-rotate { margin: -18px -5px 0 0; padding:0;width:100px;height:0;position:relative;z-index:2000; float: right; z-index: 10; }
#nav-rotate a span { visibility:hidden; }
#nav-rotate a { background: url('/img/dot-off.png') no-repeat; text-decoration: none; width: 12px; height: 12px; display: block; float: left; margin: 0; padding: 0 7px 0 0; border:None; }
#nav-rotate a.activeSlide { background: url('/img/dot-on.png') no-repeat; }
#nav-rotate a:hover { background: url('/img/dot-on.png') no-repeat; }
#nav-rotate a:focus { outline: none; }

#home-banners {
	margin:0;
	width:625px;
	height:251px;
}

#hm-rotate {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.banner {width: 100%; height: 100%;}