
	$(function() {
		$('a.lightbox').lightBox();
		
		if( document.getElementById("player") ){
			
			$f("player", "/include/videoplayer/flowplayer-3.0.5.swf", { 
									
					/*canvas: {backgroundColor: "transparent"},*/
					
					/*plugins: {
					   controls: {
					      progressColor: '#b75679',
					      backgroundColor: '#52585a',
					      timeColor: '#f1bbd0',
					      borderRadius: '0',
					      sliderColor: '#b75679',
					      progressGradient: 'medium',
					      durationColor: '#d399af',
					      buttonOverColor: '#728B94',
					      buttonColor: '#b75679',
					      sliderGradient: 'none',
					      bufferGradient: 'none',
					      bufferColor: '#b75679',
					      backgroundGradient: 'none',
					      fullscreen:false, 
						  opacity:1.0
					   }
					},*/
					
					plugins: {
					   controls: {
							backgroundGradient: 'none',
					      	backgroundColor: '#52585a',
					      	bufferColor: '#b4c736',
					      	progressColor: '#838f20',
					      	timeColor: '#b4c635'
					   }
					}/*,
					
					clip: {  
					      autoPlay:false
					}*/
			} );			
			
		}

		
	});

