div#jplayer_wrapper {
	width:320px;
	height:26px;
	float: left;
}

div#jp-single-player {
	position: absolute;
	width:300px;
	height:20px;
	top: 5px;
	left: 22px;
}

div#jplayer_expand_button {
	position: absolute;
	width:15px;
	height:14px;
	top: 4px;
	left:326px;
	background: url("../fskin/openstandalone.gif") 0 0 no-repeat;
	cursor: pointer;
}

div#jplayer_expand_button:hover {
	background: url("../fskin/openstandalone.gif") -15px 0 no-repeat;
}

div#jplayer_info_button {
	position: absolute;
	width:6px;
	height:15px;
	top: 13px;
	left:359px;
	background: url("../fskin/info.gif") 0 0 no-repeat;
}

div#jplayer_progress_bg {
	position: absolute;
	overflow:hidden;
	background: url("../fskin/track_bg_full.gif") 0 0 no-repeat;
	width:129px;
	height:4px;
	left: 19px;
	top:4px;
}


div#test {
	width:357px;
	height:24px;
	background: url("../fskin/kp_template.gif") -1px 0 no-repeat;
}

div#megawrapper {
	vertical-align: middle;
	position:absolute;
	top: 50%;
	margin: -13px 0 0 0;
	padding: 0 0 0 -10px;
	
}

body#popupbody {
	margin:0;
	padding: 0;
	background: black;
}

div#jpdebug {
	position: absolute;
	font-size: 10px;
	top: 10px;
	color: red;
}


/* play finished */
div#play_finished_container_sp {
	display:none;
	position:absolute;
	width: 100%;
	height:100%;
	color:#000;
	font-size:14px;
	font-weight:500;
	font-style: normal;
	line-height:14px;
	text-align: left;
	padding: 26px 21px 26px 21px;
	background-color: #f5a2c6;
	z-index: 999;
}

div#play_finished_close_button_sp{
	display: block;
	float: right;
	margin-right: 35px;
	margin-top: -12px;
	width: 8px;
	height: 8px;
	/*background: transparent url('../fskin/closecross.gif') no-repeat;*/
	cursor: pointer;
}

div#play_finished_text_sp{
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
}

a#play_finished_link_button_sp{
	display: block;
	float: left;
	clear: both;
	width: 60px;
	height: 20px;
	margin-left: 212px;
	margin-top:9px;
	background: transparent url('../images/share/read_more_button.png') no-repeat;
	cursor:pointer;
}



