.navbar li .dropdown ul > li a:hover {
    display: block;
    height: 51px;
    padding: 0 20px;
    border-bottom: 0px solid #ccc;
    text-shadow: none;
    line-height: 49px;
    background: #CCE3F4;
}
@media screen and (max-device-width: 480px) { #wrapper { width: 320px; position: relative; left: -8px; }
  .audiojs .scrubber { width: 150px; }
  .audiojs { width: 320px; }
  #linkToNT { display: initial; } 
}

.audiojs audio {
	position: absolute;
	left: -1px;
}
.audiojs {
	background-position: 0% 0%;
	width: 333px;
	height: 36px;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	background-color: #007DB4;
	background-repeat: repeat;
	background-attachment: scroll;
	 box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	background-image: -moz-linear-gradient(center top, #007DB4 0%, #007DB4 50%, #007DB4 51%, #007DB4 100%);
}
}
.audiojs .play-pause {
	width: 35px;
	height: 40px;
	padding: 4px 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #FFFFFF;
}
.audiojs p {
	display: none;
	width: 25px;
	height: 40px;
	margin: 0px;
	cursor: pointer;
}
.audiojs .play {
	display: block;
}
.audiojs .scrubber {
	position: relative;
	float: left;
	width: 171px;
	background: #FFFFFF;
	height: 14px;
	margin: 10px;
	border-top: 0px solid #FFFFFF;
	border-left: 0px;
	border-bottom: 0px;
	overflow: hidden;
}
.audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #007DB4;
	z-index: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
	background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);
}
.audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #007DB4;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #007DB4), color-stop(0.5, #007DB4), color-stop(0.51, #007DB4), #007DB4(1, #007DB4));
	background-image: -moz-linear-gradient(center top, #007DB4 0%, #007DB4 50%, #007DB4 51%, #007DB4 100%);
}
.audiojs .time {
	float: left;
	height: 34px;
	line-height: 36px;
	margin: 0px 0px 0px 6px;
	padding: 0px 6px 0px 12px;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #f9f9f9;
	font-style: normal;
}
.audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}
.audiojs .error-message {
	float: left;
	display: none;
	margin: 0px 10px;
	height: 36px;
	width: 400px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #fff;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
	color: #eee;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}
.audiojs .play {
	background: url("../css/js/libs/player-graphics.gif") -2px -1px no-repeat;
}
.audiojs .loading {
	background: url("../css/js/libs/player-graphics.gif") -2px -31px no-repeat;
}
.audiojs .error {
	background: url("../css/js/libs/player-graphics.gif") -2px -61px no-repeat;
}
.audiojs .pause {
	background: url("../css/js/libs/player-graphics.gif") -2px -91px no-repeat;
}
.playing .play, .playing .loading, .playing .error {
	display: none;
}
.playing .pause {
	display: block;
}
.loading .play, .loading .pause, .loading .error {
	display: none;
}
.loading .loading {
	display: block;
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
	display: none;
}
.error .error {
	display: block;
}
.error .play-pause p {
	cursor: auto;
}
.error .error-message {
	display: block;
}

