﻿@charset "utf-8";

/* ImageFlow Settings
==================================== */
@media screen, projection {
	.imageflow {
		overflow:hidden;
		position:relative; 
		text-align:left;
		visibility:hidden;
		width:100%;
		max-height: 160;
		min-height:101px;
		color:#445544;

	}
}
	.imageflow img {
		border:none;
		position:absolute;
		top:0;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
		-moz-box-shadow: .5em .5em 12px #343;
	-webkit-box-shadow: .5em .5em 12px #343;
	box-shadow: .5em .5em 12px #343;
	border:#666 thin;
	
	}
	.imageflow p {
		margin:0 auto;
		text-align:center;
	}
	.imageflow .loading {
/*		border:1px solid white;margin-left:-106px;
*/		height:8px;
		left:25%;
		margin:0 auto;
		padding:5px;
		position:relative;
		visibility:hidden;
		width:100%;
			}
	.imageflow .loading_bar {
		background:#888;
		height:8px;
		visibility:hidden;
		width:1%;
	}
	.imageflow .navigation{
		z-index:900;
	}
/*	.imageflow .caption {
		font-weight:bold;
		position:relative; 
		text-align:center;
		z-index:901;
	}
	.imageflow .scrollbar {
		border-bottom:1px solid #b3b3b3;
		position:relative; 
		visibility:hidden;
		z-index:902;
		height:1px;
	}
	.imageflow .slider {
		background:url(slider.png) no-repeat;
		height:14px;
		margin:-6px 0 0 -7px;
		position:absolute;
		width:14px;
		z-index:903;
	}*/
	.imageflow .slideshow {
		cursor:pointer;
		height:14px;
		margin:20 0 0 50;
		position:absolute;
		width:14px;
		z-index:903;
	}
	.imageflow .slideshow.pause {
		background:url(button_pause_gr.png) no-repeat;
	}
	.imageflow .slideshow.play {
		background:url(button_play_gr.png) no-repeat;
	}
	.imageflow .images {
		overflow:hidden;
		white-space:nowrap;
	}
/*	.imageflow .button {
		cursor:pointer;
		height:17px;
		position:relative;
		width:17px;
	}
	.imageflow .previous {
		background: url(button_left.png) top left no-repeat;
		float:left;
		margin: -7px 0 0 -30;
	}
	.imageflow .next {
		background: url(button_right.png) top left no-repeat;
		float:right;	
		margin:-7px -30 0 30;
	}*/
