@charset "utf-8";

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflow {
		visibility:hidden;
		position:relative; 
		text-align:left;
		width:100%;
		overflow:hidden;
                margin-top: 50px;
                z-index: 1;
	}
        .main .firstpage .imageflow{ margin-top: -25px;} 
        .main .folder .imageflow{ margin-top: 100px;} 
	.imageflow img {
		visibility:hidden;
		position:absolute; 
		top:0px;
                border: #e7e7e7 solid 1px;
                background: #fff;
 /*               background: transparent url(/images/layout/shadow_image_small.gif) no-repeat center bottom;
                padding: 0 1px 7px 1px; */
		-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:bold;
                height: 35px;
		position:relative; 
		text-align:center;
		z-index:10000;
	}
	.imageflow .scrollbar {
		visibility:hidden;
		position:relative; 
		border-bottom:1px solid #b3b3b3;
		z-index:10001;
	}
	.imageflow .slider {
		position:absolute;
		margin-top:-4px;
		margin-left:-7px;
		z-index:10002;
		background-image:url(/images/layout/slider.gif);
		background-repeat:no-repeat;
		width:9px;
		height:8px;
	}
}