@charset "utf-8";    

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflowB {
		overflow:visible;
		position:relative; 
		text-align:left;
		
		visibility:hidden;
		width:100%;
	}
	.imageflowB img {
		border:none;
		position:absolute;
		top:0px;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.imageflowB p {
		margin:0 auto;
		text-align:center;
	}
	.imageflowB .loading {
		border:2px solid black;
		height:15px;
		left:50%;
		margin-left:-106px;
		padding:5px;
		position:relative;
		visibility:visible;
		width:200px;
	}
	.imageflowB .loading_bar {
		background: #444444;
		height:15px;
		visibility:visible;
		width:1%;
		
	}
	.imageflowB .navigation{
		z-index:10000;
	}
	.imageflowB .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;
	}
	.imageflowB .scrollbar {
		visibility: hidden;

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

	    border-bottom:1px solid #b3b3b3;
	
		z-index:10001;
	}
	.imageflowB .slider {
		background:url(slider.png) no-repeat;
		height:14px;
		margin:-6px 0 0 -7px;
		position:absolute;
		width:14px;
		z-index:10003;
	}
		
	.imageflowB .slideshow {
		cursor:pointer;
		height:90px;
		margin:20px 0 0 20px;
		position:absolute;

		width:60px;
		z-index:10003;
	}
	.imageflowB .slideshow.pause {
		background:url(Pause11N.jpg) no-repeat;
		position: absolute;
		right: 11%;
		top: 85%;
		overflow: visible;
	}
	.imageflowB .slideshow.play {
		background:url(Play11N.jpg) no-repeat;
		position: absolute;
		top: 85.25%;
		right: 11%;
		overflow:visible;
	}		


	.imageflowB .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflowB .button {
		cursor:pointer;
		height:17px;
		position:relative;
		width:17px;
	}

		

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

	
	




