.cycle-slideshow
{
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.cycle-item
{
	padding: 2px 0;
}

/*.cycle-custom-pager-with-prev-next
{
	position: relative;
	margin-top: -65px;
	margin-bottom: 45px;
	z-index: 20;
}*/

#cycle-custom-pager a
{
	display: inline-block;
	width: 13px;
	height: 8px;
	background: url(cycle2.dng/cycle-pager.png);
}

#cycle-custom-pager a.cycle-pager-active
{
	background: url(cycle2.dng/cycle-pager-active.png);
}

#cycle-prev
{
	display: inline-block;
	width: 12px;
	height: 8px;
	background: url(cycle2.dng/cycle-prev.png);
}

#cycle-next
{
	display: inline-block;
	width: 12px;
	height: 8px;
	background: url(cycle2.dng/cycle-next.png);
}

.cycle-item,
.cycle-item img
{
	width: 100%;
}

.cycle-author
{
	color: #6d6e70;
	font-size: 150%;
	line-height: 0.8em;
	white-space: nowrap;
}

.cycle-title
{
	color: #999999;
	font-size: 150%;
	line-height: 0.8em;
	white-space: nowrap;
}

.cycle-description
{
	color: #bcbdbf;
	font-size: 80%;
}
