$(document).ready(function(){
	$('#menu li').button();
	$('#serv').menu({
		content: $('#serviceItems').html(),
		crumbDefaultText: ' '
	});
	// Load the classic theme
	Galleria.loadTheme('css/galleria.classic.min.js');

	// Initialize Galleria
	
	$('#galleria').galleria({
		debug: false,
		autoplay:6000,
		_toggleInfo:false,
		carouselSteps: 6,
		transition:'fade',
		transitionSpeed:300,
		thumbFit:false,
		extend: function() {
			var gallery = this;
			
			$('.galleria-thumbnails .galleria-image').bind('mouseenter', function(e) {
				//gallery.setOptions('carouselFollow','false');
				gallery.show($('.galleria-thumbnails .galleria-image').index(this));	
				//$(this).click();				
				gallery.pause();
			});
			
			$('.galleria-thumbnails .galleria-image').bind('mouseleave', function(e) {
				gallery.play();
			});
		}
	});
	$().piroBox_ext({
		piro_speed: 700, //animation speed
		bg_alpha: 0.5, //background opacity
		slideShow : 'true', // true == slideshow on, false == slideshow off
		slideSpeed : 3					
	});
	$('#freeTrial').click(function(){
		window.location = 'freetrial';
	});
});
