
.cycle-control{
	position:absolute;
	z-index:5;
	top:50%;
	left:0px;
	width:10px;
	height:16px;
	margin-top:-8px;
	cursor:pointer;
	background-repeat:no-repeat;
/*
	background:#333333;
	border:1px solid #FFFFFF;
	opacity:.30;
	filter:alpha(opacity=30);
*/
}

.cycle-control:hover{
	color:#FFFFFF;
	text-decoration:none;
	text-shadow:none;
	opacity:.6;
	filter:alpha(opacity=60);
}

.cycle-control.left_grey{
	background-image:url(/js/jquery/cycle/arrow_left_grey_10x16.png);
}
.cycle-control.left_white{
	background-image:url(/js/jquery/cycle/arrow_left_white_10x16.png);
}

.cycle-control.right_grey{
	background-image:url(/js/jquery/cycle/arrow_right_grey_10x16.png);
	left:auto;
	right:0px;
}
.cycle-control.right_white{
	background-image:url(/js/jquery/cycle/arrow_right_white_10x16.png);
	left:auto;
	right:0px;
}

.cycle-container-outer{
  position:relative;
	margin-left:0px;
	margin-right:0px;
}

.cycle-container{
  position:relative;
	overflow:hidden;
}

.cycle-area{
  position:absolute;
	display:inline;
}

.cycle-indicator.off{
	width:10px;
	height:10px;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	cursor:pointer;
	background:#333333;
	opacity:.5;
	filter:alpha(opacity=50);
}

.cycle-indicator.on{
	width:10px;
	height:10px;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	cursor:pointer;
	background:#333333;
}

/*
Feature Fade
*/

.FeatureFadeImage {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	position: absolute;
	width: 100%;
}
