.galdget_main {
	text-align: center;
	overflow:hidden;
	background-color: transparent;
	position: relative;
}
#galdget_controls {
	width: 100%;
	height: 100%;
	border: 0;
}

.galdget_tr0 { height:  33%; }
.galdget_tr1 { height:  50%; }
.galdget_tr2 { height: 100%; }
.galdget_tr3 { height: 100%; }

#galdget_controls td {
	color: black;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	opacity: 0.4;
	vertical-align: middle;
	min-width: 15%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border: 5px outset rgba(186, 186, 186, .5);
	padding: 0;
	cursor: pointer;
	cursor: hand;
}
#galdget_controls td a {
	color: black;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
}

[class*="galdget"]::before, [class*="galdget"]::after {
    content: none !important;
}

#galdget_controls td:hover {
	opacity: 1.0;
	background-color: #D4D0C8;
	color: red;
}
#galdget_controls td a:hover {
	color: red;
}
#galdget_curtain {
	opacity: 0.0;
	display: block;
	background-color: #FFFFFF;
	background: transparent;
	z-index: 10;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position:absolute;
}

.galdget_iframe {
	max-width: none;
	position: absolute;
	margin: 0;
}
