/* GENERAL STYLES */
#imageflow {
 height: 450px;
 position: relative; /* For absolute positioning */
}
#loading_bar {
 margin-top: -14px; /* Half height */
 margin-left: -104px; /* Half width */
 top: 50%;
 left: 50%;
 width: 208px;
 position: absolute;
}
#images {
 visibility: hidden; /* Loading... */
}
#images img {
 /* Top and Left updated by Mootools/imageFlow.js */
 top: 0;
 left: 0;
 position: absolute;
}
#captions {
 /* Position set by Mootools/imageFlow.js */
 bottom: 40px;
 z-index: 10001;
 position: absolute; /* Origin for absolute positioning */
 font-weight: bold;
 text-align: center;
}
#scrollbar {
 /* Position set by Mootools/imageFlow.jst */
 bottom: 20px;
 width: 665px; /* was 780px */
 z-index: 10001;
 visibility: hidden; /* Loading... */
 position: absolute; /* Origin for absolute positioning */
 border-bottom: 3px solid #b3b3b3;
}
#slider {
 /*margin-top: -10px;*/ /* Half height */
 top:10px;
 margin-left: -10px; /* Half width */
 width: 20px;
 height: 20px; 
 z-index: 10002;
 position: relative;	/*absolute*/
 background: url(/images/blob.gif) no-repeat;
}

/* EDITOR PROPERTIES */

