
.tx-uroheadtextgallery-pi1{
    width: 970px;
	width: 977px;
    /*min-height:520px;
    min-height:468px;*/
    height: 437px; /* new/dk - same height as stage images */
    height: 300px; /* new/dk - same height as stage images */
    border: 0px solid #000;
    margin:0;
    padding:0;
    margin: 0px 0px;
    margin-left: 26px;
    clear:both;
    background-color: transparent;
    display:block;
    position:relative;
}

.tx-uroheadtextgallery-pi1 #textlayer{
	top:0;
	left:0;
	position:absolute;
	z-index:50;
    border: 0px solid #000;
    width: 977px;
    height: 300px;
    background-color: transparent;
}	

.tx-uroheadtextgallery-pi1 #clicklayer{
	top:0;
	left:0;
	position:absolute;
	z-index:150;
    border: 0px solid #000;
    width: 977px;
    height: 300px;
    background-color: transparent;
}	
	
.tx-uroheadtextgallery-pi1 #showlayer{
	top:400px;
	left:176px;
	position:absolute;
	z-index:150;
    border: 0px solid #000;
    width: 400px;
	width:614px;
    background-color: #fffef2;
	padding-top:17px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 7px;
	margin-bottom:10px;	
	min-height: 290px;   
}

.tx-uroheadtextgallery-pi1 #showlayer p.bodytext{
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	font-size:0.8em;		
}

.tx-uroheadtextgallery-pi1 #showlayer .bodytext A{
	color: #fe0002; 
	font-weight: bold;
	text-decoration:none;
}


.tx-uroheadtextgallery-pi1 #showlayer .csc-textpic-imagewrap{
	padding-left: 12px;	
	padding-right: 0px;	
}

.tx-uroheadtextgallery-pi1 #showlayer .csc-textpic-caption{
	padding-top:5px;
	color: #97978f;
	font-size: 0.65em;
}


.floatBox{
  float:left;
  border-right: 0px solid #FFF;
  border-bottom: 0px solid #FFF;
  height:17px;
  height:34px;
}

.breakBox{
  float:none;
  border-right: 0px solid #000;
  border-bottom: 0px solid #FFF;
  height:17px;
  height:34px;
}


.breakBox img{
}

* html .breakBox img{
  width:24px;
  border: 0px solid #000;
}


/* Pagebrowser (added by dk): */

#hgPagebrowser {
    font-size: 80%;
    position: absolute;
    /*right: 200px;*/
    left: 50%;
    bottom: 3px;
    z-index:10000;
    /*height: 18px;*/
/*    display:none;*/
}

#hgPagebrowser span,
#hgPagebrowser a {
    font-weight: bold;
    margin: 0 15px;
    display: inline-block;
    line-height: 15px;
}
/*
#hgPagebrowser span.currentPage {
    color: red;
    padding: 2px 4px;
    border: 1px solid red;
    font-size: 90%;
}
*/
#hgPagebrowser a {
    color: #333;
    padding: 0 4px; /*2px 4px;*/
    border: 1px solid #333;
    text-decoration: none;
    font-size: 90%;
}
#hgPagebrowser a:hover {
    background-color: #eee;
}

#hgPagebrowser span.nolink {
    color: #999;
    padding: 0 4px;
    border: 1px solid #999;
    font-size: 90%;
}
/*
#hgPagebrowser span.actual {
    position: relative;
    top: 1px;
}
*/

