$(function(){

	/* Flash */
	$('.media').media({ 
		width:     770, 
		height:    172, 
		autoplay:  true, 
		params:    { wmode: 'transparent' }, // object params/embed attrs 
		caption:   false // supress caption text 
	}); 
	
	/* Colorbox */
	$("a[rel='lightbox[slide]']").colorbox();
	$(".iframe").colorbox({width:"350", height:"400", iframe:true});
	$(".video").colorbox({iframe:true, innerWidth:640, innerHeight:505});
	
});

