#rotating_images {
	float: left;
	position: relative;
	width: 180px;
	height: 243px;
	background: url('images/image_border.png') no-repeat;
}

#image1 {
	position: absolute;
	display: none;
	top: 2px;
	left: 4px;
	width: 169px;
	height: 234px;
	z-index: 103;
	background: url('images/helmets/helmet1.png') no-repeat;
}

#image2 {
	position: absolute;
	display: none;	
	top: 2px;
	left: 4px;
	width: 169px;
	height: 234px;
	z-index: 102;
	background: url('images/helmets/helmet2.png') no-repeat;
}

#image3 {
	position: absolute;
	display: none;	
	top: 2px;
	left: 4px;
	width: 169px;
	height: 234px;
	z-index: 101;
	background: url('images/helmets/helmet3.png') no-repeat;
}

#image4 {
	position: absolute;
	display: block;	
	top: 2px;
	left: 4px;
	width: 169px;
	height: 234px;
	z-index: 100;
	background: url('images/helmets/rotation_empty.jpg') no-repeat;
}

#image5 {
	position: absolute;
	display: block;	
	top: 2px;
	left: 4px;
	width: 169px;
	height: 234px;
	z-index: 99;
	background: url('images/helmets/helmet1.png') no-repeat;
}



a {
	color:#c41f3a;
}

a:hover {
	color:#c41f3a;
}
