﻿@charset "utf-8";

/* ImageFlow Settings
==================================== */
@media screen, projection {
	.imageflow7 {
		overflow:visible;
		position:relative; 
		text-align:left;
		
		visibility:hidden;
		width:100%;
	}
	.imageflow7 img {
		border:none;
		position:absolute;
		top:0px;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.imageflow7 p {
		margin:0 auto;
		text-align:center;
	}
	.imageflow7 .loading {
		border:2px solid black;
		height:15px;
		left:50%;
		margin-left:-106px;
		padding:5px;
		position:relative;
		visibility:visible;
		width:200px;
	}
	.imageflow7 .loading_bar {
		background: #444444;
		height:15px;
		visibility:visible;
		width:1%;
	}
	.imageflow7 .navigation{
		z-index:10000;
	}
	.imageflow7 .caption {
	    font-weight: normal;
		color: #ccc;
		position: relative;
		bottom: -50%;
		font-size: 14px;
		font-family:"Trebuchet MS", Arial, Verdana;
		text-align: center;
		z-index: 10000;
	}
	.imageflow7 .scrollbar {
		visibility: hidden;

		position: relative;
		bottom: -60%;
		left: -1.9%;

	    border-bottom:2px dotted #23aaff;
	
		z-index:10001;
	}
	.imageflow7 .slider {
		position:absolute;
		top:-20px;
		margin:-6px 0 0 -7px;
		z-index:10003;
		background-image:url(gimages/BoatSM.png);
		background-repeat:no-repeat;
		width:40px;
		height:44px;
	}
	.imageflow7 .slideshow {
		cursor:pointer;
		height:90px;
		margin:20px 0 0 20px;
		position:absolute;

		width:60px;
		z-index:10003;
	}
	.imageflow7 .slideshow.pause {
		background:url(Pause11N.jpg) no-repeat;
		position: absolute;
		right: 11%;
		top: 85%;
		overflow: visible;
	}
	.imageflow7 .slideshow.play {
		background:url(Play11N.jpg) no-repeat;
		position: absolute;
		top: 85.25%;
		right: 11%;
		overflow: visible;
	}
	.imageflow7 .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflow7 .button {
		cursor:pointer;
		height:17px;
		position:relative;
		margin: 0px;
		
		width:17px;
	}
	.imageflow7 .previous {
		background: url(button_left.png) top left no-repeat;
		float:left;
		margin: -7px 0 0 -95px;
	}
	.imageflow7 .next {
		background: url(button_right.png) top left no-repeat;
		float:right;	
		margin:-7px -30px 0 30px;
		position: absolute;
		right: -64px;
	}
}
