﻿@charset "utf-8";

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
.imageflow {
	visibility:hidden;
	position:relative;
	text-align:left;
	width:100%;
	overflow:hidden;
}
.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;*/
/*	border:1px solid white;*/
	margin-left:-33px;
	width:66px;
	height:66px;
	background:url(../../rec/images/css/ajax-loader.gif) 50% 50%;
	visibility:visible;
}
.imageflow .loading_bar {
	height:15px;
	width:1%;
	background:#fff;
	visibility:hidden;
}
.imageflow .caption {
	font-weight:bold;
	position:relative;
	text-align:center;
	z-index:10000;
}
.imageflow .scrollbar {
	visibility:hidden;
	position:relative;
	background-image:url(../../rec/images/css/sb.png);
	background-repeat:repeat-x;
	z-index:10001;
}
.imageflow .slider {
	position:absolute;
	margin-top:0px;
	margin-left:-5px;
	z-index:10003;
	background-image:url(../../rec/images/css/sc.gif);
	background-repeat:no-repeat;
	width:77px;
	height:16px;
}
.imageflow .larrow {
	position:absolute;
	margin-top:0px;
	left:-25px;
	z-index:10002;
	background-image:url(../../rec/images/css/sl.png);
	background-repeat:no-repeat;
	width:25px;
	height:16px;
}
.imageflow .rarrow {
	position:absolute;
	margin-top:0px;
	right:-90px;
	z-index:10002;
	background-image:url(../../rec/images/css/sr.png);
	background-repeat:no-repeat;
	width:25px;
	height:16px;
}
.imageflow .prolslider {
	position:absolute;
	margin-top:0px;
	right:-65px;
	z-index:10001;
	background-image:url(../../rec/images/css/sb.png);
	background-repeat:repeat-x;
	width:65px;
	height:16px;
}
}
.imageflow .back {
	position:absolute;
	margin-top:-8px;
	left:-60px;
	z-index:10002;
	background-image:url(../../rec/images/css/IFback.png?id=seuigfvg);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
}
