#photoAlbum {
 z-index: 50;
 
 position: relative;
 
 top: 0px;
 left: 1px;
 
 
 /*height: 372px;*/
 
 height: 450px;
 /*width: 95%;*/
 width: 702px;
 
 color: black;
 
 /*background-color: black;*/
 background-color: #D3E6F8;
 
 text-align: center;
 margin: 0;
 padding: 0;
 
 
 font-size: 100.1%;
 font: 83%/ 1.4 verdana, arial, helvetica, sans-serif;
}

#imageflow {
 text-align: left;
}

#imageflow img {
 position: absolute;
 top: 0px;
 border: none;
}

#imageflow h1 {
 text-align: center;
}

#imageflow a {
 color: #fff;
}

#imageflow #images {
 visibility: hidden;
}

#imageflow #loading {
 margin-top: 50px;
 text-align: center;
}

#imageflow #loading img {
 margin-top: 10px;
 position: relative;
}

#imageflow #captions {
 font-size: 16px;
 font-weight: bold;
 position: relative;
 text-align: center;
 z-index: 10000;
}

#imageflow #scrollbar {
 margin: 10px 0;
 visibility: hidden;
 position: relative;
 /* border-bottom: 1px solid #b3b3b3; */
 border-bottom: 3px solid #3C86D2;
 z-index: 10001;
}

#imageflow #slider {
 position: absolute;
 top: -1px;
 margin-top: -7px;
 margin-left: -7px;
 z-index: 10002;
 background-image: url(../images/slider.png);
 background-repeat: no-repeat;
 background-position: left bottom;
 width: 16px;
 height: 19px;
}
