/* ========== ContentFlow ========== */
/*
 * Within this file you can adjust the styling of ContentFlow
 * to your personal needs. The default styling is the same as found on the
 * project page.
 *
 * To utilze this file for global styleing, rename it to 'mycontentflow.css'.
 */

 .ContentFlow {
	background:url("img/scrollbar_bg.png") no-repeat scroll 0 291px transparent;
}

.ContentFlow .flow {
	background:#f2f2f2;
	margin-top:-80px;
	position:relative;
	z-index: 2;
}

.ContentFlow .legende {
	height:10px;
	background:url(img/scrollbar_white.png) repeat-x;
	margin:auto;
	margin-top:10px;
}
.ContentFlow .legendentext {
	margin:auto;
	height:20px;
}
.ContentFlow .legendentext div {
	float:left;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	width:50px;
}

    /* ----- styling of items ----- */

    .ContentFlow .flow .item.active {
        cursor: pointer;
    }
        .ContentFlow .flow .item .caption {
            font-size: 100%;
            font-weight: bold;
            text-align: center;
            color: black;
            max-height: 30%;
            bottom: 10%;
            background: url(img/1x1_0.5_black.png);
            width: 100%;
        }
        * 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: black;
                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: 90%;
        margin: 10px auto;
        height: 6px;
        position: relative;
        background:none;
    }

        .ContentFlow .scrollbar .slider {
            width: 37px;
            height: 30px;
			background:url(img/slider_white.png) no-repeat 0 7px;
        }

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

    /* ----- global caption ----- */
    .ContentFlow .globalCaption {
        text-align: center;
        font-weight: bold;
        color: #333;
        font-size: 16px;
        height: 51px;
		background:#f2f2f2;
		padding-top:10px;
		margin:0;
		line-height:100%;
		margin-bottom:10px;
		position: relative;
		z-index: 1;
    }
        .ContentFlow .globalCaption .caption {
			border-width:0 0 1px;
			border-color:white;
			border-style:solid;
			padding-bottom:7px;
			margin-top:10px;
        }
            .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: black;
                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: #FFF;
    }
        .ContentFlow .loadIndicator .indicator {
            background: none;
            width: 100%;
            height: 100%;
        }
        * html .ContentFlow .loadIndicator .indicator {
            height: 100px;
        }

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

