/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #002752;
    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: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #f1f9fc;
    border: 3px solid #ddd;
}

.GB_header {
	
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}




.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}

.GB_Window {
	border:2px solid #eee;
	padding:0 !important;
	background:#f1f9fc url(5-0.gif) no-repeat center center; /* AQUI HAY QUE PONER TAMBIEN EL COLOR DE FONDO */
}
.GB_Window .content {
	border:2px solid #f1f9fc;
}
.GB_Window .header {
	padding:0 !important;
	margin:0 !important;
	height:0px !important;
	background:red;
}

.GB_Window .caption {
    display:none;
}
.GB_Window .close { text-align:left; }
.GB_Window .close span { 
  display:none;
}
.GB_Window .close img {
	position:absolute;
    cursor: pointer;
    padding: 0;
    margin: -12px 0 0 -16px;
    border: 0;
    
    /* Esto habra que meterlo cuando este subida la web porque internet explorer 6 es una mierdaaaaa
    
    background:transparent url(http://tiendamovil.orange.es/images/misc/ofertaweb2.png) no-repeat;
	-background:transparent;
	+background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://tiendamovil.orange.es/images/misc/ofertaweb2.png');
	
	*/
    
    
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

