@charset "UTF-8";
/* CSS Document */

#cycle {
	position:relative;
	width: 776px; /* slide width */
	height: 215px; /* slide height */
	overflow: hidden;
}
	
#cycle #cycle_rotation { 
	width: 776px; /* slide width */
	height: 215px; /* slide height */
	overflow: hidden;
}

#cycle #cycle_rotation div {
	width: 776px; /* slide width */
	height: 215px; /* slide height */
	overflow: hidden; 
	color: #999999;
}
#cycle #cycle_prev { /* location of previous button */
	position:absolute;
	left: 5px;
	top: 100px;
	z-index:100;
	cursor:pointer;
	-khtml-opacity:.50; -moz-opacity:.50; -ms-filter:"alpha(opacity=50)"; filter:alpha(opacity=50); opacity:.50;
}
#cycle #cycle_next { /* location of next button */
	position:absolute;
	right: 5px;
	top: 100px;
	z-index:100;
	cursor:pointer;
	-khtml-opacity:.50; -moz-opacity:.50; -ms-filter:"alpha(opacity=50)"; filter:alpha(opacity=50); opacity:.50;
}
#cycle #cycle_prev:hover { /* location of previous button */
	-khtml-opacity:.80; -moz-opacity:.80; -ms-filter:"alpha(opacity=80)"; filter:alpha(opacity=80); opacity:.80;
}
#cycle #cycle_next:hover { /* location of next button */
	-khtml-opacity:.80; -moz-opacity:.80; -ms-filter:"alpha(opacity=80)"; filter:alpha(opacity=80); opacity:.80;
}
#cycle #cycle_rotation_nav { /* location of rotation navigation */
	position:absolute; 
	top:188px; 
	left:0px; 
	width: 776px;
	text-align:center;
	z-index:100;
}
#cycle #cycle_rotation_nav a { /* rotation navagation styling */
	border: 1px solid #666666;
	background: #333333;
	text-decoration: none;
	margin: 0 5px;
	padding: 2px 3px;
	font: 10px/20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#cycle #cycle_rotation_nav a.activeSlide { /* rotation navagation styling for active slide */
	background: #CCCCCC;
	color:#000000;
}
#cycle #cycle_rotation_nav a:focus { outline: none; }
