var conf = {
    controls: {
        url: '/flowplayer/flowplayer.controls-3.1.5.swf',
        autoHide: 'always',
        hideDelay: 2000,
        playlist: false,
        buttonColor: "#505050",
        buttonOverColor: "#303030",
        sliderColor: "#404040",
        bufferColor: "#ffffff",
        durationColor: "#ff3d3d",
        progressColor: "#202020",
        timeBorder: "1px solid rgba(0, 0, 0, 0.3)",
        backgroundColor: "rgba(0, 0, 0, 0)",
        timeBgColor: "#202020",
        tooltipColor: "#202020",
        timeColor: "#dedede",
        progressGradient: "medium"
    },
    content: {
        url: '/flowplayer/flowplayer.content-3.1.0.swf',
        bottom: 28,
        height: 40,
        backgroundColor: 'transparent',
        backgroundGradient: 'none',
        borderRadius: 10,
        border: 0,
        textDecoration: 'outline',
        style: {
            body: {
                fontSize: '16%',
                fontFamily: 'Arial',
                textAlign: 'center',
                color: '#ffffff'
            }
        }
    },
    contentWithoutSub: {
        url: '/flowplayer/flowplayer.content-3.1.0.swf',
        bottom: 28,
        height: 40,
        backgroundColor: 'transparent',
        backgroundGradient: 'none',
        borderRadius: 10,
        border: 0,
        textDecoration: 'outline',
        style: {
            body: {
                fontSize: 14,
                fontFamily: 'Arial',
                textAlign: 'center',
                color: '#ffffff'
            }
        }
    }
}