/*
-----------------------------------------------
$Id imageflow.css 1199562681, 2008-01-05 20:01:21 msslovi0 $

Stylesheet:	imageflow.css
Author:		Matt Slovig
Version:	05 January 2008
Revision:	05 January 2008
----------------------------------------------- */

/* -----------------------------------*/
/* --------->>> IMAGEFLOW <<<---------*/
/* -----------------------------------*/

#imageflow {
	border-top: 1px solid #F90;
	clear: both;
	text-align: left;
}

	#images-if {
		visibility: hidden;
	}
		#images-if img {
			position: absolute;
			top: 0;
			border: none;
		}
		
		#loading-if {
			margin-top: 50px;
			text-align: center;
			width: 100%;
			clear: both;
		}
		
			#loading-if img {
				margin-top: 10px;
			}

		#captions-if {
			font-weight: bold;
			position: relative; 
			text-align: center;
			z-index: 100;
		}

		#scrollbar-if {
			visibility: hidden;
			position: relative; 
			border-bottom: 1px solid #b3b3b3;
			z-index: 101;
		}

		#slider-if {
			position: absolute;
			margin-top: -7px;
			margin-left: -7px;
			z-index: 102;
			background-image: url(../img/slider.png);
			background-repeat: no-repeat;
			width: 14px;
			height: 14px;	
		}
