#container{
	margin:0 auto;
	text-align:left
}
#content{
	width:756px;
	float:left;
	margin-right: 3px; 
	font-size:0.7em
}

#cycle{
	width:756px;
	height: 290px;
}
#cycle #nav-cycle-background{
	position: absolute; 
}

#cycle #nav-cycle-selector{
	top:0;
	left:0;
	width:205px;
	height:55px;
	position:absolute;
	background: url(/img/cycle/cycle-button-active.gif) no-repeat top left;
}
#cycle #nav-cycle{
	width:205px;
	float: left;
	background: url(/img/cycle/cycle-background.gif) no-repeat top left;
}
#cycle #nav-cycle ul{
	position: absolute;
}
#cycle #nav-cycle li{
	z-index:1;
	width:205px;
	background:transparent;
	position: relative;
}
#cycle #nav-cycle a{
	width:145px;
	height:45px;
	padding: 10px 40px 0 20px;
	font-size:1.1em;
	font-weight: bold;
	display:block;
	color:#9498b3;
	text-decoration:none
}
#cycle #nav-cycle .activeSlide{
	color: #008000;
}
#cycle #slideshow{
	width:560px;
	height:218px;
	float: right;
	border-top:1px solid #dcecf9;
	border-right:1px solid #dcecf9;
	border-bottom:1px solid #dcecf9;
	overflow:hidden;
	color: #888888;
}
/*
#cycle #slideshow p,#cycle #slideshow a{
	display: none;
	text-indent:-9999px; 
} */

#cycle #slideshow div{
	cursor: pointer;
	background : url(/img/cycle_foot.jpg) no-repeat bottom;

}

#cycle #slideshow p{
	padding: 5px;
	padding-left: 10px;
}

#cycle #slideshow a.cycle{
	color: #a0a0a0;
}

#cycle #slideshow img{
	width:560px;
	height: 218px;
}