#player_play {
	background: url("/images/theme1/player/spirites.png") 0 0 no-repeat;

    background-color:red;
    position:absolute;
    top:-20px;
    left:15px;
       width:53px;
    height:40px;
}


#player_container {
	position: absolute;
    background-color:rgba(01,01,01,0.225781);
	width:418px;
	height:80px;
    -webkit-box-shadow:black 0px 0px 5px;
	-o-box-shadow:black 0px 0px 5px;
	-moz-box-shadow:black 0px 0px 5px;
}



#player_pause {
	display: block;
	position: relative;
	left:15px;
	top:-20px;
               	width:4000px;
	height:4000px;
	cursor: pointer;
    background-color:lime;
}



#player_play.jqjp_hover {

    background-color:yellow;
        top:-20px;
    left:15px;

 	width:4000px;
	height:4000px;
	background: url("/images/theme1/player/spirites.png") -41px 0 no-repeat;
    position:absolute;
}
#player_pause {

        top:-20px;
    left:15px;
	background: url("/images/theme1/player/spirites.png") 0 -42px no-repeat;
    position:relative;
}
#player_pause.jqjp_hover {
           top:-20px;
    left:15px;
	background: url("/images/theme1/player/spirites.png") -41px -42px no-repeat;
    position:relative;
        background-color:yellow;
        top:-20px;
    left:15px;

 	width:4000px;
	height:4000px;
}

#player_pause.jqjp {
           top:-20px;
    left:15px;
	background: url("/images/theme1/player/spirites.png") -41px -42px no-repeat;
    position:absolute;
        background-color:yellow;
        top:-20px;
    left:15px;

 	width:4000px;
	height:4000px;
}


/*

#player_container {
	position: relative;
    background-color:rgba(01,01,01,0.225781);
	width:418px;
	height:80px;
    -webkit-box-shadow:black 0px 0px 5px;
	-o-box-shadow:black 0px 0px 5px;
	-moz-box-shadow:black 0px 0px 5px;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: relative;
	left:48px;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("/images/theme1/player/spirites.png") 0 0 no-repeat;
    position:relative;
    top:20px;
    left:15px;
}
#player_play.jqjp_hover {
        top:20px;
    left:15px;
	background: url("/images/theme1/player/spirites.png") -41px 0 no-repeat;
    position:relative;
}
#player_pause {

        top:20px;
    left:15px;
	background: url("/images/theme1/player/spirites.png") 0 -42px no-repeat;
    position:relative;
}
#player_pause.jqjp_hover {
           top:20px;
    left:15px;
	background: url("/images/theme1/player/spirites.png") -41px -42px no-repeat;
    position:relative;
}

#ctrl_prev {
	position: relative;
	left:20px;
	top:26px;
	background: url("/images/theme1/player/spirites.png") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_prev:hover {
    position: relative;
	background: url("/images/theme1/player/spirites.png") -29px -112px no-repeat;
}

#ctrl_prev.disabled {
    position: relative;
	background: url("/images/theme1/player/spirites.png") -58px -112px no-repeat;
	cursor:default;
}

#ctrl_next {
    position: relative;
	position: relative;
	left:88px;
	top:26px;
	background: url("/images/theme1/player/spirites.png") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}

#ctrl_next:hover {
    position: relative;
	background: url("/images/theme1/player/spirites.png") -29px -141px no-repeat;
}

#ctrl_next.disabled {
    position: relative;
	background: url("/images/theme1/player/spirites.png") -58px -141px no-repeat;
	cursor:default;
}


#player_stop {
	position: relative;
	left:126px;
	top:26px;
	background: url("/images/theme1/player/spirites.png") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
    position: relative;
	background: url("/images/theme1/player/spirites.png") -29px -83px no-repeat;
}
#player_progress {
	position: relative;
	left:164px;
	top:-0px;
	background-color: #eee;
	width:222px;
	height:15px;
}
#player_progress_load_bar {
 	position: relative;

	top:-30px;
	background: url("/images/theme1/player/bar_load.gif")  top left repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {

	background: url("/images/theme1/player/bar_buffer.gif")  top left repeat-x;

}
#player_progress_play_bar {

	background: url("/images/theme1/player/bar_play.gif") top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: relative;
	left:296px;
	top:32px;
	background: url("/images/theme1/player/spirites.png") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_max {
	position: relative;
	left:368px;
	top:32px;
	background: url("/images/theme1/player/spirites.png") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("/images/theme1/player/spirites.png") -19px -170px no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("/images/theme1/player/spirites.png") -19px -186px no-repeat;
}

#player_volume_bar {
	position: relative;
	left:314px;
	top:37px;
	background: url("/images/theme1/player/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("/images/theme1/player/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#play_time,
#total_time {
	position: relative;
	left:164px;
	top:49px;
	width:122px;
	font-size:14px;


}

#total_time {
	text-align: right;
}

#playlist_list {
	width:418px;
}

#playlist_list ul{
	list-style-type:none;
	padding:10px 20px 20px 20px;
	margin:0 0 10px 0;
background-color:rgba(01,01,01,0.225781);
	
	border-top:none;
	width:378px;
	font-size:14px;
    text-shadow:rgb(0, 0, 0) 1px 1px 1px;
          	-webkit-box-shadow:black 0px 0px 5px;
	-o-box-shadow:black 0px 0px 5px;
	-moz-box-shadow:black 0px 0px 5px;

}

#playlist_list li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}

#playlist_list li.playlist_current{
	color:#ffffff;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}

#playlist_list li.playlist_hover {
	color:#ffcc00;
}






*/
