#container{
	width: 950px;
	margin:0 auto;
	text-align:left;
}

#content{
	width:667px;
	float:left;
	font-size:0.7em;
	margin: 0 auto;
}

#cycle{
	width:667px;
	height: 245px;
}
#cycle #nav-cycle-background{
	position: absolute;
}
#cycle #nav-cycle-selector{
	top:0;
	left:0;
	width:150px;
	height:35px;
	position:absolute;
	background: url(../img/cycle-button-active.jpg) no-repeat top left;
}
#cycle #nav-cycle{
	width: 160px;
	height: 250px;
	float: left;
	background: url(../img/cycle-background.gif) no-repeat top left;
	margin-left: 0;
}
#cycle #nav-cycle ul{
	position: absolute;
	text-indent: 0;
}

#cycle #nav-cycle li{
	z-index:1;
	width:170px;
	background:transparent;
	position: relative;
}
#cycle #nav-cycle a{
	width: 90px;
	height:25px;
	padding: 10px 40px 0 20px;
	font-size:12px;
	font-weight: normal;
	display:block;
	color: #000660;
	text-decoration:none;
}
#cycle #nav-cycle .activeSlide{
	color: #AA0000;
	font-weight: bold;
	font-style: italic;
}
#cycle #slideshow{
	width:515px;
	height:244px;
	float: right;
	border:1px solid #c0c0c0;
	overflow:hidden;
}
#cycle #slideshow p,#cycle #slideshow a{
	display: none;
	text-indent:-9999px;
}
#cycle #slideshow div{
	cursor: pointer;
}
#cycle #slideshow img{
	width:515px;
	height: 245px;
	margin-top: -1px;
}