@charset "utf-8";

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflow {
	visibility:hidden;
	position:relative;
	text-align:left;
	width:560px;
	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;
		height:15px;
		padding:5px;
		visibility:visible;
		border:1px solid #666666;
	}
	.imageflow .loading_bar {
		height:15px;
		width:1%;
		background:#336600;
		visibility:visible;
	}
	.imageflow .caption {
		font-weight:normal;
		position:relative; 
		text-align:center;
		color:#333333;
		z-index:10000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	.imageflow .scrollbar {
		visibility:hidden;
		position:relative; 
		border-bottom:2px dotted #666666;
		z-index:10001;
	}
	.imageflow .slider {
		position:absolute;
		margin-top:-6px;
		margin-left:-10px;
		z-index:10002;
		background-image:url(../img/slider_dark.png);
		background-repeat:no-repeat;
		width:20px;
		height:12px;
	}
}
