#GB_overlay {
    background: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}
#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}
#GB_window .content {
	width: 780px;
    margin: 0;
    padding: 0;
	border: 1px solid #475563;
}
.GB_Window .content {
    border: 0px solid #000;
    border-top: none;
}
.GB_Window .header {
	width: 780px;
	border-bottom: 0;
    margin: 0;
    height: 51px;
    font-size: 12px;
    color: #333;
	background: url(/img/lightbox_top.jpg) no-repeat;
}
.GB_Window .header .close{
	padding-right: 30px;
	width: 100px;
}

.GB_Window .header img{
	display: none;
}
.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
	border: 0;
}
.GB_Window .close {
	color:#FFFFFF;
	text-align: right;
	border: 0;
}
.GB_Window .close span{
	background:url(/img/lightbox_cerrar.jpg) no-repeat right;
	padding-right: 30px;
	display: block;
	line-height: 21px;
	height: 21px;
}
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
	color: #8399a7;
}