﻿@charset "utf-8";

/* ImageFlow Settings
==================================== */
@media screen, projection {
	.imageflow {
		overflow:hidden;
		position:relative; 
		text-align:left;
		visibility:hidden;
		width:100%;
		height: 405px !important;
	}
	.imageflow img {
		border:1px solid #aaa;
		position:absolute;
		top:0px;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */

  -moz-box-shadow: 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  box-shadow: 3px 3px 3px #ccc;

	}
	.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:0  !important;
		height: 70px !important;
		margin-top: 125px;
	}
	.imageflow .caption {
		font-weight:bold;
		position:relative; 
		text-align:center;
		z-index:1  !important;
		padding-top: 5px !important;
	}
	.imageflow .scrollbar {
		border-bottom:1px solid #b3b3b3;
		position:relative; 
		visibility:hidden;
		z-index:2  !important;
		height:1px;

	}
	.imageflow .slider {
		background:url(images/slider-grey.png) top left no-repeat;
		height:15px;
		margin:-6px 0 0 -7px;
		position:absolute;
		width:80px;
		z-index:3  !important;
	}
	.imageflow .slideshow {
		cursor:pointer;
		height:14px;
		margin:20px 0 0 20px;
		position:absolute;
		width:14px;
		z-index:10003;
	}
	.imageflow .slideshow.pause {
		background:url(images/button_pause.png) no-repeat;
	}
	.imageflow .slideshow.play {
		background:url(images/button_play.png) no-repeat;
	}
	.imageflow .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflow .button {
		cursor:pointer;
		height:10px;
		position:relative;
		width:10px;
	}
	.imageflow .previous {
		background: url(images/btn-left-right.png) top left no-repeat;
		float:left;
		border: none;
		margin: -4px 0 0 -20px;
	}
	.imageflow .next {
		background: url(images/btn-left-right.png) top left no-repeat;
		float:right;	
		border: none;
		margin:-4px -20px 0 30px;
	}
	#reflection_2 {
	background:#fff;
	color:#000;
	border:1px solid #ccc;
}
#reflection_2 .loading {
	border-color:#333;
}
#reflection_2 .loading_bar {
	background:#333;
}
#reflection_2 .slider {
	
}
#reflection_2 .scrollbar {
	border-bottom:1px solid #000;
}
}