jQuery(document).ready(function($) {
   $("a.actual").prettyPhoto({theme: 'facebook', showTitle: false, social_tools: false, overlay_gallery: false});
   
   $('.slider').cycle({
    fx:'fade',
    pager:'.pages',
    pagerAnchorBuilder: function(idx, slide) { 
     return '<li><a href="#">work item</a></li>'; 
    },
    timeout: 0       
   }); 
   
   $('#start, #toform').click(function(){
		  $.scrollTo('.hire-me h3',800);
		  return false;
	});
});
