.cycle
{
	position:relative;
	overflow:hidden;
	float:right;
	top:40px;
	margin-right:-20px;
}

.cycle .slideshow
{

}

.cycle .slideshow img
{

}

.cycle .info
{
	position:absolute;
	bottom:5px;
	left:0;
	background:url("transparent.png") repeat;
	z-index:999;
	height:27px;
	padding:5px 17px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:5px;
	padding-right:17px;
	padding-left:17px;
}


.cycle .info .pager-holder
{
	width:350px;
	float:right;
	margin-bottom:-5px;
}



.cycle .info .pager-holder .pager
{
	float:right;
}

.cycle .info .pager-holder .pager a
{
	font-family:Arial;
	background:#a7433c;
	color:#FFFFFF;
	display:block;
	width:25px;
	height:17px;
	float:left;
	margin-right:4px;
	text-align:center;
	text-decoration:none;
	padding:4px 0;
	font-size:12px;
	
}

.cycle .info .pager-holder .pager a.activeSlide
{
	background:#000000;
	color:#ffffff;
	
}

.cycle .info .caption
{
	width:200px;
	float:left;
	margin-top:-16px;
}

.cycle .info .caption p
{
	font-family:Arial;
	font-size:14px;
	margin:0;
	color:#343333;
	font-weight:bold;
}