.GplayerDesenho {
	border: 1px solid #666;
	width: 510px;
	background-color: gray;
	overflow: hidden;
}
.Gdesenho {
	position: relative;
	height: 334px;
	overflow: hidden;
}
.GdesenhoTela {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #FFF;
}
#blocoAdmin {
	height: 56px;
	margin-top: -24px;
}
#Gimagem {
	position: absolute; 
	width: 501px; 
	height: 334px; 
	z-index: 6; 
	margin: 0; 
	top: 0px; 
	left: 0px;
}
#GcanvasTela {
	position: absolute; 
	background-color: #FFF; 
	z-index: 2; 
	top: 0px; 
	left: 0px;
}
#GcanvasTela2 {
	position: absolute;
	z-index: 3; 
	top: 0px; 
	left: 0px;
}
#GcanvasTela3 {
	position: absolute; 
	z-index: 4; 
	top: 0px; 
	left: 0px;
}
#GcanvasTelaPrev {
	position: absolute; 
	z-index: 5; 
	top: 0px; 
	left: 0px;
}
.Gcontrole {
	border-top: 1px solid gray;
	height: 27px;
	background-image: url(/imgs/min/novo/player-sprites.png);
}
.Gcontrole .Gplay, .Gcontrole .Gstop, .Gcontrole .Gpause {
	float: left;
	height: 27px;
	width: 29px;
	cursor: pointer;
}
.Gcontrole .Gplay {
	background-image: url(/imgs/min/novo/player-sprites.png);
	background-position: 0 -29px;
}
.Gcontrole .Gplay:hover {
	background-position: -28px -29px;
}
.Gcontrole .Gpause {
	background-image: url(/imgs/min/novo/player-sprites.png);
	background-position: -56px -29px;
}
.Gcontrole .Gpause:hover {
	background-position: -84px -29px;
}
.Gcontrole .Gstop {
	background-image: url(/imgs/min/novo/player-sprites.png);
	background-position: -112px -29px;
}
.Gcontrole .Gstop:hover {
	background-position: -140px -29px;
}
.Gcontrole .Gdivisoria {
	float: left;
	width: 2px;
	height: 27px;
	background-image: url(/imgs/min/novo/player-sprites.png);
	background-position: -350px -29px;
}
.Gcontrole .Gtimeline {
	position: relative;
	float: left;
	margin: 10px 8px 0 8px;
	height: 7px;
	width: 302px;
	background-color: gray;
	overflow: hidden;
}
.Gcontrole .Gtimeline .Gtempo, .Gcontrole .Gtimeline .Gcarregado {
	position: absolute;
	top: 0;
	left: 0;
	height: 7px;
}
.Gcontrole .Gtimeline .Gtempo {
	background-color: blue;
	width: 0;
}
.Gcontrole .Gtimeline .Gponteiro {
	position: absolute;
	top: -12px;
	left: -12px;
	width: 10px;
	height: 10px;
}
.Gcontrole .GponteiroAni {
	float: left;
	height: 27px;
	width: 31px;
	background-image: url(/imgs/min/novo/player-sprites.png);
	background-position: -167px -29px;
	cursor: pointer;
}
.Gcontrole .GponteiroAni:hover {
	background-position: -195px -29px;
}
.Gcontrole .GponteiroAniBloq {
	float: left;
	height: 27px;
	width: 31px;
	background-image: url(/imgs/min/novo/player-sprites.png);
	background-position: -223px -29px;
	cursor: pointer;
}
.Gcontrole .Gembed {
	float: left;
	height: 27px;
	width: 29px;
	background-image: url(/imgs/min/novo/player-sprites.png);
	background-position: -252px -29px;
	cursor: pointer;
}
.Gcontrole .Gembed:hover {
	background-position: -280px -29px;
}
.Gcontrole .Glogo {
	float: right;
	height: 27px;
	width: 60px;
	background-image: url(/imgs/min/novo/player-sprites.png);
	background-position: -364px -29px;
	cursor: pointer;
}
.Gcontrole .Glogo:hover {
	background-position: -418px -29px;
}

#GembedWin {
	position: absolute;
	background-color: white;
	border: 1px solid gray;
	bottom: 10px;
	right: 10px;
	font-size: 10px;
	font-family: Tahoma;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #666;
	z-index: 7;
	display: none;
}