:focus {
    outline: 0 none;
}
#player {
    box-shadow: 0 1px 2px #989898;
}
#hd p, #content .search p, .playlist ol li, .pagination li a, .create-playlist em, .user-link-desc .btn, dt, .advanced-search, #player, .tabs li, .pagination strong, #accordion .playlist-title .playlist-title-inside, .lyric-search-results b, .modal h5, .modal p, .modal .close, .modal label, .radiostations-top li b, .breadcrumbs strong {
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
}
#player {
    background: url("../images/player-bg.png") repeat-x scroll 0 50% #C4C6C7;
    border-bottom: 1px solid #818587;
    height: 37px;
    min-width: 980px;
    position: fixed;
    width: 100%;
    z-index: 202 !important;
}
.pl-wrap {
    float: left;
    margin-right: -373px;
    width: 100%;
}
.pl-ctrl {
    float: left;
    height: 37px;
    position: relative;
    width: 127px;
    z-index: 3;
}
.pl-main-win {
    margin-left: 127px;
}
.pl-main-win .now-playing {
    color: #000000;
    cursor: move;
    font-size: 11px;
    height: 16px;
    left: 10px;
    overflow: hidden;
    padding-right: 10px;
    position: absolute;
    top: 12px;
    z-index: 3;
}
.pl-main-win .progress-width {
    margin-right: 360px;
}
.pl-main-win .progress-width .inner {
    padding: 8px 0 0;
    position: relative;
}
.pl-volume {
    float: right;
    width: 196px;
}
.pl-volume .inner {
    margin-right: 156px;
    position: relative;
}
.pl-volume-button {
    background: url("../images/pl-volume-button-pressed.png") no-repeat scroll -999px 100% transparent;
    cursor: pointer;
    height: 37px;
}
.pl-volume-button-pressed .pl-volume-button {
    background-position: 0 100%;
}
.volume-slider {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ECEDEF;
    border-color: -moz-use-text-color #818587 #818587;
    border-radius: 0 0 2px 2px;
    border-right: 1px solid #818587;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 2px 15px #989898;
    display: none;
    height: 130px;
    left: 0;
    position: absolute;
    top: 38px;
    width: 38px;
}
.pl-volume-button-pressed .volume-slider {
    display: block;
}
.volume-slider-with-handle {
    background: none repeat scroll 0 0 #A7A7A7;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 2px #333333 inset;
    float: none;
    height: 90px;
    margin: 10px auto 0;
    width: 4px;
}
.volume-icon {
    background: url("../images/volume-icon.png?2") no-repeat scroll 0 0 transparent;
    height: 40px;
    opacity: 0.6;
    width: 38px;
}
.pl-volume-button-pressed .volume-icon {
    opacity: 0.85;
}
.volume-0 {
    background-position: 0 0;
}
.volume-1 {
    background-position: 0 -38px;
}
.volume-2 {
    background-position: 0 -76px;
}
.volume-3 {
    background-position: 0 -114px;
}
.volume-4 {
    background-position: 0 -152px;
}
.pl-ctrl ul {
    bottom: 7px;
    left: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
}
.pl-ctrl li {
    cursor: pointer;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
}
#rw, #play, #fw, #show-hide-history {
    background: url("../images/player-control.png") no-repeat scroll 0 0 transparent;
    height: 22px;
}
#rw {
    background-position: 0 0;
    width: 26px;
}
#play {
    background-position: -36px 0;
    width: 44px;
}
#fw {
    background-position: -92px 0;
    width: 27px;
}
#player .rw-pressed {
    background-position: 0 -32px;
}
#player .rw-disabled {
    background-position: 0 -64px;
    cursor: default;
}
#player .play-pressed {
    background-position: -36px -32px;
}
#player .play-disabled {
    background-position: -36px -64px;
    cursor: default;
}
#player .fw-pressed {
    background-position: -92px -32px;
}
#player .fw-disabled {
    background-position: -92px -64px;
    cursor: default;
}
#player .pause {
    background-position: -36px -96px;
}
#player .pause-pressed {
    background-position: -36px -128px;
}
#progressbar {
    background: url("../images/progress-bar-bg.gif") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #DBDCDD;
    border-top: 1px solid #5D5E5E;
    height: 18px;
    padding: 1px 0;
    position: relative;
    z-index: 2;
}
#progressbar div {
    background-color: transparent;
}
#progressbar-loading {
    height: 20px;
    margin-top: -21px;
    position: relative;
    z-index: 1;
}
#progressbar-loading div {
    background: url("../images/progress-loader.gif") repeat-x scroll 0 50% #F8FAFB;
    height: 20px;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
	cursor:pointer;
}
.ui-progressbar .ui-progressbar-value {
    height: 19px;
    margin: -1px;
}
div.ctrls
	{
		width:25px;
		height:25px;
		display:inline-block;
		cursor:pointer;
		vertical-align:middle;
		padding-top:5px;
		position:relative;
		margin-right:10px;
		padding-top:4px;
		background: url('../images/play-ctrls.png') no-repeat;
	}
div.ctrls a
	{
		display:none;
	}
div.play-start
	{
		background-position: 0px 0px;
	}
div.play-mousedown
	{
		background-position: 0px -35px;
	}
div.pause-start
	{
		background-position: 0px -70px;
	}
div.pause-mousedown
	{
		background-position: 0px -105px;
		width:25px;
		height:25px;
	}
.now_playing
	{
		position:fixed;
		bottom:1px;
		right:1px;
		display:block;
		width:300px;
	}
.pl-repeat {
    background: url("../images/player-control.png") no-repeat scroll -0px -160px transparent;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 333px;
    text-indent: -9999px;
    top: 8px;
    width: 27px;
    z-index: 3;
}
.pl-addtofav {
    background: url("../images/player-control.png") no-repeat scroll -54px -160px transparent;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 306px;
    text-indent: -9999px;
    top: 8px;
    width: 27px;
    z-index: 4;
}
.pl-repeat-disabled {
    background: url("../images/player-control.png") no-repeat scroll -27px -160px transparent;
}
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: pointer; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!