@charset "utf-8";

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {

	.imageflow {
		overflow:hidden;
		text-align:left;
		visibility:hidden;
		width: 1600px;
		left: 50%;
		margin-left: -800px;
		position:absolute; 
		top: 110px;
	}
	.imageflow img {
		border:none;
		position:absolute;
		top:0px;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.imageflow p {
		margin:0 auto;
		text-align:center;
	}
	.imageflow .loading {
		border:1px solid white;
		height:15px;
		left:50%;
		margin-left:-106px;
		padding:5px;
		position:relative;
		visibility:visible;
		width:200px;
	}
	.imageflow .loading_bar {
		background:#fff;
		height:15px;
		visibility:visible;
		width:1%;
	}
	.imageflow .navigation{
		z-index:200;
	}
	.imageflow .caption {
		position:relative; 
		text-align:center;
		margin: 0;
		padding: 10px;
		font-size: 16px;
		background: #333;
		display: none;
	}
	#div_gallery_navigation {
		z-index: 1;
	}
	.imageflow .scrollbar {
		position:absolute; 
		visibility:hidden;
		z-index:22;
		height:1px;
		top: 0;
	}
	.imageflow .slider {
		/* background-image:url(slider.png); */
		background-repeat:no-repeat;
		height:14px;
		margin:-6px 0 0 -7px;
		position:absolute;
		width:14px;
		z-index:23;
	}
	.imageflow .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflow .button {
		cursor:pointer;
		height:86px;
		position:relative;
		width:86px;
		margin-top: 240px;
	}
	.imageflow .previous {
		background: url(img/button_left.png) center center no-repeat;
		float:left;
		margin-left: -3px;
	}
	.imageflow .next {
		background: url(img/button_right.png) center center no-repeat;
		float:right;	
	}
}
