// JavaScript Document

jQuery(document).ready(function() {

		// simple accordion
		
						

								
								
								
					// simple accordion
		
				
	$('#slides').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 8000



	});


  $(".arrowed a").hover(
						   
	   function () {
      $(this).animate({  paddingLeft: "10px"}, {queue:false, duration:300});
						   },
		function () {
      $(this).animate({ paddingLeft: "0px"}, {queue:false, duration:300});
						   }				   
						   
    );
  
  
	
easing = 'Back';
		
		function loadEasing(e) {
			location.href = 'index.html'+e;
		}
		
		function setEasing(e) {
			loadLamps(e);
		}	
		
});