﻿@charset "utf-8";

/* ImageFlow Settings
==================================== */
@media screen, projection {
	.imageflow {
		overflow:hidden;
		position:relative; 
		text-align:left;
		visibility:hidden;
		width:100%;
	}
	.imageflow img {
	border: none;
	position: absolute;
	top: 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 3px 2px 8px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 2px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 2px 8px 0px rgba(0,0,0,0.5);
	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:10000;
	}
	/*.imageflow .caption {
		font-weight:bold;
		position:relative; 
		text-align:center;
		z-index:10001;
	}*/
	.imageflow .scrollbar {
	position: relative;
	visibility: hidden;
	z-index: 10002;
	height: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b3b3b3;
	}
	.imageflow .slider {
	background: url(../img/slider.png) no-repeat;
	height: 40px;
	position: absolute;
	width: 40px;
	z-index: 10003;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -20px;
	}
	.imageflow .slideshow {
	cursor: pointer;
	height: 40px;
	position: absolute;
	width: 40px;
	z-index: 10003;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	}
	/*.imageflow .slideshow.pause {
		background:url(../img/button_pause.png) no-repeat;
	}
	.imageflow .slideshow.play {
		background:url(../img/button_play.png) no-repeat;*/
	}
	.imageflow .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflow .button {
		cursor:pointer;
		height:31px;
		position:relative;
		width:30px;
	}
	.imageflow .previous {
	background: url(../img/button_left.png) top left no-repeat;
	float: left;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -80px;
	}
	.imageflow .next {
	background: url(../img/button_right.png) top left no-repeat;
	float: right;
	margin-top: 35px;
	margin-right: -70px;
	margin-bottom: 0;
	margin-left: 0px;
	}
}