$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({ theme: 'facebook' , default_width: 400, default_height: 400, allowresize: false });

	$("span#hireMeButton").css({
		 'padding' : '6px 12px',
		 'font-size' : '28px',
		 'font-weight' : 'bold',
		 'color' : 'black',
		 'text-shadow' : 'white 1px 1px 0px'
	});
	
	$("span#hireMeButton").styledButton({
		'orientation' : 'alone',
		'action' : function () { $.prettyPhoto.open('#hire_me','HIRE ME',''); },
		'display' : 'block'
	});			
});