@charset "utf-8";
/* CSS Document */
.quot img {
	margin: 2px;
	padding: 2px;
	border: thin solid #999999;
	transition: transform .2s
}
.quot img:hover {

 transform: scale(1.2);
 
 }