window.addEvent('domready', function(){
	new GalleryFilters('thumb-browser');

	new ThumbScroller($('thumb-browser').getElement('div.scroll'), {
		prev: $('thumb-browser').getElement('a.up'),
		next: $('thumb-browser').getElement('a.down'),
		active: 1,
		perGroup: 5
	});

	$f('player', '/swf/flowplayer.commercial-3.0.5.swf', {
		key: '$b6b03224db069c2acd1',
		clip: {
			autoPlay: false,
			Start: '0.01',
			autoBuffering: true
		},
		canvas: {
			backgroundColor: '#000000',
			backgroundGradient: [0.0, 0.0]
		},
		plugins: {
			controls: {
				/* you may want to remove the gradient */
				backgroundGradient: 'none',				
				// these buttons are visible
				all: false,
				scrubber: true,
				play: true,
				mute: true,
				volume: true,
				time: true,
				fullscreen: true,				
				// custom colors
				backgroundColor: '#201c1a',
				bufferColor: '#333333',
				progressColor: '#c69c6d',
				buttonColor: '#472716',
				buttonOverColor: '#a1420f',
				timeColor: '#c69c6d',				
				// custom height
				height: 25,				
				// setup auto hide
				autoHide: 'always',				
				// a little more styling
				width: '98%',
				bottom: 5,
				left: '50%',
				borderRadius: 5
			}
		},
		play: {
			width: 50,
			height: 50
		}
	}); 
});

