/* @override http://p.artsy.ca/wp-content/themes/harper_perennial/css/imageflow.css */


/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflow {
		position:relative; 
		text-align:left;
		width:100%;
	}
	.imageflow img {
		visibility:hidden;
		position:absolute; 
		top:0px;
		border:none;
		-ms-interpolation-mode:bicubic;  Enables bicubic image resampling for the IE7 
	}
	

	.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 black;
	}
	.imageflow .loading_bar {
		height:15px;
		width:1%;
		background:#000;
		visibility:visible;
	}
	.imageflow .caption {
		font-weight:bold;
		position:relative; 
		text-align:center;
		z-index:10000;
		top: 3em;
}
	.imageflow .scrollbar {
		visibility:hidden;
		position:relative; 
		z-index:10001;
		top: 3em;
		height: 3px;
	background-color: #7e8587;

	
}


	.imageflow .slider {
		position:absolute;
		margin-top:-11px;
		margin-left:-12px;
		z-index:10002;
		background-image: url(olive_slider.png);
		background-repeat:no-repeat;
		width:24px;
		height:24px;
		cursor: move !important;
		*cursor: e-resize !important;
	}
	
}