jQuery(document).ready(function($)
{

	$("ul.sf-menu").superfish({
		autoArrows:  false,
	});
	
	$('.slide').cycle({ 
	    fx:     'fade', 
	    speed:  'fast', 
	    timeout: 10000, 
	    next:   '.next', 
	    prev:   '.prev' 
	});
	
	//Fancybox
	$("a[rel=gallery]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'inside',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span id="fancybox-title-over">' + title + '</span>';
		}
	});
	$("a[rel=gallery_link]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'inside',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span id="fancybox-title-over">' + title + '</span>';
		}
	});
	
	$("body#gallery #menu-item-16").addClass("current-page-ancestor");
	$("body#blog #menu-item-17").addClass("current-page-ancestor");
	$("body#gallery .page-item-49").addClass("current_page_item");
	$('body.parent-pageid-138 .col-left h2').replaceWith('<h2>Services</h2>');
		
});
