body {
   behavior: url("css/csshover3.htc");
}

#rotator{
	width:636px;
	height:267px;
	overflow:hidden;
}

#navtray{
	float:right;
	position:relative;
	top:235px;
	height:20px;
	margin-right:12px;
	z-index:2;	
}


#headline-rotation{
	position:relative;
	top:0px;
	left:0;
	z-index:1;
}

#playbuttontray  {
	display: none; 
	margin:0px 1px 0px 1px;
	padding:0px;
	float: left; 
	cursor:pointer; 
	border:0px; 
}

#pausebuttontray  {
	display: block; 
	margin:0px 1px 0px 1px;
	padding:0px;
	float: left; 
	cursor:pointer; 
	border:0px;
}

#prevtray {
	float: left;
	margin:0px 1px 0px 1px;
	padding:0px;	
}

#nexttray {
	float: left;
	margin:0px 1px 0px 1px;
	padding:0px;
}


#pausebutton_img  { 
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	display: block;
	cursor:pointer; 
	border:0px; 
	margin:0px;
	padding:0px;
}

#pausebutton_img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}

#playbutton_img  { 
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	display: block;
	cursor:pointer; 
	border:0px; 
	margin:0px;
	padding:0px;
}

#playbutton_img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}

#prev { 
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	cursor:pointer; 
	border:0px; 
}

#prev:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}


#next {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	cursor:pointer; 
	border:0px; 
}

#next:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}

#nav { 
	position: relative;
	float: left; 	
}

#nav div { 
	margin-left:1px;
	margin-right:1px;
	text-align:center;
	float:left;
	font-family:arial;
	font-size:12px; 	
	}
	
#nav a { 
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	display:inline-block;
	font-weight: bold;
	border: 1px solid #E8D59F;
	width:20px;
	height:17px;
	line-height:17px;	
	background: #F7F0DE;
	text-decoration: none; 
	color:#666666; 
	text-align:center;
}

#nav a.activeSlide { 
	display:inline-block;
	border: 1px solid #937A04;
	background: #FBE06B;
	color: black;
	font-weight: bold;
	width:20px;
	height:17px;
	line-height:17px;
}

#nav a:focus { 
	outline: none; 
}

#nav a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}


