/* ========== ContentFlow ========== */
/*
 * Within this file you can ajust the styling of ContentFlow
 * to your personal needs. The default styling is the same as found on the 
 * projectpage.
 *
 */

.ContentFlow {
height:300px;
}

    /* ----- styling of items ----- */
    .ContentFlow .flow .item.active {
        cursor: pointer;
    }
        .ContentFlow .flow .item .caption {
            font-size: 100%;
            font-weight: bold;
            text-align: center;
            color: white;
            max-height: 30%;
            /*background: url(img/1x1_0.5_black.png);*/
            width:228px;
			position:absolute;
			top:110px;
        }
        * html .ContentFlow .flow .item .caption {
            background-image: none;
            /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/1x1_0.5_black.png');*/
        }
            .ContentFlow .flow .item .caption a,
            .ContentFlow .flow .item .caption a:link,
            .ContentFlow .flow .item .caption a:visited,
            .ContentFlow .flow .item .caption a:active,
            .ContentFlow .flow .item .caption a:hover {
                text-decoration: none;
                color: white;
                font-style: italic;
                font-size: 0.8em;
            }
            .ContentFlow .flow .item .caption a:hover {
                text-decoration: underline;
            }
        .ContentFlow .flow .item.active .caption {
            /*display: block;*/ /* uncomment to show caption inside item */
        }

    /* ----- scrollbar ----- */
    .ContentFlow .scrollbar {
        width: 50%;
        margin: 0px auto;
        height: 16px;
        /*background: url(img/scrollbar_white.png) left center repeat-x;*/
        position: relative:
    }

        .ContentFlow .scrollbar .slider {
            width: 16px;
            height: 16px;
            background: url(img/slider_white.png) center center no-repeat;
        }
        
        /* only for IE <= 6 and a alphatransparent slider image */
        * html .ContentFlow .scrollbar .slider { background-image: none; }
        * html .ContentFlow .scrollbar .slider .virtualSlider {
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/slider_white.png');
        }
            .ContentFlow .scrollbar .slider .position {
                top: 120%;
                font-size: 12px;
                font-weight: bold;
                color: silver
            }

        /* ----- some extra styling for a fancy scrollbar ----- */
        .ContentFlow .fancyScrollbar {
            width: 228px;
            /*background: url(img/slider_fancy_middle.png) left center repeat-x;*/
        }
        * html .ContentFlow .fancyScrollbar {
           /* background: url(img/slider_fancy_middle.gif) left center repeat-x;*/
        }
            .ContentFlow .fancyScrollbar .preButton, 
            .ContentFlow .fancyScrollbar .nextButton {
                height: 19px;
                width: 9px;
            }
            * html .ContentFlow .fancyScrollbar .preButton, 
            * html .ContentFlow .fancyScrollbar .nextButton {
                position: relative;
                background: none;
                margin-top: 2px;
            }

            .ContentFlow .fancyScrollbar .preButton {
                float: left;
                margin-left: -100px;
               /* background: url(img/slider_fancy_left.png) right center no-repeat;*/
            }
            * html .ContentFlow .fancyScrollbar .preButton {
                /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/slider_fancy_left.png');*/
            }
            .ContentFlow .fancyScrollbar .nextButton {
                float: right;
                margin-right: -100px;
                /*background: url(img/slider_fancy_right.png) left center no-repeat;*/
            }
            * html .ContentFlow .fancyScrollbar .nextButton {
                /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/slider_fancy_right.png');*/
            }
            .ContentFlow .fancyScrollbar .slider {
                width: 36px;
                height: 16px;
                /*background: url(img/slider_fancy_handle.png) center center no-repeat;*/
            }

            * html .ContentFlow .fancyScrollbar .slider { background-image: none; }
            * html .ContentFlow .fancyScrollbar .slider .virtualSlider {
                position: relative;
                top: 1px;
                filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/slider_fancy_handle.png');
            }


    /* ----- global caption ----- */
    .ContentFlow .globalCaption {
        text-align: center;
        font-weight: bold;
        color: white;
        font-size: 14px;
        height: 20px;
        margin: 2em auto;
    }
        .ContentFlow .globalCaption .caption {
		position:absolute;
		top:47px;
		left:128px;
		width:400px;
		text-align:center;
        }
		.ContentFlow .globalCaption .caption .captionTxt {
		height:43px;
		padding-top:3px;
		display:block;
		text-align:center;
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
        }
            .ContentFlow .globalCaption .caption a,
            .ContentFlow .globalCaption .caption a:link,
            .ContentFlow .globalCaption .caption a:visited,
            .ContentFlow .globalCaption .caption a:active,
            .ContentFlow .globalCaption .caption a:hover {
                text-decoration: none;
                color: white;
                font-style: italic;
                font-size: 0.8em;
            }

            .ContentFlow .globalCaption .caption a:hover {
                text-decoration: underline;
            }

    /* ----- load indicator ----- */
    .ContentFlow .loadIndicator {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
       /* background: url(img/1x1_0.5_black.png);*/
    }
    * html .ContentFlow .loadIndicator {
        background-image: none;
        /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/1x1_0.5_black.png');*/
    }
        .ContentFlow .loadIndicator .indicator {
            background: url(img/loader.gif) center center no-repeat;
            width: 100%;
            height: 100%;
        }

/* ================================= */

