#rotationDiv{
	position: relative;	
}
#cycleRotation{
	width: 570px;
	height: 240px;
	overflow: hidden;  
    padding: 0;  
    margin:  0;  
}
#cycleRotation a{
	display: block;
	width: 570px;
	height: 240px;
	overflow: hidden;
    top:  0; 
    left: 0 
}

#cycleRotationNavDiv{
	position: absolute;
	bottom: 25px;
	left: 0;	
	z-index: 10;
	width: 92px;
}
#cycleRotationNavDiv img{
	float: left;
}
#cycleRotationNav img{
	cursor: pointer;
}

.connectedList a{
	text-decoration: none !important;	
}
