/*
    Document   : s3slider
    Created on : 31.03.2011, 14:49:24
    Author     : philipp
    Description:
        Purpose of the stylesheet follows.
*/
	.imageflow {
		overflow:hidden;
		position:relative;
		text-align:left;
		visibility:hidden;
		display:inline-block;
	}
	.imageflow img {
		border:none;
		position:absolute;
		top:0px;
		visibility:hidden;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.imageflow p {
		margin:0 auto;
		text-align:center;
	}
	.imageflow .loading {
		border:1px solid white;
		height:15px;
		left:50%;
		margin-left:-106px;
		padding:5px;
		position:relative;
		visibility:visible;
		width:200px;
	}
	.imageflow .loading_bar {
		background:#fff;
		height:15px;
		visibility:visible;
		width:1%;
	}
	.imageflow .navigation{
		z-index:10000;
	}
	.imageflow .caption {
		font-weight:bold;
		position:relative;
		text-align:center;
		z-index:10001;
	}
	.imageflow .scrollbar {
		border:1px solid #cccccc;
                background-image:url('/include/inc_module/023_mod_image_slider/images/scrollback.png');
		position:relative;
		visibility:hidden;
		z-index:10002;
		height:2px;
	}
	.imageflow .slider {
		background:url('/include/inc_module/023_mod_image_slider/images/slider.png') no-repeat;
		height:20px;
		margin:-9px 0 0 -10px;
		position:absolute;
		width:20px;
		z-index:10003;
	}
	.imageflow .slideshow {
		cursor:pointer;
		height:20px;
		margin:20px 0 0 20px;
		position:absolute;
		width:20px;
		z-index:10003;
	}
	.imageflow .slideshow.pause {
		background:url('/include/inc_module/023_mod_image_slider/images/button_pause.png') no-repeat;
	}
	.imageflow .slideshow.play {
		background:url('/include/inc_module/023_mod_image_slider/images/button_play.png') no-repeat;
	}
	.imageflow .images {
		overflow:hidden;
		white-space:nowrap;
	}
	.imageflow .button {
		cursor:pointer;
		height:20px;
		position:relative;
		width:20px;
	}
	.imageflow .previous {
		background: url('/include/inc_module/023_mod_image_slider/images/button_left.png') top left no-repeat;
		float:left;
		margin: -9px 0 0 -30px;
	}
	.imageflow .next {
		background: url('/include/inc_module/023_mod_image_slider/images/button_right.png') top left no-repeat;
		float:right;
		margin:-9px -30px 0 30px;
	}
