
div#jquery-cycle { position: relative; width: 870px; height: 220px; }
div#jquery-cycle .list { position: absolute; width: 870px; height: 220px; z-index: 1; }

div#jquery-cycle .button {
	display: block; width: 35px; height: 47px; position: absolute; top: 89px;
	outline: 0 none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
div#jquery-cycle .button:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
div#jquery-cycle #jqc-prev { 
	left: -44px;
	background: transparent url('../images/cycle/arrow-l.png') left center no-repeat;
}
div#jquery-cycle #jqc-next { 
	right: -46px;
	background: transparent url('../images/cycle/arrow-r.png') right center no-repeat;
}

div#jquery-cycle .item { width: 870px; height: 220px; margin: 0; }
div#jquery-cycle .item .image { display: block; float: left; }
div#jquery-cycle .item img { border: 0 none; }
div#jquery-cycle .item .meta  { width: 260px; height: 220px; float: right; }
div#jquery-cycle h3 { 
	display: block; margin: 0; padding: 0 0 10px 0; 
	font: bold 22px/26px Helvetica, Arial, sans-serif;
}
div#jquery-cycle h3 a:link, div#jquery-cycle h3 a:visited { color: #000; }
div#jquery-cycle h3 a:hover, div#jquery-cycle h3 a:active { color: #666; }
div#jquery-cycle p { 
	display: block; padding: 0; margin: 0 0 10px 0;
	font: normal 14px/20px Helvetica, Arial, sans-serif;
	color: #666;
}
div#jquery-cycle p.read-more { 
	display: block; padding: 0; margin: 0;
	height: 28px;
}
div#jquery-cycle p.read-more a { 
	display: block; padding: 0; margin: 0; float: right;
	width: 82px; height: 28px; text-indent: -999999px;
	background: transparent url('../images/button-featured-read-more.png') left top no-repeat;
}
