
#home .cycle /*containers of the cycles - use an id for different sized/coloured cycles on same page*/
{
	height:85px;/*height and width must be the same as image size*/
	width:168px;
	overflow:hidden;
	float:right;
}

.cycle div.logo
{
	width:160px;
	height:85px;
	overflow:hidden;
}
.cycle a
{
 width:310px;	
 margin:0 auto;
}
.cycle a img /*images within the cycles*/
{
	padding:5px;
	max-width:160px;
	margin:0 auto;

}


