
div#jquery-cycle { position: relative; width: 574px; height: 232px; }
div#jquery-cycle .list { position: absolute; width: 574px; height: 232px; z-index: 1; overflow: hidden; }

div#jquery-cycle .button {
	display: block; width: 38px; height: 48px; position: absolute; top: 92px;
	outline: 0 none;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
div#jquery-cycle .button:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
div#jquery-cycle #jqc-prev { 
	left: 0;
	background: transparent url('../images/cycle/arrow-l.png') left center no-repeat;
}
div#jquery-cycle #jqc-next { 
	right: 0;
	background: transparent url('../images/cycle/arrow-r.png') right center no-repeat;
}

div#jquery-cycle .item { width: 574px; height: 232px; display: none; }
div#jquery-cycle .item .image { display: block; margin: 0; padding: 0; position: absolute; }
div#jquery-cycle .item img { border: 1px solid #000; }
div#jquery-cycle .item .meta  { 
	width: 554px; height: 55px; 
	display: block;
	padding: 10px;
	position: absolute;
	bottom: -75px;
	background: #000 none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
div#jquery-cycle h3 {
	display: block; margin: 0; padding: 0 0 6px 0; 
	font: normal 16px/20px Georgia, 'Times New Roman', serif;
}
div#jquery-cycle h3 a:link, div#jquery-cycle h3 a:visited { color: #f5f5f5; }
div#jquery-cycle h3 a:hover, div#jquery-cycle h3 a:active { color: #969696; }
div#jquery-cycle p { 
	display: block; padding: 0; margin: 0;
	font: normal 11px/15px Helvetica, Arial, serif;
	color: #f5f5f5;
}
div#jquery-cycle p .interior { display: block; }