.contrastChanger img:hover{
	cursor:pointer;
	opacity: 1.0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transform: scale(1.05);
	-ms-transform: scale(1.05); /* IE 9 */
	-webkit-transform: scale(1.05); /* Safari and Chrome */
	-o-transform: scale(1.05); /* Opera */
	-moz-transform: scale(1.05); /* Firefox */
}

.contrastChanger {
	margin: 5px 0px;
}

