img.on:hover {
	border-color: #E60000;
	-moz-box-shadow: 0 0 4px #E60000;
	-webkit-box-shadow: 0 0 4px #E60000;
	box-shadow: 0 0 4px #E60000;
}

img.on {
	padding: 1px;
background: white;
border: 1px solid #B5B5B5;
margin: 0 0 5px 3px;
}

@media (max-width: 479px) {
img.on {
	padding: 1px;
background: white;
border: 1px solid #B5B5B5;
margin: 0 0 5px 3px;
max-height:30px;
max-width:30px;
}	