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

#cycle {
	position:relative;
	width: 794px; /* slide width */
	height: 206px; /* slide height */
	overflow: hidden;
	background-color:#FFFFFF;
	background-image: url(../../../images/images_old/womens_conf/conf_header.jpg);
}
	
#cycle #cycle_rotation { 
	position:relative;
	width: 794px; /* slide width */
	height: 206px; /* slide height */
	overflow: hidden;
}

#cycle #cycle_rotation div {
	width: 794px; /* slide width */
	height: 206px; /* slide height */
	overflow: hidden; 
}
#cycle #prev { /* location of previous button */
	position:absolute;
	left: 15px;
	top: 75px;
	z-index:100;
}
#cycle #next { /* location of next button */
	position:absolute;
	right: 15px;
	top: 75px;
	z-index:100;
}
#cycle #cycle_nav { /* location of rotation navigation */
	position:absolute;
	top:160px;
	left:0px;
	width:100%;
	text-align:center;
	z-index:100;
}
#cycle #cycle_nav a { /* rotation navagation styling */
	border: 1px solid #666666;
	background: #333333;
	text-decoration: none;
	margin: 0 5px;
	padding: 1px 2px;
	font: 8px/10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#cycle #cycle_nav a.activeSlide { /* rotation navagation styling for active slide */
	background: #CCCCCC;
	color:#000000;
}
#cycle #cycle_nav a:focus { outline: none; }
.basic_stroke {
	margin: 3px;
	border: 2px solid #1D90C0;
}
