fp_config = {

	clip: {
		autoPlay: true,
		bufferLength:5
	},                                                                                                    

	plugins: {
		controls: {
		// display properties
//			bottom:0,
//			height:30,
//			backgroundColor: '#CCAA55',
//			backgroundGradient: 'medium',
//			autoHide: 'never',

//			timeColor:'#ffffff',
//			durationColor:'#dddd00',
//			progressColor:'#000000',
//			progressGradient:'medium',
//			bufferColor:'#555555',
//			bufferGradient:'medium',
//			sliderColor:'#000000',
//			sliderGradient:'none',
//			buttonColor:'#777777',
//			buttonOverColor:'#999999',
			play:true,
			volume:true,
			mute:true,
			time:true,
			stop:false,
			playlist:false,
			fullscreen:true,
			scrubber:true
		}
	},

	play: {
		opacity: 1,
		label: null,
		replayLabel: 'Смотреть ещё раз',
		fadeSpeed: 100,
		rotateSpeed: 50
	}                                                                                                       
};

