/*
#videodiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1280px;
	height: 720px;
	z-index: 10;
}
*/
#videostatus {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1280px;
	height: 720px;
	background: url(img/loading_cercle.gif) no-repeat;
	background-position: 50% 50%;
	background-size:50px; 
	z-index: 102;
}
.videostatusPreview {
	left: 50px !important;
	top: 180px !important;
	width: 470px !important;
	height: 263px !important;
}
#adinfo {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1280px;
	height: 30px;
	z-index: 102;
	padding-top:40px;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
}
.adinfoPreview {
	left: 50px !important;
	top: 125px !important;
	width: 470px !important;
	padding-top:4px !important;
}
/*#videodiv {position: absolute;top: 120px;left: 750px;width: 480px;height: 270px;z-index: 10;background-color:black;border:1px solid #787878;}*/
#loading {
	display: none;
}
.colorbtn {
	display: inline-block;
	background: url(../CommonUI/colorbtns.png) no-repeat;
	background-position: -108px 0px;
	height: 30px;
	width: 36px;
	margin-right: 3px;
	vertical-align: bottom;
}
#player {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1280px;
	height: 120px;
	color: #000;
	

	background-color:rgba(235,245,240,0.95) /*linear-gradient(to bottom, rgba(181,181,181,1) 0%, rgba(238,238,238,1) 24%)*/;
	/*
	background: -moz-linear-gradient(top, rgba(0,45,71,0) 0%, rgba(0,45,71,0.85) 33%, rgba(0,45,71,0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(0,45,71,0) 0%,rgba(0,45,71,0.85) 33%,rgba(0,45,71,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,45,71,0) 0%,rgba(0,45,71,0.85) 33%,rgba(0,45,71,0.85) 100%);*/

	z-index: 127;
	display: none;
	font-size: 22px;
	line-height: 1.0;
	overflow: hidden;
}
#plogo {
	position: absolute;
	top: 35px;
	left: 50px;
	width: 64px;
	height: 64px;
	background-image: url('img/TM_simbolo.png');
	background-repeat: no-repeat;
}
#playposition {
	position: absolute;
	top: 62px;
	left: 160px;
	width: 70px;
	text-align: right;
	font-size: 18px;
	z-index: 999;	
}
#playtime {
	position: absolute;
	top: 62px;
	left: 574px;
	width: 70px;
	font-size: 18px;
}
#progressbarbg {
	position: absolute;
	top: 66px;
	left: 244px;
	width: 320px;
	height: 10px;
	background-color: #11232d;
}
#progressbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 320px;
	height: 10px;
	background-color: #000;
}
#ptitle {
	position:absolute;
	top:25px;
	left: 160px;
	font-size: 18px;
	width: 505px;
	white-space: nowrap;
	color: black;
}
#pbuttons {
	position:absolute;
	top:38px;
	left: 732px;
	width: 270px;
	height: 50px;
}
#pbuttons div {
	position: absolute;
	top: 0px;
	width: 51px;
	height: 39px;
	background-image: url(img/vcr_buttons.png);
	background-repeat: no-repeat;
}
#prew {
	background-position: 0px 0px;
	left: 0px;
}
#prew.pfocus {
	background-position: 0px -39px;
}
#pstop {
	background-position: -51px 0px;
	left: 69px;
}
#pstop.pfocus {
	background-position: -51px -39px;
}
#ppauseplay {	
	left: 138px;
}
#pff {
	background-position: -204px 0px;
	left: 207px;
}
#pff.pfocus {
	background-position: -204px -39px;
}
.pause {
	background-position: -153px 0px;
}
.play {
	background-position: -102px 0px;
}
.pause.pfocus {
	background-position: -153px -39px;
}
.play.pfocus {
	background-position: -102px -39px;
}
#seekbar {
	display:none;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 3px;
	height: 10px;
	background-color: #61b8e6;
}
#vidstatus {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1280px;
	text-align: center;
	z-index: 126;
}
#vidstatus img {
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 6px;
	color: #000;
}
#videoPlaceholder {
	width: 330px;
	height: 250px;
	background-color: rgba(0,0,0,0.5);
	padding: 4px;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 6px;
	color: #000;
}
