@charset "utf-8";

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflow {
		visibility:hidden;
		position:absolute; 
		text-align:left;
		width:360px;
		height:250px;
		overflow:hidden;
		margin-top:525px;
		margin-left:18px;
		padding:0px;
		padding-bottom:0px;
		padding-left:0px;
		padding-right: 0px;
		padding-top:0px;
		z-index:4;
	}

	.Highslide_1 {
		visibility:hidden;
		position:relative; 
		text-align:left;
		overflow:hidden;
		margin-top:960px;
		margin-left:18px;
		z-index:5;
	}
	
	.imageflow img {
		visibility:hidden;
		position:absolute; 
		top:0px;
		padding:0px;
		border:none;
		height:90px;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.imageflow p{
		text-align:center;
		margin:0 auto;
		
	}
	.imageflow .loading {
		position:relative;
		left:50%;
		margin-left:-106px;
		width:200px;
		height:15px;
		padding:5px;
		visibility:visible;
		border:1px solid orange;
	}
	.imageflow .loading_bar {
		height:15px;
		width:1%;
		background:#6f8087;
		visibility:visible;
	}
	.imageflow .caption {
		font-weight:bold;
		position:absolute; 
		margin-top:25px;
		margin-left:0px;
		visibility:hidden;
	
		text-align:center;
		z-index:10000;
	}
	.imageflow .scrollbar {

		visibility:hidden;
		position:relative; 
		margin-top:40px;
		margin-left:-7px;
		
		height:48px;
		border-bottom:1px solid #b3b3b3;
		z-index:10001;
	}
	.imageflow .slider {
		position:absolute;
		margin-top:40px;
		margin-left:-7px;
		z-index:10002;
		background-image:url(slider.png);
		background-repeat:no-repeat;
		width:14px;
		height:14px;
	}
}	
/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */


