var conf = {

	defaults: 
		{
		autoPlay: true,
		scaling: 'fit'
		},
	sanara:
		{
		fullscreen:false,
      	       	backgroundColor: '#000000',
      	       	borderRadius: '0px',
      	       	buttonOverColor: '#00bb00',
      	       	sliderGradient: 'none',
      	       	progressColor: '#c1bf53',
      	       	bufferColor: '#573e0a',
      	       	timeColor: '#c1bf53',
      	       	backgroundGradient: 'none',
      	       	sliderColor: '#83ba45',
      	       	progressGradient: 'medium',
      	       	durationColor: '#ffffff',
      	       	buttonColor: '#006600',
      	       	bufferGradient: 'none',
      	       	volumeSliderColor: '#83ba45',
      	       	timeBgColor:'#000000',
   	       	opacity:1.0
   	       	},
	set:
		{
		backgroundColor: "#000000",
		backgroundGradient: 'none'
		}
		
	}	

