#images {

 width: 100%;
 visibility: hidden;

}

#images img {

 position: absolute;
 top: 0px;
 opacity: 0.80;

}

#images img:hover {

 opacity: 1.0;

}

#loading {

 width: 100%;
 text-align: center;
 padding: 10px;
 margin-top: 80px;

}

#loading img {

 position: relative;
 margin-top: 10px;

}

#captions {

 position: relative; 
 font-weight: bold;
 text-align: center;
 z-index: 10000;

}

#scrollbar {

 position: relative; 
 border-bottom: 1px solid #b3b3b3;
 visibility: hidden;
 cursor: pointer;
 z-index: 10001;

}

#slider {

 position: absolute;
 width: 14px;
 height: 14px;	
 background-image: url(/images/slider.gif);
 background-repeat: no-repeat;
 margin-top: -7px;
 margin-left: -7px;
 cursor: pointer;
 z-index: 10002;

}

#slideshow{

 position: relative;
 width: 12px;
 height: 12px;
 vertical-align: middle;
 background-image: url(/images/play.gif);
 background-repeat: no-repeat;
 margin-top: 5px;
 margin-left: 60px;
 visibility: hidden;
 cursor: pointer;
 float: left;
 z-index: 100;

}

#imageflow {

 position: relative;
 width: 96%;
 height: 220px;
 color: #fff;
 text-align: left;
 background: #000;
 border: solid 1px #fff;
 margin: 0 auto 10px auto;

}

#imageflow_comment {

 position: relative;
 text-align: center;
 margin-top: 24px;
 display: none;
 z-index: 1000;

}