.ContentFlow .flow .item canvas.content
{
    height: 100%;
    width: 100%;
}
.ContentFlow .flow .item.active
{
    cursor: pointer;
}
.ContentFlow .flow .item .caption
{
    font-size: 100%;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    max-height: 30%;
    bottom: 10%; 
    width: 100%;
    position: absolute;
    display: none;
}
* html .ContentFlow .flow .item .caption
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/1x1_0.5_white.png');
}
.ContentFlow .scrollbar
{
    width: 50%;
    height: 16px;
    background: url(images/scrollbar_black.png) left center repeat-x;
    overflow: visible;
    position: relative;
    z-index: 1;
    visibility: hidden;
    margin: 10px auto 0;
}
.ContentFlow .scrollbar .slider
{
    width: 16px;
    height: 16px;
    background: url(images/slider_black.png) center center no-repeat;
    cursor: move;
    position: absolute;
}
* html .ContentFlow .scrollbar .slider
{
    background-image: none;
}
* html .ContentFlow .scrollbar .slider .virtualSlider
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/slider_black.png');
    height: 100%;
}
.ContentFlow .scrollbar .slider .position
{
    top: 120%;
    font-size: 16px;
    font-weight: 700;
    color: silver;
    position: absolute;
    text-align: center;
}
.ContentFlow .globalCaption
{
    text-align: center;
    font-weight: 700;
    color: #FFF;
    font-size: 14px;
    height: 20px;
    position: relative;
    z-index: 1;
    margin: 2em auto;
}
.ContentFlow .loadIndicator
{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 65000;
}
.ContentFlow .loadIndicator .indicator
{
    background: url(images/loader.gif) center center no-repeat;
    width: 100%;
    height: 100%;
}
* html .ContentFlow .loadIndicator .indicator
{
    height: 100px;
}
.ContentFlow
{
    position: relative;
    overflow: hidden;
}
.ContentFlow *
{
    margin: 0;
    padding: 0;
}
.ContentFlow img
{
    -ms-interpolation-mode: bicubic;
}
.ContentFlow .mouseoverCheckElement
{
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    visibility: hidden;
}
.ContentFlow:hover .mouseoverCheckElement
{
    left: 1px;
}
.ContentFlow .flow
{
    position: relative;
    z-index: 0;
    visibility: hidden;
    width: 100%;
    margin: 0 auto;
}
.ContentFlow .flow.hidden
{
    visibility: hidden;
}
.ContentFlow .flow .item
{
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
}
.ContentFlow .flow .item div.content
{
    width: 100%;
    height: 100%;
}
.ContentFlow .flow .item .label
{
    display: none;
}
.ContentFlow .flow .item canvas.reflection
{
    margin-top: -1px;
}
.ContentFlow .flow .item img.content, .ContentFlow .flow .item img.reflection, .ContentFlow .flow .item canvas.reflection
{
    width: 100%;
}
.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, .ContentFlow .globalCaption .caption a, .ContentFlow .globalCaption .caption a:link, .ContentFlow .globalCaption .caption a:visited, .ContentFlow .globalCaption .caption a:active, .ContentFlow .globalCaption .caption a:hover
{
    color: #FFF;
    font-size: 0.8em;
    font-style: italic;
    text-decoration: none;
}
.ContentFlow .flow .item .caption a:hover, .ContentFlow .globalCaption .caption a:hover
{
    text-decoration: underline;
}
.ContentFlow .flow .item .content, .ContentFlow .flow .item .reflection
{
    display: block;
}

.ContentFlowAddOn_white
{
    background: white;
}

.ContentFlowAddOn_white {
    background: white;
}

    /* ----- styling of items ----- */
        .ContentFlowAddOn_white .flow .item .caption {
            background: url(images/1x1_0.5_white.png);
        }
        * html .ContentFlowAddOn_white .flow .item .caption {
            background-image: none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/1x1_0.5_white.png');
        }
            .ContentFlowAddOn_white .flow .item .caption a,
            .ContentFlowAddOn_white .flow .item .caption a:link,
            .ContentFlowAddOn_white .flow .item .caption a:visited,
            .ContentFlowAddOn_white .flow .item .caption a:active,
            .ContentFlowAddOn_white .flow .item .caption a:hover {
                color: black;
            }
    /* ----- scrollbar ----- */
    .ContentFlowAddOn_white .scrollbar {
        background: url(images/scrollbar_black.png) left center repeat-x;
    }

        .ContentFlowAddOn_white .scrollbar .slider {
            background: url(images/slider_black.png) center center no-repeat;
        }
        
        /* only for IE <= 6 and a alphatransparent slider image */
        * html .ContentFlowAddOn_white .scrollbar .slider { background-image: none; }
        * html .ContentFlowAddOn_white .scrollbar .slider .virtualSlider {
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/slider_black.png');
        }
            .ContentFlowAddOn_white .scrollbar .slider .position {
                color:gray; 
            }


    /* ----- global caption ----- */
    .ContentFlowAddOn_white .globalCaption {
        color: black;
    }
            .ContentFlowAddOn_white .globalCaption .caption a,
            .ContentFlowAddOn_white .globalCaption .caption a:link,
            .ContentFlowAddOn_white .globalCaption .caption a:visited,
            .ContentFlowAddOn_white .globalCaption .caption a:active,
            .ContentFlowAddOn_white .globalCaption .caption a:hover {
                color: black;
            }

    /* ----- load indicator ----- */
    .ContentFlowAddOn_white .loadIndicator {
        background: url(images/1x1_0.5_white.png);
    }
    * html .ContentFlowAddOn_white .loadIndicator {
        background-image: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/1x1_0.5_white.png');
    }
        .ContentFlowAddOn_white .loadIndicator .indicator {
            background: url(images/loader_white.gif) center center no-repeat;
        }

/* ================================= */

