@charset "utf-8";    

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

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

	    border-bottom:1px solid #b3b3b3;
	
		z-index:10001;
	}
	.imageflow6 .slider {
		position:absolute;
		top:-42px;
		margin:-6px 0 0 -7px;
		z-index:10003;
		background-image:url(gimages/LS3.gif);
		background-repeat:no-repeat;
		width:100px;
		height:100px;

	}
		.imageflow6 .slideshow {
		cursor:pointer;
		height:90px;
		margin:20px 0 0 20px;
		position:absolute;

		width:60px;
		z-index:10003;
	}
	
		.imageflow6 .slideshow.pause {
		background:url(Pause11N.jpg) no-repeat;
		position: absolute;
		right: 11%;
		top: 85%;
		overflow: visible;
	}
	.imageflow6 .slideshow.play {
		background:url(Play11N.jpg) no-repeat;
		position: absolute;
		top: 85.25%;
		right: 11%;
		overflow: visible;
	}
	.imageflow6 .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflow6 .button {
		cursor:pointer;
		height:17px;
		position:relative;
		margin: 0px;
		
		width:17px;
	}

		

	.imageflow6 .previous {
		background: url(button_left.png) top left no-repeat;
		float:left;
		margin: -7px 0 0 -95px;
	}
	.imageflow6 .next {
		background: url(button_right.png) top left no-repeat;
		float:right;	
		margin:-7px -30px 0 30px;
		position: absolute;
		right: -64px;
	}
	
}

	
	



