/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #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;
}

div.GB_Gallery{
	top: 50px;
}

#GB_window .content {
	background: transparent;
    margin: 0;
    padding: 0;
}

*html #GB_window #content {
	width: auto;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}

iframe.GB_frame
{
	width: 580px;
	height: 350px;
}



.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery #content {
    background-color: #fff;
    border: 3px solid #ddd;
}

/**html GB_Gallery #content
{
	width: auto;
	padding: 0px;
    margin: 0px;
}*/

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    padding: 0px;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #ccc;
}

div.imageRotator{
		/*position: absolute;*/
		/*top: 2px;
		width: 200px;*/
		text-align: center;
		height: 30px;
		left: 10px;
		z-index: 501;
}

*html div#imageRotator{
	background-color: #470e12;
}

div.imageRotatorHelper{
	display:none;
}

td.rot_right div{
	float: right;
}

div.close{
	float: right;
}


.GB_header .inner {
    background-color: #470e12;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    padding: 0px;
    width: 100%;
    /*border-collapse: collapse;*/
}

#GB_window .caption {
		background: #470e12;
		text-align: left;
    color: #ccc;
    /*white-space: nowrap;*/	
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    height: 22px;
}

*html GB_window #GB_caption
{
	margin: 0;
    padding: 0px;
    width: 100%;
}

/*here is the old caption Position (topLeft in Header)
  caption is now on top of image window.
*/
.GB_header .captionOld {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 100px;
}

.GB_header .close {
    text-align: right;
    vertical-align: top;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

div.close img{
		z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
    margin: 0px;
    padding: 0px;
    width: 25%;
}

*html td#GB_middle{
	white-space: nowrap;
	text-align: center;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}

#GB_middle .disabled {
    cursor: default;
    margin: 0px;
}

#GB_middle .left {
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
}

#GB_middle .right {
	margin: 0px;
    padding: 0px;
    padding-left: 10px;
}

#GB_middle #rot_right{
	text-align: left;
}

#GB_middle #rot_left{
	text-align: right;
}

*html #GB_middle #left {
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
}

*html #GB_middle #right {
	margin: 0px;
    padding: 0px;
    padding-left: 10px;
}

*html #navContainer{
	width: 100%;
	display: inline;
}

*html #GB_navStatus{
	 margin: 0px;
    padding: 0px;
}

*html #navContainer{
	margin-top: 5px;
	padding: 0px;
	vertical-align: middle;
}


.GB_Window .content {
    background-color: #000;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    /*padding: 3px 0;*/
    color: #333;
}

.GB_Window .caption {
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    /*white-space: nowrap;*/
    padding-right: 20px;
}

/*here is the old caption Position (topLeft in Header)
  caption sits now over the image window.
*/
.GB_Window .captionOld {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

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

