body {
	behavior: url("css/csshover3.htc");
}

#rotator {
	width: 754px;
	height: 337px;
	overflow: hidden;
}

#rotator img {
	border: none;
}

#rotator #rotator-items {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

#rotator #nav {
	float: right;
	position: relative;
	top: 307px;
	height: 20px;
	margin-right: 12px;
	z-index: 2;
}

#rotator .button {
	display: inline; 
	margin: 0px 1px;
	padding: 0px;
	float:  left; 
	cursor: pointer; 
}

#rotator .button img, #rotator #nav-items a { 
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
	display: block;
	cursor:pointer; 
	margin:0px;
	padding:0px;
}

#rotator .button img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}

#rotator #nav-items { 
	position: relative;
	float: left; 	
}

#rotator #nav-items div { 
	margin-left:1px;
	margin-right:1px;
	text-align:center;
	float:left;
	font-family:arial;
	font-size:12px; 	
}

#rotator #nav-items a, #rotator #nav-items a.activeSlide { 
	font-weight: bold;
	border: 1px solid #E8D59F;
	width: 20px;
	line-height:17px;	
	background: #F7F0DE;
	text-decoration: none; 
	color:#666666; 
	text-align:center;
}

#rotator #nav-items a.activeSlide { 
	border: 1px solid #937A04;
	background: #FBE06B;
	color: #454545;
}

#rotator #nav-items a:focus { 
	outline: none; 
}

#rotator #nav-items a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}