#GB_overlay {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 100;
}

#GB_window {
	font-family: helvetica, verdana, sans-serif;
	left: 0;
	top: 0;
	font-size: 1px;
	position: absolute;
	overflow: visible;
	z-index: 150;
}

#GB_frame {
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.GB_caption {
  text-align: left;
}


/*Table border around style*/
.GB_t_frame {
	font-size: 12px;
	color: #444;
	padding: 0;
	margin-bottom: -3px;
	border-collapse: collapse;
	background-color: #trasparent;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.GB_t_frame_border {
	vertical-align: top;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.GB_t_frame_top {
	display: block;
}

.GB_t_frame_left, .GB_t_frame_right {
	width: 40px;
}

.GB_t_frame_middle {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.GB_header {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0;
}
.GB_close {
	z-index: 200;
	float: right;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 53px;
	width: 53px;
	top: 70px;
	right: -50px;
}
.GB_close img {
	width: 53px;
	height: 53px;
	margin: 0px;
	padding: 0px;
}

.GB_container {
	margin: 0;
	padding: 0;
}

/*Loader*/
.GB_loader {
	z-index: 500;
	left: 6px;
	color: #616161;
	font-size: 15px;
	text-align: center;
	background-color: #fff;
	padding-top: 196px;
}
.elpoder {
	z-index: 150;
	float: left;
	cursor: pointer;
	position: relative;
	top: 9px;
	left: -53px;
	height: 68px;
	width: 165px;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
/* IE7 Only */
*:first-child+html .elpoder {
	z-index: 150;
	float: left;
	cursor: pointer;
	position: relative;
	top: 9px;
    left: -45px;
	height: 68px;
	width: 200px;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	} 
*:first-child+html .elpoder img {
	width: 165px;
	height: 182px;
	margin: 0px;
	padding: 0px;
}
*:first-child+html .GB_close{
	z-index: 200;
	float: right;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 53px;
	width: 53px;
	left: 770px;
	top: 70px;
}
*:first-child+html .GB_close img {
	width: 53px;
	height: 53px;
	margin: 0px;
	padding: 0px;
}
