﻿@charset "utf-8";

/* ImageFlow Settings
==================================== */
@media screen, projection {
	.imageflow {
		overflow:hidden;
		position:relative; 
		text-align:left;
		visibility:hidden;
		margin:-100px auto 0;
		width:660px;
	}
	.imageflow img {
		border:0 !important;
		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 #5195C4;
		height:15px;
		direction:ltr;
		padding:5px;
		position:relative;
		visibility:visible;
		width:200px;
		margin:0 auto;
	}
	.imageflow .loading_bar {
		background:url(../images/loading-bar.gif) no-repeat scroll center -65px;
		height:15px;
		visibility:visible;
		width:1%;
	}
	.imageflow .navigation{
		z-index:10000;
		height:25px !important;
		margin-top: 20px;
		text-align:center;
	}
	.imageflow .caption {
		font-weight:normal;
		position:relative; 
		text-align:center;
		z-index:10001;
		font-family: tahoma !important;
		font-size: 9pt;
	}
	.imageflow .scrollbar {
		
		height:10px;
		position:relative;
		margin:0 auto !important; 
		visibility:hidden;
		top:-150px;
		z-index:10002;
		width:580px !important;
	}
	
	.imageflow .slider {
		top:4px;
		cursor:pointer !important;
		height:14px;
		margin:-6px 0 0 -7px;
		position:absolute;
		width:14px;
		z-index:10003;
		display:none;
	}
	.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;
		display:none;
	}
	.imageflow .slideshow.play {
		background:url(button_play.png) no-repeat;
		display:none;
	}
	.imageflow .images {
		overflow:hidden;
		white-space:nowrap;
		margin-top:10px;
	}
	.imageflow .button {
		cursor:pointer;
		height:21px;
		position:relative;
		width:12px;
	}
	.imageflow .previous {
		background: url(../images/left.gif) top left no-repeat;
		float:left;
		margin: -7px 0 0 -30px;
	}
	.imageflow .next {
		background: url(../images/next.gif) top left no-repeat;
		float:right;	
		margin:-7px -30px 0 30px;
	}
	
	.imageflow {
		height: 360px !important;
	}
	
	.images {
		height: 270px !important;
	}
	
	.caption {
		padding-top: 0 !important;
		display:block;
		height:60px;
	}
	
	.navigation {
		margin-top: 20px !important
	}

	.loading_txt{
		padding:0 !important;
		color:black;
	}
}