@charset "utf-8";
/* CSS Document */

div.tx-flowgallery-pi1 {
                 position: absolute;
                 height: 550px;
             width: 600px;
                 }



#imageflow{
         height: 500px;
         width: 600px;
         margin: -40px 0 0 0;
    text-align: left;

}


#images{
    visibility: hidden;

}
div#images img {
    position: absolute;
    top: 0px;
         margin: 0;
    border: none;
}

#loading{
    position: relative;
    margin: 50px 0 10px 0;
    text-align: center;
    width: 80%;
         height: 60px;
}
#loading img{

}
#captions{
    font-weight: bold;
    position: relative;
    text-align: center;
    z-index: 10000;
         display: none;
}
#scrollbar{
    visibility: hidden;
         margin: 20px 0 0 0;
    position: absolute;
    border-bottom: 1px solid #b3b3b3;
    z-index: 10001;
}
#slider{
    position: absolute;
    margin-top:-7px;
    margin-left:-7px;
    z-index:10002;
    background-image: url(slider.png);
    background-repeat: no-repeat;
    width:14px;
    height:14px;
         cursor: pointer;
}

#error,
#timeline,
#backlink{
       width:100%;
       height:20px;
       clear:both;
}

#navigation{margin:0; height:20px;z-index: 10003;position: absolute; width: 90%}
#navigation img{position:relative;border:none;}
#rightimage{width:10%;float:right;}
#leftimage{width:10%;float:left;}
#play{width:80%;text-align:center;float:left;}

