@charset "utf-8";    

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

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

	    border-bottom:1px solid #b3b3b3;
	
		z-index:10001;
	}
	.imageflowS .slider {
		position:absolute;
        top: -9px;
		margin:-6px 0 0 -7px;
		z-index:10003;
		background:url(gimages/Bully.gif) no-repeat; 
		
		width:40px;
		height:32px;
	}
		
	.imageflowS .slideshow {
		cursor:pointer;
		height:90px;
		margin:20px 0 0 20px;
		position:absolute;

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


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

		

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

	
	




