jQuery(window).load(function(){ //jQuery(window).load() must be used instead of jQuery(document).ready() because of Webkit compatibility				
				
				// Photo slider > Bullets nav
				jQuery(".photoslider-bullets").sliderkit({
					auto:true,
					circular:true,
					mousewheel:true,
					shownavitems:8,
					panelfx:"sliding",
					panelfxspeed:2000,
					panelfxeasing:"easeOutExpo" // "easeOutExpo", "easeInOutExpo", etc.
				});
			});	
