#large-player .jspHorizontalBar {
	display:none !important;
}

#large-player .jspVerticalBar {
	z-index:5;
}


#playlists-list .jspVerticalBar {
	right:0;
}

#playlists-list.loading {
	zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

#large-player,
#large-player * {
	outline:none;
}

#song-list * {
	-moz-user-select:none;
	-webkit-user-select:none;
}

#large-player button::-moz-focus-inner {
  border: 0;
}

/* Sprites FTW ! */
#large-player,
#play-controls button,
#playing-options button,
#volume-control #slider,
#volume-control #volume-knob,
#add-playlist-btn,
#artist-icon span#pic-overlay,
#follow-btn {
	background-image:url('/music/img/player_assets.png');
	background-repeat:no-repeat;
}
#large-player {
	position:relative;
	width:730px;
	height:537px;
	background-position:-14px -297px;
}

#large-player .overlay {
	background:rgba(0, 0, 0, 0.5);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#song-list-heading,
#tools-panel,
#control-bar,
#playlists,
#song-list,
#play-controls,
#playing-options,
#no-songs-info {
	position:absolute;
}

#no-songs-info {
	padding: 10px;
	top: 28px;
	width: 532px;
	display:none;
}

#no-songs-info .infoMsg {
	border-color:#6f6f6f;
	padding-left:8px;
}

#no-songs-info .infoMsg {
	background:#2f2f2f;
}

#no-songs-info .infoMsg  strong {
	color:#ffffff;
	display:block;
}

#no-songs-info .infoMsg {
	color:#d7d7d7;
}

#no-songs-info .bxicon {
	background-image:url('/music/img/info.png');
}

#no-songs-info .star {
	background: url("/music/img/star_single.png") no-repeat scroll 0 -1px transparent;
	padding:0 0 0 19px;
}

#playlists ul {
	width:100%;
}

#playlists ul li {
	position:relative;
	overflow:hidden;
	font-size:0;
	line-height:0;
}

#playlists ul li.loading {
	background:url('/music/img/small_loading.gif') no-repeat 10px center;
}

#playlists ul li input {
	border: medium none;
	display: block;
	height: 32px;
	line-height: 32px;
	margin: 0 0 0 12px;
	padding: 0;
	width: 129px;
	background:none;
	float:left;
	position:absolute;
	left:0;
	top:0;
	z-index:4;
}

#playlists ul li input,
#playlists ul li a {
	font-size:12px;
}
	
#playlists ul li span.edit-icon {
	height:13px;
	margin-right:6px;
	margin-top: 11px;
	width: 11px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	display:none;
	float:left;
}

#playlists ul li span.icon-wrap {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

#playlists ul li span.icon-wrap.has-scroll {
	right:20px;
}

#playlists ul li:hover span.edit-icon {
	display:block;
}

#playlists ul li span.icon-edit {
	background-image:url('/music/img/edit.png');
}

#playlists ul li span.icon-delete {
	background-image:url('/music/img/trash.png');
}

#playlists ul li span.icon-save {
	background-image:url('/music/img/tick.png');
}

#playlists ul li.editable span.icon-edit {
	display:none;
}

#playlists ul li span.icon-save,
#playlists ul li:hover span.icon-save {
	display:none;
}

#playlists ul li.editable span.icon-save {
	display:block;
}

#playlists ul li a {
	display:block;
	padding:9px 13px;
	line-height:12px;
	position: relative;
    z-index: 2;
}

#playlists ul li.active a {
	background: #ff8900;
	background: -moz-linear-gradient(top, #ff8900 0%, #ff6700 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8900), color-stop(100%,#ff6700));
	background: -webkit-linear-gradient(top, #ff8900 0%,#ff6700 100%);
	background: -o-linear-gradient(top, #ff8900 0%,#ff6700 100%);
	background: -ms-linear-gradient(top, #ff8900 0%,#ff6700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8900', endColorstr='#ff6700',GradientType=0 );
	background: linear-gradient(top, #ff8900 0%,#ff6700 100%);
}

#playlists ul li input,
#playlists ul li a {
	color:#FFFFFF;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
	filter: dropshadow(color=#000, offx=1, offy=1); 
}

#playlists ul li.active a,
#playlists ul li.active input {
	text-shadow: 1px 1px 1px #c65c00;
	filter: dropshadow(color=#c65c00, offx=1, offy=1); 
}
	
#playlists ul li.active a {
	/*background-position:-17px -105px;*/
}

#playlists-list {
	position:relative;
	height:380px;
}

#playlists-list .jspPane {
	width:178px !important;
}

#playlists li.drag-accept {

}

