
(function($) {
	$(window).load(function(){
		if ( $.browser.msie && $.browser.version < 9 ) {
			$('#coin-slider').show().coinslider({
				width: 700,
				height: 466,
				delay: 8000,
				titleSpeed: 1800,
				opacity: 0.7,
				navigation: true,
				hoverPause: true,
				effect: 'random',
				spw: 3,
				sph: 2,
				sDelay: 5
			});
		} else {
			$('#coin-slider').show().coinslider({
				width: 700,
				height: 466,
				delay: 8000,
				titleSpeed: 1800,
				opacity: 0.7,
				navigation: true,
				hoverPause: true,
				effect: 'random',
				spw: 4,
				sph: 2,
				sDelay: 40
			});
		} 

		$('.cs-buttons').css({
			'margin-left': '-255px'
		});
	});
	

	

//FANCYZOOM SETUP
	$.fn.fancyzoom.defaultsOptions.imgDir='resources/';
	//$.fn.fancyzoom.defaultsOptions.showoverlay = false;
	
	$('#raku_pics a').fancyzoom({Speed: 350});
	$('#firing_pics a').fancyzoom({Speed: 360});
	$('#stoneware_pics a').fancyzoom({Speed: 350});
	$('#boutique_pics a').fancyzoom({Speed: 350});
	$('#artist_pics a').fancyzoom({Speed: 350});
	//$('a.tozoom').fancyzoom({Speed:1000});
	//$('a').fancyzoom({overlay:0.8});
	//$("img.fancyzoom").fancyzoom();
	
//TOOLTIPS
	
	$("[title]").tooltip({
		position: "top right"
	});

})(jQuery);
