#layer5 {
    position: absolute;
    width: 850px;
    height: 800px;
    margin: 0 auto auto;
}

.gal2 /*agl rulekind: base;*/ {
    width: 850px;
    height: 800px;
}

.wfname {
    font-weight: bold;
    padding-top: 10px;
}

.fName {
    font-weight: bold;
}

.hspec_gal_bg {
    position: absolute;
    display: none;
    visibility: hidden;
}
.hspec_gal_bg *{
    position: absolute;
    display: none;
}

.hspec_gal_cont {
    display: none;
    visibility: hidden;
}

.spec_gal_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    filter: alpha( opacity = 85 );

-moz-opacity:
    .85;

opacity:
    .85;

background-color:black;

min-height:
    1000px;
}

.spec_gal_cont {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 21;
    margin: 10px;
    width: 100%;
    height: 100%;
}

.spec_gal {
    float: left;
    width: 150px;
    height: 500px;
    text-align: center;
    overflow: auto;
}

.spec_gal div {
    float: left;
    margin: 5px;
    padding: 4px;
    height: 70px;
    width: 98px;
}

.spec_gal a {
    display: block;
    text-align: center;
    color: white;
}
/* Slide Show */
#Slide {
    position: relative;
}

#caption {
    color: white;
    position: relative;
    background-color: gray;
    border: solid 1px black;
}

#load {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 200px;
    height: 40px;
    background-color: white;
    border: 2px ridge grey;
}

#bounc_cont {
    width: 100px;
    height: 10px;
    position: absolute;
    left: 50px;
    top: 25px;
    border: 1px solid black;
}

#bouncing {
    height: 10px;
    width: 1px;
    background-color: blue;
}

.button span {
    display: none;
}

.active_button span {
    display: none;
}
/* Menu */
a.button:link, a.button:visited {
    background-position: top !important;
}

a.button:hover, a.button:active, a.active_button {
    background-position: bottom !important;
}

.slideShow {
    background: #000000;
    margin: 0;
    padding: 0;
}

.spec_gal_cont #buttonSet {
    text-align: center;
    width: 172px;
    height: 28px;
    padding: 10px 0 0 0;
}

.spec_gal_cont .button, .active_button {
    display: block;
    float: left;
    margin: 0 2px;
    width: 38px;
    height: 26px;
}

#playBtn {
    background-image: url(/images/slideShowBtnsPlay.gif)
}

#pauseBtn {
    background-image: url(/images/slideShowBtnsPause.gif)
}

#nextBtn {
    background-image: url(/images/slideShowBtnsNext.gif)
}

#backBtn {
    background-image: url(/images/slideShowBtnsBack.gif)
}

.caption {
    height: 15px;
    color: white;
}
