#cyclebox {
	width:910px;
	height:390px;
	overflow:hidden; margin-bottom:40px;
	float:left;
	position:relative;
	background-color:#121F27;
}

.cyclediv /* Hide by default */{ 
	display:none;
	width:910px;
	height:390px;
	float:left;	
}

/* Set individual banner backgrounds */
#cycle1, #cycle2, #cycle3, #cycle4, #cycle5, #cycle6, #cycle7, #cycle8 {
	display:block;
}
.cyclediv .cycleboxinside {
	margin:0;
	padding:0px;
	width:910px;
	height:390px;
	display:block;
}
.cyclediv .cycleboxinside img{
	float:right;
}

/* Switch controls */
#cyclebox ul#banner-controls { 
	position:absolute;
	bottom:30px;
	left:10px;
	display:block; 
	margin:0px 0px 0px 35px; 
	padding:0px;
	list-style-type:none;
}
/*
#cyclebox ul#banner-controls:hover	{ 
	filter:alpha(opacity=90); -moz-opacity:.9; opacity:.9
}
*/
#cyclebox #banner-controls li { 
	float:left;
	margin:0 10px 0 0; 
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#cyclebox #banner-controls li a { 
	float:left;
	margin:0; 
	padding:0;
	width:15px;
	background:#ccc;
	height:15px;
	line-height:10px; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0px;
	color:#fff;
	text-decoration:none;
	background: url(../images/bullets.png) no-repeat left top;
}
#cyclebox #banner-controls a:hover {
	background: url(../images/bullets.png) no-repeat left -25px;
}
#cyclebox #banner-controls a.active {
	background: url(../images/bullets.png) no-repeat left -25px;
}