#playlists li.drag-hover{
	background:#303030;
}

#song-list-heading {
	left: 178px;
	top:63px;
}

#song-list-heading,
#song-list,
#large-player table.songs {
	width:552px;
}

#tools-panel {
	bottom: 0;
	height: 37px;
	left: 0;
	width: 100%;
}

#control-bar {
	left:0;
	top:0;
	height:61px;
	width:100%;
}

#follow-btn {
	background-position: -534px -14px;
	display: block;
	height: 24px;
	line-height: 23px;
	padding: 1px 0;
	position: absolute;
	right: 71px;
	top: 18px;
	width: 62px;
	display:none;
}

#follow-btn:hover {
	background-position:-596px -14px;
}

#follow-btn:active {
	background-position:-658px -14px;
	padding:2px 0 0px 0;
}

#playlists {
	height: 435px;
	left: 1px;
	overflow: hidden;
	top:61px;
	width: 177px;
}

#song-list {
	height: 407px;
	right: 0;
	top: 91px;
	overflow:hidden;
}


#large-player table.songs td {
	padding:9px 0;
	color:#a7a7a7;
	cursor:pointer;
}

#large-player table.songs td .song-title {
	width:177px;
	overflow:hidden;
}

#large-player table.songs th {
	color: #A7A7A7;
	font-weight: normal;
	padding:6px 0 5px;
	text-align: left;
	vertical-align: middle;
}

#large-player table.songs .icons {
	background-position:100px 100px;
}

#large-player table.songs .icons div {
	width:30px;
}

#large-player table.songs tr.playing td.icons {
	background-image:url('/music/img/playing.png');
	background-repeat:no-repeat;
	background-position:center;
}

#large-player table.songs tr.paused td.icons {
	background-image:url('/music/img/paused.png');
	background-repeat:no-repeat;
	background-position:center;
}

#large-player table.songs .pos {
	width:20px;
}

#large-player table.songs .song {
	width:177px;
}

#large-player table.songs td.song {
	color:#fff;
	font-weight:bold;
	padding-right:5px;
}

#large-player table.songs td.pos {
	font-style:normal;
	color:#a7a7a7;
	font-weight:normal;
}

#large-player table.songs .artist {
	width:120px;
}

#large-player table.songs .album {
	width:110px;
}

#large-player table.songs .length {
	width:40px;
}

#large-player table.songs .opts {
	padding-right: 27px;
	width: 70px;
}

#large-player .sort-handle {
	display:block;
	width:12px;
	height:12px;
	background-image:url('/music/img/drag_handle.gif');
	float:right;
	margin-right: 5px;
}

#large-player table.songs .opts a {
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 15px;
	margin-left: 3px;
	width: 16px;
}

#large-player table.songs .opts a.remove {
	background-image:url('/music/img/trash.png');
}

#large-player table.songs .opts a.fav {
	background-image:url('/music/img/star.png');
}

#large-player table.songs .opts a.like {
	background-image:url('/music/img/heart.png');
}

#large-player table.songs .opts a.texts {
	background-image: url("/music/img/icon_texts.png");
	background-position: 0 4px;
	width:11px;
}

#large-player table.songs .opts a.texts:hover {
	background-position:-11px 4px;
}

#large-player table.songs .opts a.like.liked {
	background-position:-16px 0px;
}


#large-player table.songs .opts a.fav.favorited {
	background-position:-16px 0px;
}

#large-player table.songs tr.odd td {
	background-color:rgba(255, 255, 255, 0.03);
}

#large-player table.songs tr:hover td {
	background-color:rgba(0, 0, 0, 0.2);
}

#play-controls {
	width:115px;
	left:40px;
	top:12px;
	vertical-align:middle;
}

#large-player button {
	border:none;
	background-color:transparent !important; 
	font-size:0;
	line-height:0;
	cursor:pointer;
	display:block;
	float:left;
}

#play-controls button#next-track,
#play-controls button#prev-track {
	width:29px;
	height:29px;
	margin-top:5px;
}

#play-controls button#play-pause {
	width:38px;
	height:38px;
	margin:0 9px;
}

#play-controls button#prev-track { background-position:-339px -15px;}
#play-controls button#prev-track:hover { background-position:-339px -64px;}
#play-controls button#prev-track:active { background-position:-339px -112px;}

