var conf = {
    controls: {
        borderRadius: "0px",
        buttonOffColor: "rgba(130,130,130,1)",
        timeColor: "#ffffff", 
        bufferGradient: "none", 
        zIndex: 1,
        sliderColor: "#000000", 
        backgroundColor: "rgba(0, 0, 0, 0.15)",
        scrubberHeightRatio: 0.6,
        volumeSliderGradient: "none", 
        tooltipTextColor: "rgba(105, 235, 82, 1)", 
        sliderGradient: "none",
        spacing: {
            time: 6,
            volume: 8,
            all: 2
        },
        timeBorderRadius: 20, 
        timeBgHeightRatio: 0.8,
        volumeSliderHeightRatio: 0.6, 
        progressGradient: "none", 
        height: 26, 
        volumeColor: "rgba(105, 235, 82, 1)",
        tooltips: {
            marginBottom: 5,
            buttons: false 
        },
        timeSeparator: " ",
        name: "controls", 
        opacity: 1,
        volumeBarHeightRatio: 0.2,
        left: "50pct", 
        timeFontSize: 12, 
        tooltipColor: "rgba(0, 0, 0, 1)", 
        border: "0px",
        bufferColor: "#a3a3a3", 
        volumeSliderColor: "#ffffff",
        buttonColor: "#ffffff", 
        durationColor: "rgba(105, 235, 82, 1)",
        autoHide: { 
            enabled: true,
            hideDelay: 500, 
            hideStyle: "fade", 
            mouseOutDelay: 1500,
            hideDuration: 500,
            fullscreenOnly: false
        },
        backgroundGradient: "none", 
        width: "100pct", 
        sliderBorder: "1px solid rgba(128, 128, 128, 0.7)", 
        display: "block", 
        buttonOverColor: "#ffffff", 
        url: "flowplayer.controls-3.2.5.swf", 
        progressColor: "rgba(105, 235, 82, 1)", 
        timeBorder: "0px solid rgba(0, 0, 0, 0.3)", 
        timeBgColor: "rgba(0, 0, 0, 0)", 
        scrubberBarHeightRatio: 0.2,
        bottom: 0, 
        builtIn: false,
        volumeBorder: "1px solid rgba(128, 128, 128, 0.7)"
    },
    content: {
        url: '/flowplayer/flowplayer.content-3.2.0.swf',
        bottom: 26,
        height: 46,
        backgroundColor: 'transparent',
        backgroundGradient: 'none',
        borderRadius: 10,
        border: 0,
        textDecoration: 'outline',
        style: {
            body: {
                fontSize: 16,
                fontFamily: 'Arial',
                textAlign: 'center',
                color: '#ffffff'
            }
        }
    }
}
