$(function(){
  		$(".videolink").colorbox({ 
    	    	scrolling:false,
				iframe:true,
				innerWidth:800, 
				innerHeight:500,			
    	    	/*width:800, 
    	    	height:500, */
    	    }); //end .videolink .colorbox		
	});	
/*	
$(function(){
  		$(".videolink").colorbox({ 
    	    	scrolling:false, 
    	    	width:800, 
    	    	height:500, 
    	    	html:function(){ 
    	    		return $('<a/>',{id: 'player', href: $(this).attr('href')}); 
    	    	},
    	    	onComplete:function(){ 
    	    		var flvp = "http://www.campmkn.com/assets/swf/flowplayer-3.2.6-0.swf"; 
    	    		flowplayer("player", flvp,  { 
    	    		                clip: { 
    	    		                        autoPlay: true, 
    	    		                        autoBuffering: true 
		        		            },
		        		            plugins: {
  								controls: {
    									autoHide: "always"
  									}
								}
    	    		});//end flowpayer
    	    	}//end onComplete
    	    }); //end .videolink .colorbox		
	});	
*/	
