.playing{ clear:both; background:transparent; /*height:28px;*/ font-family:Arial, Helvetica, sans-serif; /*color:#fff; font-size:12px; background:url(../images/song-list-bg.png) repeat-x; background-position:-10px;*/ color:#c14844; }

.playing a { color:#c14844; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:14px; }
.playing a:hover { color:#c14844; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:14px; }

/* Form Css */
.TextBox1{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight: normal; padding:0px; color:#333; height:18px; border:1px solid #ccc; background:#FFFFFF; }

select { margin-top:5px; margin-bottom:5px; }
.searchinput { background:none; border:1px solid #ccc; }

.Button1{  background:#CCCCCC; font-family:Verdana, Arial, Helvetica, sans-serif; color:#333; text-align:center; }

/*#WraperMain{width:566px; margin:15px auto; height:207px; padding:0px; background:url(../images/player-big-bg.jpg) no-repeat; }*/

#WraperMain{width:566px; margin:0px auto; height:414px; padding:0px; background:url(../images/player-big-bg.jpg) no-repeat; }

#WraperMainLarge{width:566px; margin:0px auto; height:414px; padding:0px; background:url(../images/player-big-bg.jpg) no-repeat; }

#WraperMainSmall{width:347px; margin:0px auto; height:414px; padding:0px; background:url(../images/player-bg-small.jpg) no-repeat; }


#MainPlayer{ float:left; width:337px; margin:0px; height:200px; padding:0px; }
#MainPalylistbox{ width:337px; clear:both; height:200px; padding:7px; margin:0 0 0 -2px; }

#Music-title-box{ clear:both; padding:10px 15px; width:100%; height:auto; margin:0px; font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:13px; }
#Player-display-screen{ clear:both; width:316px; height:86px; margin:0px auto; }
#Player-progressbar{ clear:both; width:560px; /*height:20px;*/ overflow:hidden; margin:0;   }
#Player-progressbar01{ clear:both; background:#fff; width:560px; height:10px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
#Player-progressbar01:hover{ clear:both; width:560px; height:10px; -webkit-border-radius: 0px;-moz-border-radius: 0px; border-radius: 0px;}

#Player-Control{ clear:both; width:325px; height:45px; margin:0px auto; }
#Play-back{ float:left; width:30px; margin-top:5px; }
#Play-button{ float:left; width:45px; }
#Play-next{ float:left; width:30px; margin-top:5px; }

#Play-Revind{ float:left; width:55px; height:13px; margin:10px 0 0 0; }
#Play-Timer{ float:left; /*width:90px;*/ height:10px; /*margin:13px 0 0 0;*/  font-family:Arial, Helvetica, sans-serif; color:#000; font-size:11px; }
#Sound-bar{ float:left; width:75px; height:15px; margin:13px 0 0 0px; background:url(../images/volume-bar-bg.png) no-repeat; position:relative; }
#Sound-bar #sound01{ position:absolute; width:10px; height:10px; top:3px; left:15px; }


.soundbar{ float:left; width:68px; height:5px; margin:17px 0 0 0px; position:relative; }


#Playlist-heading{ clear:both;   height:16px; padding:6px 15px; margin:3px 0 3px 0;  font-family:Arial, Helvetica, sans-serif; color:#faca14; font-size:13px; border:1px solid #252525; background:url(../images/song-title-bg.png) repeat-x;}

#Playlist-block{ clear: both;
    height: 166px;
    margin: 0;
   /* overflow: auto;*/
    padding:0 3px 0 0;
	}
.Playlist01{ clear:both; width:auto; height:28px; padding:3px 15px; margin:0 0 3px 0;  font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:12px; border:1px solid #252525; }


/*.playing{ clear:both; width:auto; height:28px; font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:12px; background:url(../images/song-list-bg.png) repeat-x; background-position:-10px;}*/


.Playlist01 .Title01{  font-family:Arial, Helvetica, sans-serif; color:#a19b9b; font-size:10px; margin:0px 0 0 0px;  }
.Playlist01 ol li a{  font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:11px; }
.Playlist01 ol {padding:0; margin:0 0 0 32px; }


/* Tiny Scrollbar */
#scrollbar1 { width: 337px;  }
#scrollbar1 .viewport { height: 164px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; width:322px;}
#scrollbar1 .scrollbar{ position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track {height: 100%; width:13px; position: relative; padding: 0 1px; }


/*#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 20px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 20px; }
*/

#scrollbar1 .thumb .end {
    background: url("../images/bg-scrollbar-thumb-y.png") no-repeat scroll 50% 0 transparent;
    overflow: hidden;
    width: 20px;
}


#scrollbar1 .thumb {
    background: url("../images/bg-scrollbar-thumb-y.png") no-repeat scroll 50% 95% transparent;
    cursor: pointer;
    height: 20px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 20px;
	
	}


#scrollbar1 .disable { display: none; }

.audiojs {
	/*visibility:hidden !important;
	position:absolute  !important;*/
	width:0px;
	height:0px;
	
	
}