@charset 'utf-8';

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflow {
		visibility:hidden;
		position: relative; 
		text-align: left;
		width: 100%;		
	}
	.imageflow img {
		visibility:hidden;
		position: absolute; 
		top: 0px;
		border: none;
	}
	.imageflow p{
		text-align:center;
		margin:0 auto;
	}
	.imageflow .loading {
		position: relative;
		left: 50%;
		margin-left: -106px;
		width: 200px;
		height: 15px;
		padding:5px;
		visibility: visible;
		border: 1px solid white;
	}
	.imageflow .loading_bar {
		height: 15px;
		width: 1%;
		background: #fff;
		visibility: visible;
	}
	.imageflow .caption {
		font-weight:normal;
		position:relative; 
		text-align:center;
		z-index:10000;
		color: white;
	}
	.imageflow .scrollbar {
		visibility:hidden;
		position:relative; 
		height: 16px;
		background-image: url('/static/img/flow/scroll-bg.png');
		z-index:10001;
	}
	.imageflow .scrollLeft {
		position:absolute;
		z-index:10003;
		background-image: url('/static/img/flow/scroll-cap-left.png');
		background-repeat:no-repeat;
		background-position: left;
		width:34px;
		height:16px;
		left: -34px;
	}
	.imageflow .scrollRight {
		position:absolute;
		z-index:10002;
		background-image: url('/static/img/flow/scroll-cap-right.png');
		background-repeat:no-repeat;
		background-position: right;
		width:35px;
		height:16px;
		right: -35px;
	}
	.imageflow .slider {
		position:absolute;
		z-index:10005;
		background-image: url('/static/img/flow/scroll-cursor.png');
		background-repeat:no-repeat;
		width:65px;
		height:16px;
	}
}
