
/*프로그레스*/
/*div.jp-seeking-bg {
	background: url("../images/jplayer.pink.flag.seeking.gif");
}*/

.jp-progress {
	background: url("../images/playbar.jpg") 0px 0px no-repeat;
	position:absolute; 
	left:86px; 
	top:56px; 
	width:136px; 
	height:6px; 
	overflow:hidden;
}


.jp-seek-bar {
	background: url("../images/playbar.jpg") 0px 0px repeat-x;
	width:0px;
	height:100%;
	overflow:hidden;
	cursor:pointer;
}

.jp-play-bar {
	position:relative;
	background: url("../images/playbar.jpg") 0px -6px repeat-x;
	width:0px;
	height:6px;
	overflow:hidden;
}


/* @end */



.cp-controls {
	position:absolute;
	left:21px;
	top:24px;
	border:1px solid red;
	margin:0;
	padding:0;
}

.cp-controls li{
	list-style-type:none;
	display:block;

	/*IE Fix*/
	position:absolute;
}

.cp-controls li a{
	display:block;
	width:49px;
	height:49px;
	text-indent:-9999px;
	z-index:1;
	cursor:pointer;
}

.cp-controls .cp-play {
	background:url("../images/btn_controls.jpg") 0 0 no-repeat;
}

.cp-controls .cp-pause {
	background:url("../images/btn_controls.jpg") -49px 0 no-repeat;
}

.cp-jplayer {
	width:0;
	height:0;
}
