/* JS File for Indian Garden */

$(document).ready(function(){

	// Init Slider
	$('#sliderImages').nivoSlider({
		effect: 		'fade',
		slices: 		11,
		animSpeed: 		400,
		pauseTime: 		5000,
		directionNav: 	false,
		controlNav: 	false,
		keyboardNav: 	false,
		pauseOnHover: 	true
	});
	
	// Init Fanccybox
	$('.gallery a').fancybox({
		overlayOpacity:	0.8,
		overlayColor:	'#000',
		titlePosition:	'inside'
	});
	
	// external Links
	$('a.extern').attr('onclick', 'window.open(this.href); return false;');
});
