/* ImageFlow Settings - CSS 2.1
==================================== */
/* containing wrapper for this gallery */

#gallery {
	width: 620px;
	float: left;
	margin: -124px 0 0 0;
}


.caption {
	margin: 91px 0 0 0 !important;
}

.imageflow {
	visibility:hidden;
	position:relative; 
	text-align:left;
	width:100%;
	overflow:hidden;
	margin: 0 0 0 0;
}
.imageflow img {
	visibility:hidden;
	position:absolute; 
	top:0px;
	border: none;
	/* -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 white;
}
.imageflow .loading_bar {
	height:15px;
	width:1%;
	background:#fff;
	visibility:visible;
}
.imageflow .caption {
	font-weight: normal;
	font-size: 1.6em;
	position:relative; 
	text-align:center;
	z-index:10000;
	padding: 40px 0 0 0;
	line-height: 1.6em;
}
.imageflow .scrollbar {
	margin:-40px 0 0 132px !important;
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
}
.imageflow .slider {
	position:absolute;
	margin-top:-8px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(../images/slider.png);
	background-repeat:no-repeat;
	width:39px;
	height:19px;
}
