@charset "utf-8";

/* ImageFlow Settings
==================================== */
@media screen, projection {
        .imageflow {
                overflow:hidden;
                position:relative;
                text-align:left;
                visibility:hidden;
                width:100%;
                margin-left:-4px;
                margin-top:-8px;
                color: #4f4f4f; /*Farbe Usernick*/


        }
        .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:10;
        }
        .imageflow .caption {
                font-weight:bold;
                position:relative;
                text-align:center;

                                                z-index:10;
                                                margin-top: 29px;
        }
        .imageflow .scrollbar {
                border-bottom:0px solid #b3b3b3;
                position: absolute;
                visibility:hidden;
                                                                                                z-index:20;
                height:94px;
        }
        .imageflow .slider {
                background:url(slider.png) no-repeat;
                height:94px;
                position:absolute;
                width:14px;
                                                z-index:50;
        }
        .imageflow .slideshow {
                cursor:pointer;
                height:14px;
                margin:20px 0 0 20px;
                position:absolute;
                width:14px;
                                                z-index:5;
        }
        .imageflow .slideshow.pause {
                background:url(button_pause.png) no-repeat;
        }
        .imageflow .slideshow.play {
                background:url(button_play.png) no-repeat;
        }
        .imageflow .images {
                overflow:hidden;
                white-space:nowrap;
        }
        .imageflow .button {
                cursor:pointer;
                height:17px;
                position:relative;
                width:17px;
        }
        .imageflow .previous {
                position:absolute;
                background: url(../images/prev.jpg) top left no-repeat;
                float:left;
                height:96px;
                width:18px;
                display:block;
                margin-top:-126px;
                margin-left:14px;
                                                                                                z-index:10;
        }
        .imageflow .previous:hover {
                background: url(../images/prev_hover.jpg) top left no-repeat;
                                                                                                                z-index:10;
        }
        .imageflow .next {
                background: url(../images/next.jpg) top left no-repeat;
                float:right;
                height:96px;
                width:18px;
                display:block;
                margin-top:-126px;
                margin-right:-2px;
                                                                                                z-index:10;
        }
        .imageflow .next:hover {
                background: url(../images/next_hover.jpg) top left no-repeat;
                                                                                                                z-index:10;
        }
}
