
div#jquery-cycle { 
	position: relative; width: 960px; height: 318px; padding: 0; 
	overflow: hidden;
}
div#jquery-cycle .list { position: absolute; width: 626px; height: 318px; margin: 0 0 0 167px; z-index: 1; overflow: hidden; }

div#jquery-cycle .button {
	display: block; width: 88px; height: 88px; position: absolute; top: 111px;
	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: 38px;
	background: transparent url('../images/cycle/arrow-l.png') left center no-repeat;
}
div#jquery-cycle #jqc-next { 
	right: 38px;
	background: transparent url('../images/cycle/arrow-r.png') right center no-repeat;
}

div#jquery-cycle .item { width: 606px; height: 230px; margin: 0; padding: 44px 26px 44px 0; }
div#jquery-cycle .item .image { display: block; float: left; }
div#jquery-cycle .item img { border: 0 none; padding: 8px 8px 16px 8px; background: transparent url('../images/image-featured.png') left top no-repeat; }
div#jquery-cycle .item .meta  { width: 270px; height: 220px; float: right; }
div#jquery-cycle h3 { 
	display: block; margin: 0; padding: 0 0 10px 0; 
	font: bold 24px/28px 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 12px/18px Helvetica, Arial, sans-serif;
	color: #666;
}
