.cycle
{
	overflow:hidden;
	float:right;
	padding:8px;
	position:relative;
	top:11px;
	right:8px;
	margin-left:15px;
}

.cycle .slideshow
{
    width:422px;
    float:right;
    height:256px;


}

.cycle .info {
    bottom: 10px;
    height: 27px;

    margin-left: 27px;
    margin-right: 5px;
    padding: 0 17px;
    position: absolute;
    width: 374px;
    z-index: 999;

    
}

.pager-holder
{
    
    float:right;   
    
}

.cycle .pager a
{
	background-image: url(/Images/TemplateImages/whitecirclebg.png);
	display:block;
	width:14px;
	height:14px;
	float:left;
	margin-right:6px;
	text-align:center;
	text-decoration:none;
	font-size:1px;	
	position:relative;
	right:30px;
	margin-top:6px;	
		
}

.cycle .pager a.activeSlide
{   	
    background-image: url(/Images/TemplateImages/greencirclebg.png);
	width:14px;
	height:14px;
}



.cycle .info .pager-holder .pager a.activeSlide
{
    background-image: url(/Images/TemplateImages/greencirclebg.png);
	width:14px;
	height:14px;
	


}

.cycle .info .caption {
    float: left;
    margin-left: -50px;
    margin-top: 6px;
    width: 284px;
}

.cycle .info .caption p
{
	font-family:Arial;
	font-size:14px;
	margin:0;
	color:#fff;
	font-weight:bold;
	
}