#play-controls button#next-track {background-position:-424px -15px;}
#play-controls button#next-track:hover {background-position:-424px -64px;}
#play-controls button#next-track:active {background-position:-424px -112px;}

#play-controls button#play-pause {background-position:-463px -9px;}
#play-controls button#play-pause:hover {background-position:-464px -58px;}
#play-controls button#play-pause:active {background-position:-464px -106px;}

#play-controls button#play-pause.pause {background-position:-375px -9px;}
#play-controls button#play-pause.pause:hover {background-position:-375px -58px;}
#play-controls button#play-pause.pause:active {background-position:-375px -106px;}


#playing-options {
	bottom:6px;
	height: 28px;
	right: 12px;
	width: 130px;
}

#playing-options button {
	float:right;
	height:29px;
	margin-left: 9px;
	width:29px;
}

#playing-options button#shuffle-btn { background-position:-254px -75px; }
#playing-options button#shuffle-btn:hover { background-position:-254px -115px; }
#playing-options button#shuffle-btn:active { background-position:-254px -153px; }
#playing-options button#shuffle-btn.pressed { background-position:-254px -195px; }


#playing-options button#repeat-btn { background-position:-214px -75px; }
#playing-options button#repeat-btn:hover { background-position:-214px -115px; }
#playing-options button#repeat-btn:active { background-position:-214px -153px; }
#playing-options button#repeat-btn.pressed { background-position:-214px -195px; }

#playing-options button#detach-btn { background-position:-292px -75px; }
#playing-options button#detach-btn:hover { background-position:-292px -115px; }
#playing-options button#detach-btn:active { background-position:-292px -153px; }
#playing-options button#detach-btn.pressed { background-position:-292px -195px; }

#volume-control,
#volume-control * {
	-moz-user-select:none;
	-webkit-user-select:none;
}

#volume-control {
	bottom: 15px;
	display: block;
	font-size: 0;
	left: 17px;
	line-height: 0;
	position: absolute;
	width: 112px;
}

#volume-control,
#volume-control #slider {
	height: 10px;
	cursor:pointer;
}

#volume-control #slider {
	background-position:-18px -53px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 6px 7px 0px;
	border-radius: 0px 6px 7px 0px; 
	width:0;
}

#volume-control #volume-knob {
	background-position: -103px -267px;
	display: block;
	font-size: 0;
	height: 11px;
	left: 0px;
	position: absolute;
	top: 0;
	width: 12px;
	cursor:pointer;
}

#add-playlist-btn {
	background-position: -339px -160px;
	bottom: 4px;
	display: block;
	height:22px;
	left: 13px;
	line-height:22px;
	position: absolute;
	width: 155px;
	padding:1px 0;
}

#large-player .button {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	text-decoration:none;
}

#add-playlist-btn:hover {
	background-position: -339px -194px;
	text-decoration:none;
}

#add-playlist-btn:active {
	background-position: -339px -228px;
	padding:2px 0 0px 0;
}

#artist-icon,
#artist-icon span {
	height: 60px;
	width: 66px;
	display:block;
	position: absolute;
	right: 0;
	top: 0;
}

#artist-icon span#artic-pic {
	z-index:1;
	left:7px;
}

#artist-icon span#artic-pic img {
	width:58px;
	height:58px;
}

#artist-icon span#pic-overlay {
	background-position:-20px -149px;
	z-index:2;
}

#player {
	height: 10px;
	left:193px;
	position: absolute;
	top:33px;
	width: 375px;
}

#song-title-wrap {
	color: #A7A7A7;
	height: 29px;
	left:222px;
	position: absolute;
	text-align: center;
	top: 3px;
	width: 320px;
}

#song-title-wrap td {
	vertical-align:middle;
	height:28px;
}

#song-title strong {
	color:#FFF;
}

.helper {
	display:block;
	background:rgba(0,0,0,0.7);
	color:#FFFFFF;
	padding:5px;
	max-width:175px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px; 
	border:solid 1px #333333;
}

#large-player #user-search {
	height: 21px;
	padding: 8px 0;
	text-align: center;
	width: 177px;
}

#large-player #user-search  input {
	border:solid 1px #222222;
	background:url("../img/search.png") no-repeat scroll 5px 3px #2D2D2D;
	-webkit-border-radius: 4px;    
    border-radius: 4px;
	padding:2px 5px 2px 21px;
    width: 125px;
	color:#989898;
}	