@charset "utf-8";

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflowT {
		overflow: visible;
		position:relative; 
		text-align:left;
		visibility:hidden;
		width:100%;

	}
	.imageflowT img {
		border:none;
		position:absolute;
		top:0px;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.imageflowT p {
		margin:0 auto;
		text-align:center;
	}
	.imageflowT .loading {
		border:1px solid white;
		
		height:15px;
		left:50%;
		margin-left:-106px;
		padding:5px;
		position:relative;
		visibility:visible;
		width:200px;
	}
	.imageflowT .loading_bar {
		background:#fff;
		height:15px;
		visibility:visible;
		width:1%;
	}
	.imageflowT .navigation{
		z-index:10000;
	}
	.imageflowT .caption {
	
		color: #E8E8E8;
		position: relative;
		bottom: -55%;
		font-size: 14px;
	    font-weight: normal;		
		font-family:"Trebuchet MS", Arial, Verdana;	
		text-align: center;
		z-index:10000;
	}
	.imageflowT .scrollbar {
		visibility: hidden;
		

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

	    border-bottom:1px solid #b3b3b3;
	
		z-index:10001;
	}
	.imageflowT .slider {
		position:absolute;
        top: -19px;
		margin:-6px 0 0 -7px;;
		z-index:10002;
		background-image:url(Moto.gif);
		background-repeat:no-repeat;
		width:76px;
		height:35px;
	}
	.imageflowT .slideshow {
		cursor:pointer;
		height:90px;
		margin:20px 0 0 20px;
		position:absolute;

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

	
	.imageflowT .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflowT .button {
		cursor:pointer;
		height:17px;
		position:relative;
		margin: 0px;
		
		width:17px;
	}
	.imageflowT .previous {
		background: url(button_left.png) top left no-repeat;
		float:left;
		margin: -7px 0 0 -65px;
	}
	.imageflowT .next {
		background: url(button_right.png) top left no-repeat;
		float:right;	
		margin:-7px -30px 0 30px;
		position: absolute;
		right: -34px;
	}
	


	
	

}
