$(document).ready(function(){

	$(".stripeme tr:nth-child(odd)").addClass("alt");

	$('#features').jshowoff({ autoPlay: true, changeSpeed:1000, controls:true, effect:'fade', hoverPause:false, links:true, speed:12000});
	$('#galFeatures').jshowoff({ autoPlay: false, changeSpeed:200, controls:false, cssClass:'galFeat', effect:'slideLeft', hoverPause:false, links:true, speed:12000});
	
	
	$("a.mygal").fancybox({
	'padding'			:	40,
	'overlayOpacity'	:	.5,
	'overlayColor'		:	'#000',
	'titlePosition'		:	'inside',
	'enableEscapeButton':	'true'	
	});
	
	$('.nojs').hide(); 

});

function pageLoad() {
	$("a.mygal").fancybox({
	'padding'			:	40,
	'overlayOpacity'	:	.5,
	'overlayColor'		:	'#000',
	'titlePosition'		:	'inside',
	'enableEscapeButton':	'true'	
	});
}
