@charset "utf-8";

/* ImageFlow Settings
==================================== */
@media screen , projection {
	.imageflow {
		visibility:hidden;
		position:relative; 
		text-align:left;
		left:20px;
		top:50px;
		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;
		height:15px;
		padding:5px;
		visibility:visible;
		border:1px solid white;
	}
	.imageflow .loading_bar {
		height:1px;
		width:1%;
		background:#7b7b7d;
		visibility:visible;
	}
	.imageflow .caption {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 10px;
		color: #7b7b7d;
		position:relative; 
		text-align:center;
		z-index:10000;
	}
	.imageflow .scrollbar {
		border-bottom: 1px solid #b3b3b3;
		position: relative;
		visibility: hidden;
		z-index: 1;
		height: 1px;
	}
	.imageflow .slider {
		position: absolute;
		margin-top: -5px;
		margin-left: -5px;
		z-index: 10002;
		background-image: url(slider-brown-9.png);
		background-repeat: no-repeat;
		width: 9px;
		height: 9px;
                z-index: 1;
	}
	.imageflow .slideshow {
		cursor: pointer;
		height: 14px;
		margin: 20px 0 0 20px;
		position: absolute;
		width: 14px;
		z-index: 10003;
	}
	.imageflow .slideshow.pause {
		background: url(button_pause.png) no-repeat;
	}
	.imageflow .slideshow.play {
		background: url(button_play.png) no-repeat;
	}
	.imageflow .images {
		overflow: hidden;
		white-space: nowrap;
	}
	.imageflow .caption {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 10px;
		color: #7b7b7d;
		position: relative;
		text-align: center;
		z-index: 10000;
	}
	.imageflow .previous {
		background: url(button_left.png) top left no-repeat;
		float: left;
		margin: -7px 0 0 -30px;
	}
	.imageflow .next {
		background: url(button_right.png) top left no-repeat;
		float: right;
		margin: -7px -30px 0 30px;
	}
}