@charset "utf-8";

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflow {
		visibility:hidden;
		position:relative; 
		text-align:left;
		width:100%;
		overflow:hidden;
	}
	.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;
		padding:5px;
		visibility:visible;
		border:1px solid white;
	}
	.imageflow .loading_bar {
		width:1%;
		background:#fff;
		visibility:visible;
	}
	.imageflow .caption {
		position:relative; 
		text-align:center;
		z-index:10000;
		margin-bottom:40px;
		font-size:1.5em;
	}
	.imageflow .scrollbar {
		visibility:hidden;
		position:relative; 
/*		border-bottom:1px solid #4b2615;*/
		z-index:10001;
	}
	.imageflow .slider {
		position:absolute;
/*		margin-top:-7px;*/
		margin-top:-12px;
		margin-left:-7px;
		z-index:10002;
		background-image:url(/images/slider107px.png);
		background-repeat:no-repeat;
/*		width:14px;
		height:14px;*/
		/* If you change the width of the slider image (images/slider.png), change both the width below AND "sliderWidth:109" (no "px") in "tag-imageflow.php" in "wordpress\wp-content\themes\carrington-jam-1.1\header" */
		width:107px;
		height:24px;
	}

	/* The image container div. */
	.imageflow .images {
	}	

	/* The caption container div. */
	.imageflow .caption {
	}	
	.navigation {		background-image:url(/images/sliderGradient-520px.gif); background-repeat:no-repeat; background-position:0px 68px;
}
}

