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

.floatBox{
  float:left;
  border-right: 2px solid #FFF;
  border-bottom: 1px solid #FFF;
}

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


.breakBox img{
}

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


/* Pagebrowser (added by dk): */

#hgPagebrowser {
    font-size: 80%;
    position: absolute;
    /*right: 200px;*/
    left: 50%;
    bottom: 0;
    /*height: 18px;*/
}

#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;
}
*/


