$(document).ready(function(){

	// Color Box Stuff
	$('a.lightbox_youtube').colorbox( {innerWidth:"490px", innerHeight:"400px", iframe:true} );
	$('a.lightbox_small').colorbox( {width:"435px", height:"394px", iframe:true} );
	$('a.lightbox_medium').colorbox( {width:"700px", height:"500px", iframe:true} );
	$('a.lightbox_large').colorbox( {width:"900px", height:"700px", iframe:true} );
	$('a.lightbox').colorbox();
	
	// Alternating rows
	$('table.fancy_table tr:even:not(:first-child)').addClass("alt_row");

});
