var conf = {

  defaults: {
    autoPlay: false, 
    autoBuffering: true
  },

  skins: {
    skinBlack: {
      sliderGradient: 'none',
      timeColor: '#5555555',
      backgroundGradient: [0.6,0.3,0,0,0],
      sliderColor: '#000000',
      buttonOverColor: '#666666',
      bufferGradient: 'high', // none
      bufferColor: '#666666',
      buttonColor: '#000000',
      progressGradient: 'medium',
      progressColor: '#999999',
      durationColor: '#999999',
      backgroundColor: '#000000',
      borderRadius: '15px',
      opacity:1.0,
      // botones
      play:true,      
      volume:true, 
      mute:true,  
      time:true,  
      stop:false, 
      playlist:false,  
      fullscreen:true, 
      scrubber: true,
      // custom height
      height: 30,
      // setup auto hide
      autoHide: 'always'
    }
  }

}
