.play_light{
	background:transparent url(../images/play_music.png) no-repeat;
	width:23px;
	height:23px;
	cursor:pointer;
	display:block;
}

.play_light:hover{
	background:transparent url(../images/play_music1.png) no-repeat;
	width:23px;
	height:23px;
	cursor:pointer;
	display:block;
}

.play_pause{
	background:transparent url(../images/pause_music.png) no-repeat;
	width:23px;
	height:23px;
	cursor:pointer;
	display:block;
}

.play_pause:hover{
	background:transparent url(../images/pause_music1.png) no-repeat;
	width:23px;
	height:23px;
	cursor:pointer;
	display:block;
}



.progress_ltmid{
	background:transparent url(../images/progress_bar/um_l.png)  repeat-y;
	width:3px;
}
.progress_rtmid{
	background:transparent url(../images/progress_bar/um_r.png)  repeat-y;
	width:3px;
}

.progress_toplt{
	background:transparent url(../images/progress_bar/ut_l.png) no-repeat;
	height:3px;
	
}

.progress_toprt{
	background:transparent url(../images/progress_bar/ut_r.png)  no-repeat;
	height:3px;
}

.progress_topmid{
	background:transparent url(../images/progress_bar/ut_c.png)  repeat-x;
	height:3px;
}

.progress_botlt{
	background:transparent url(../images/progress_bar/ub_l.png) no-repeat;
	height:3px;
	
}

.progress_botrt{
	background:transparent url(../images/progress_bar/ub_r.png)  no-repeat;
	height:3px;
}

.progress_botmid{
	background:transparent url(../images/progress_bar/ub_c.png)  repeat-x;
	height:3px;
}


