@charset 'utf-8';

/* layoutTeaser Settings - CSS 2.1
==================================== */
@media screen, projection {

	.imageFlow {
		visibility:hidden;
		position: relative; 
		text-align: left;
	}
	.imageFlow img {
		visibility:hidden;
		position: absolute; 
		top: 0px;
		border: none;
		cursor: hand;
		cursor: pointer;
	}
	.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;
		position:relative; 
		text-align:center;
		z-index:10000;
	}
	.imageFlow .scrollbar {
		visibility:hidden;
		position:relative; 
		border-top: 1px solid #70a3d8;
		border-bottom: 1px solid #70a3d8;
		height: 11px;
		z-index:10001;
		cursor: hand;
		cursor:pointer;
	}
	.imageFlow .scrollbar a {
		position: absolute;
		display: block;
		width: 38px;
		height: 14px;
		top: -1px;
		text-indent: -19999px;
	}
	
	.imageFlow .scrollbar a:focus {
		outline: none;
	}
	
	.imageFlow .arrowLeft {
		position:absolute;
		margin-top:-1px;
		margin-left:-16px;
		z-index: 10004;
		width:42px;
		height:13px;
		background: url(/ic_web/catalogs/vivanco/images/misc/left.gif) left top no-repeat;
	}
	
	.imageFlow .arrowRight {
		position:absolute;
		margin-top:-1px;
		right:-31px;
		z-index: 10004;
		width:42px;
		height:13px;
		background: url(/ic_web/catalogs/vivanco/images/misc/right.gif) left top no-repeat;
		}
		
	.imageFlow .slider {
		position:absolute;
		margin-top:-1px;
		margin-left:-21px;
		z-index:10002;
		background-image:url(/ic_web/catalogs/vivanco/images/misc/slider.gif);
		background-repeat:no-repeat;
		width:42px;
		height:13px;
	}
}
