body {overflow:hidden; margin: 0px;}

.embedPage {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px 10px 10px 10px;
	/* display:none; */
	height:100%;
	width:100%;
	/*border: 1px solid silver;*/
	position: relative;
	overflow:hidden; 
}

.embedPage .logo {
	position:absolute;
	right: 0px;
	top: 0px;
	width: 25%;
	max-width: 499px;
}

.embedPage h3 {
	display:none;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: rgba(255,255,255,0.5)
	position: absolute;
	font-family: sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-align: left;
	color: #666;
	margin: auto;
}

.embedPage .mini-icon {
	display: inline;
	height: 26px;
	vertical-align:bottom;
	margin-right: 3px;
}


.embedPage .logo img {
	width: 100%;
}

div.embed-play-but {
	position: absolute;
	width: 60px;
	height: 60px;
	background: url("jplayerbuttons.png") 0px -30px no-repeat;
	display: none;
}

div.embed-loading-but {
	position: absolute;
	width: 60px;
	height: 60px;
	background: url("jplayerbuttons.png") 0px -30px no-repeat;
}

div.embed-play-but:hover {
	background: url("jplayerbuttons.png") -60px -30px no-repeat;
}

div.embed-play-but:active {
	background: url("jplayerbuttons.png") -120px -30px no-repeat;
}

img#embed-loader {
	position: absolute;
	width: 60px;
	height: 60px;
	display: none;
}

div.embed-load-but {
	position: absolute;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.3);
	color: white;
	font-size: 24px;
	font-family: sans-serif;
	text-align: center;
	line-height: 60px;
	vertical-align: top;
}

div#embed-play {
	position: absolute;
	width: 60px;
	height: 60px;
	background: url("jplayerbuttons.png") 0px -30px no-repeat;
	display: none;
}
