 .large {
 	width: 150px;
 	height: auto;
 }

 .medium {
 	width: 105px;
 	height: auto;
 }

 .small {
 	width: 90px;
 	height: auto;
 }

 .xsmall {
 	width: 25px;
 	height: auto;
 }