


iframe {
	overflow-x: hidden;
	
}

#GB_overlay {
    background-color: #000000;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 1000;
	padding: 0px;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 1500;

}

#GB_window .content {
    width: auto;
    margin: 0;
    padding-left: 25px;
}

#GB_frame {
    border:none; 
    margin: 0;
    background:#000000;
    overflow: auto;
    white-space: nowrap;
	
}


.GB_Gallery {
    margin: 0;
	width: 100%;
}

.GB_Gallery .content {

 

}

.GB_header {
    top: 0px;
    left: 0;
    margin: 0;
    z-index: 5000;
    position: absolute;
	padding:0;
}

.GB_header .inner {
   background-color: #FFFFFF;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    padding: 0px 10px 5px 4px;
	height:53px;
}



.GB_header table {
    margin: 0;
    width: 100%;
	height:auto;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color:#555555;
	
font-size:18px;
font-family:Arial, "Times New Roman", Times, Georgia, serif;
font-style:italic;
font-weight:bold;
	

	text-transform:capitalize;
	letter-spacing:-1px;
	padding-left:160px;
	background:url(../img/mlogo.jpg) left top no-repeat #FFFFFF;
	padding-top:5px;
	padding-bottom:0px;
	height:53px;
}

.GB_header .close {

    text-align: right;

}

.GB_header .close img {
    z-index: 5000;
    cursor: pointer;
    width: 110px;
    height: 40px;
}

.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 {

}

#GB_middle .right {

}


.GB_Window .content {
    background-color: #fff;
    border: none;
    border-top: none;
}

.GB_Window .header {
    border: none;
    margin: 0;
	background: #0099ff;
    height: 22px;
    font-size: 12px;
   
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
	color: #fff;
	font-weight: bold;
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0;
}

.GB_Window .on { border-bottom: 1px solid #fff; }
.GB_Window .click { border-bottom: 1px solid #fff; }
