img.leda-ifadeIn {
	opacity:0;
	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s;
	transition: opacity 2s;
}
.leda-pplay{
	background: url(//www.feeling.com.mx/media/playerHtml5Sprites.svg);
	background-position: -37px -1px;
	width: 36px;
	height: 36px;
}
.leda-pstop{
	background: url(//www.feeling.com.mx/media/playerHtml5Sprites.svg);
	background-position: -1px -1px;
	width: 36px;
	height: 36px;
}
.leda-stationname{
	background: url(//www.feeling.com.mx/media/playerHtml5Sprites.svg);
	background-position: -73px -0px;
	width: 109px;
	height: 36px;
}
.leda-volup{
	background: url(//www.feeling.com.mx/media/playerHtml5Sprites.svg);
	background-position: -20px -37px;
	width: 20px;
	height: 18px;
}
.leda-voldown{
	background: url(//www.feeling.com.mx/media/playerHtml5Sprites.svg);
	background-position: -0px -37px;
	width: 20px;
	height: 18px;
}
.leda-fl { float:left; }
.leda-fr { float:right; }
.leda-ml { margin-left:6px; }
.leda-mr { margin-right:6px; }
.leda-mt { margin-top:4px; }
.leda-mb { margin-bottom:4px; }
progress[value] {
	background-color: #dddddd;
	border: 0;
	width: 100px;
	height: 10px;
	border-radius: 3px;
}
progress::-webkit-progress-bar {
	background-color: #dddddd;
	border-radius: 3px;
}
progress::-webkit-progress-value {
	background: #8dc1eb;
	background: -moz-linear-gradient(top, #8dc1eb 0%, #045fb4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dc1eb), color-stop(100%,#045fb4));
	background: -webkit-linear-gradient(top,  #8dc1eb 0%,#045fb4 100%);
	background: -o-linear-gradient(top,  #8dc1eb 0%,#045fb4 100%);
	background: -ms-linear-gradient(top,  #8dc1eb 0%,#045fb4 100%);
	background: linear-gradient(to bottom,  #8dc1eb 0%,#045fb4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc1eb', endColorstr='#045fb4',GradientType=0 );
	border-radius: 3px;
}
progress::-moz-progress-bar {
	background: #8dc1eb;
	background: -moz-linear-gradient(top,  #8dc1eb 0%, #045fb4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dc1eb), color-stop(100%,#045fb4));
	background: -webkit-linear-gradient(top,  #8dc1eb 0%,#045fb4 100%);
	background: -o-linear-gradient(top,  #8dc1eb 0%,#045fb4 100%);
	background: -ms-linear-gradient(top,  #8dc1eb 0%,#045fb4 100%);
	background: linear-gradient(to bottom,  #8dc1eb 0%,#045fb4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc1eb', endColorstr='#045fb4',GradientType=0 );
	border-radius: 3px;
}
.leda-progress-value {
	padding: 0px 5px;
	line-height: 20px;
	margin-left: 5px;
	font-size: .8em;
	color: #555;
	height: 18px;
	float: right;
}
.leda-rates{
  padding:0px;
  border:none;
  cursor:pointer;
  font-size:14px;
  color:#009933;
}

#leda-nowplaying.img{
  border:0px;
  opacity:1.0;
  filter:alpha(opacity=100);
}