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

.cycle img /*images within the cycles*/
{
	padding:5px;
	background:#f8f8f8;
	border:1px solid #EEEEEE;
	height:200px;
	width:200px;

}

