/**
 * @version $Id$
 * @author Viames Marino
 */

// player
var conf = {
	defaults: {		
		autoPlay: false,
		autoBuffering: true
	},
	skins: {
		gray:  {
			backgroundColor: '#666666',
			buttonColor: '#333333',
			time: false
		}
	}	
};
