img.player {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1.0); /* Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-box-shadow: 0.0px 2.0px 6.0px 2.0px rgba(0.0,0.0,0.0,0.75);
    -moz-box-shadow: 0.0px 2.0px 6.0px 2.0px rgba(0.0,0.0,0.0,0.75);
    box-shadow: 0.0px 2.0px 6.0px 2.0px rgba(0.0,0.0,0.0,0.75);
    margin-bottom:0.0px;
    max-hight: 12px;

}

.player:hover {
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0.0); /* Google Chrome, Safari 6+ & Opera 15+ */
 
}

.imagelist {list-style-type: none;}

.imagelist li{
	hight: 25px;
}

a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	color: #1e1e1e;
	text-align: center;
}