/* 
	Description: Javascript & jQuery functions
	Author: Miguel Estrada
	Author URI: http://bleucellar.com/
*/
//Cufon code placed outside of ready jquery method to properly function
Cufon.replace('h2, h3, h4, h5, h6, .cufon');

$(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({
		theme:'dark_square',
		show_title:false,
		keyboard_shortcuts:false
	});
	$("a.white-box[rel^='prettyPhoto']").prettyPhoto({
		theme:'light_square',
		show_title:false,
		keyboard_shortcuts:false
	});
});
