body {
   behavior: url("css/csshover3.htc");
}

#rotator{
	width:778px;
	height:284px;
	overflow:hidden;
	background-color:black;
}

#navtray{
	float:right;
	position:relative;
	top:259px;
	height:20px;
	margin-right:4px;
	z-index:2;	
}


#headline-rotation{
	position:relative;
	top:0px;
	left:0;
	z-index:1;
}

#playbuttontray  {
	display: none; 
	margin-right:1px; 
	float: left; 
	cursor:pointer; 
	border:0px; 
}

#pausebuttontray  {
	display: block; 
	margin-right:1px;  
	float: left; 
	cursor:pointer; 
	border:0px; 
}

#pausebutton_img  { 
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	display: block; 
	cursor:pointer; 
	border: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; 
}

#playbutton_img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}


#prev { 
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	margin-right:1px;
	margin-left:4px;
	float: left; 
	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;
	margin-left:1px; 
	float: left; 
	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;
	width:20px;
	height:17px;
	border: 1px solid #12173F;
	background: #002B8A;
	text-decoration: none;
	color:white; 
	text-align:center;
}

#nav a.activeSlide { 
	border: 1px solid #3182d4;
	background: #AEB0E3;
	color: black;
	font-weight: bold; 
}

#nav a:focus { 
	outline: none; 
}

#nav a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}

/*
#headline-rotation {  }
#nav { width: 300px; margin: 15px }
#nav li { width: 100px; margin: 8px; list-style: none; display:block;}
#nav a { width: 100px; display: block; border: 4px solid #FFF; }
#nav a.activeSlide { border: 4px solid #3182d4; }
#nav a:focus { outline: none; }
#nav img { border: none; display: block }
.thumb{display:none;}
*/

