$(document).ready(function()   
{	

	$(".slider_button_1").click(
		function() {			
			$("#slider").stop().animate({marginLeft: 0}, 1000);
		}
	);

	$(".slider_button_2").click(
		function() {			
			$("#slider").stop().animate({marginLeft: -1920}, 1000);
		}
	);

	$(".slider_button_3").click(
		function() {			
			$("#slider").stop().animate({marginLeft: -3840}, 1000);
		}
	);

	$(".slider_button_4").click(
		function() {			
			$("#slider").stop().animate({marginLeft: -5760}, 1000);
		}
	);
	
	if(window.location == "http://www.cayennespa.co.za/?s=sent") {
		$("#slider").stop().animate({marginLeft: -5760}, 1000);		
	}
	
	if(window.location == "http://cayennespa.co.za/?s=sent") {
		$("#slider").stop().animate({marginLeft: -5760}, 1000);		
	}
	
	if(window.location == "http://www.cayennespa.co.za/?s=error") {
		$("#slider").stop().animate({marginLeft: -5760}, 1000);		
	}
	
	if(window.location == "http://cayennespa.co.za/?s=error") {
		$("#slider").stop().animate({marginLeft: -5760}, 1000);		
	}
	
});
