$(document).ready(function(){

    
});

function addbasketalert(){

	$('#horizontal_slide').stop(true, true).animate({ marginLeft: 0 }, 500, function(){			setTimeout( function(){ 
			$('#horizontal_slide').stop(true, true).animate({ marginLeft: 383 }, 500 )
		}, 3000 ); 

	});

}
