
/* ========== ContentFlow ========== */
/*
 * default style to look nice
 */

.ContentFlow {
	width:670px;
	height:350px;
	margin:2em 0em 0em 0em;
	padding:5px 0em 0em 0em;
	
	/*background:#eee url(../gfx/bg_contentflow.png) repeat-x;*/
	background:#eee url(../gfx/bg_contentflow2.png) 0px -100px repeat-x;

	border:1px solid #ddd;
	
}
    .ContentFlow .flow {
    	/*width:100%;*/
		width:670px;
    }
    .ContentFlow .flow * {
    }

    .ContentFlow .flow .item {
		height:20px;
    }

        .ContentFlow .flow .item canvas.content {
            height: 100%;
            width: 100%;
        }
        .ContentFlow .flow .item img.content {
            width: 100%;
        }
        .ContentFlow .flow .item img.reflection, 
        .ContentFlow .flow .item canvas.reflection {
            width: 100%;
        }
    /* ----- 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%;*/
            top:0px;
            background: url(../gfx/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: 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 */
        }



	.ContentFlow .preButton{
		position:absolute;
		left:20px;
		top:110px;
		width:20px;
		height:20px;
		cursor:pointer;
		background:url(../gfx/prev.png) no-repeat;
	}
	.ContentFlow .nextButton{
		position:absolute;
		right:20px;
		top:110px;
		width:20px;
		height:20px;
		cursor:pointer;
		background:url(../gfx/next.png) no-repeat;
	}


    /* ----- scrollbar ----- */
    .ContentFlow .scrollbar {
        width: 75%;
		top:0px;
        margin: 0px auto;
        /*margin-top: 1em;*/
        height: 120px;
        background: url(../gfx/scrollbar_white.png) left center repeat-x;
		background: url(../gfx/scrollbar_grey.png) left center repeat-x;
        position: relative;
        overflow: visible;
    }

        .ContentFlow .scrollbar .slider {
            width: 16px;
            height: 16px;
            background: url(../gfx/slider_white.png) center center no-repeat;
			background: url(../gfx/slider_grey.png) center center no-repeat;
            cursor: move;
        }
        
        /* 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: 150%;
                font-size: 16px;
                font-weight: bold;
                color: #666;
            }

    /* ----- global caption ----- */
    .ContentFlow .globalCaption {
        text-align: center;
        color: #333;
		font-size:1.1em;
		font-style:italic;
        margin:0em;
		padding:0em;
		height:40px;
		top:20px;
    }
        .ContentFlow .globalCaption .caption {
        }
            .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: black;
				background:#eee url(../gfx/bg_contentflow2.png) 0px -100px repeat-x;
		}
				.ContentFlow .loadIndicator .indicator {
						background: url(../gfx/loader3.gif) center center no-repeat;
						width: 100%;
						height: 70%;
				}
				* html .ContentFlow .loadIndicator .indicator {
						height: 100px;
				}

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

