/*Image Flow Styles*/

#ImageFlowContainer {background:#000000; padding:20px; display:none; border-bottom:1px solid #747475;}
#ImageFlow {text-align:left; background-color:#000000; padding:0;}
#ImageFlow img {position:absolute; top:0px; border:none;}
#ImageFlow, 
#ImageFlow a {color:#ffffff;}
#Images {visibility:hidden;}
#LoadingBar {padding:164px 0 200px 0; text-align:center; width:100%;}
#LoadingBar img {margin-top:10px; position:relative;}
#Captions {font-weight:bold; position:relative;  text-align:center; z-index:10000;}
#ScrollBar {visibility:hidden; position:relative;  border-bottom:1px solid #b3b3b3; z-index:10001;}
#Slider {position:absolute; margin-top:-7px; margin-left:-7px; z-index:10002; background-image:url(/images/ImageFlow-slider.png); background-repeat:no-repeat; width:14px; height:14px;}


/*okay this bit is an ie hack to make absolute positioning work properly*/
/*need to set all the containers up to the main ImageFlow container to position relative*/
/*make sure it doesn't break anything though*/

#Container,
#ContainerRight,
#ContainerBottom,
#ContainerBottomLeft,
#ContainerBottomRight,
#Body,
#Column1 {position:relative;}