$(function(){
	if( $('li').length > 0 ) $('li:last-child').addClass('last-child');
	if( $('*[slider="yes"]').length > 0 ) $('*[slider="yes"]').carousel({ 'slideshow_start': false, 'hover_pause': false, 'delay': 300, 'time': 5000 });
	if( $('a[rel="gallery"]').length > 0 ) $('a[rel="gallery"]').fancybox({'titlePosition':'over','overlayColor':'#000','overlayOpacity':0.6});
	$("#scroller").simplyScroll({
		autoMode: 'loop'
	});
})
