
.cycle /*containers of the cycles - use an id for different sized/coloured cycles on same page*/
{
	width:710px;/*height and width must be the same as image size*/
	height:200px;
}

.cycle img /*images within the cycles*/
{
	width:710px;
	height:200px;

}

