	$(document).ready(function(){	
		$("#slider").easySlider({
			orientation:'horizontal',
        prevText: '&nbsp;',         // text for autogenerated prev link
        nextText: '&nbsp;',       // text for autogenerated next link
        autogeneratePagination: true, // will automatically generate pagination links
        orientation: '',              // 'vertical', or anything else will assume horizontal
        speed: 800,                   // duration of a transition
        loop: true                   // loop around the content
		});
		$("#slider2").easySlider({
			orientation:'horizontal',
        prevText: '&nbsp;',         // text for autogenerated prev link
        nextText: '&nbsp;',       // text for autogenerated next link
        autogeneratePagination: true, // will automatically generate pagination links
        orientation: '',              // 'vertical', or anything else will assume horizontal
        speed: 800,                   // duration of a transition
        loop: true,                   // loop around the content
			prevId: 		'prevBtn2',
			nextId: 		'nextBtn2'	
		});
		$("#slider3").easySlider({
			orientation:'horizontal',
        prevText: '&nbsp;',         // text for autogenerated prev link
        nextText: '&nbsp;',       // text for autogenerated next link
        autogeneratePagination: true, // will automatically generate pagination links
        orientation: '',              // 'vertical', or anything else will assume horizontal
        speed: 800,                   // duration of a transition
        loop: true,                   // loop around the content
			prevId: 		'prevBtn3',
			nextId: 		'nextBtn3'	
		});
		$("#slider4").easySlider({
			orientation:'horizontal',
        prevText: '&nbsp;',         // text for autogenerated prev link
        nextText: '&nbsp;',       // text for autogenerated next link
        autogeneratePagination: true, // will automatically generate pagination links
        orientation: '',              // 'vertical', or anything else will assume horizontal
        speed: 800,                   // duration of a transition
        loop: true,                   // loop around the content
			prevId: 		'prevBtn4',
			nextId: 		'nextBtn4'	
		});
		$("#slider5").easySlider({
			orientation:'horizontal',
        prevText: '&nbsp;',         // text for autogenerated prev link
        nextText: '&nbsp;',       // text for autogenerated next link
        autogeneratePagination: true, // will automatically generate pagination links
        orientation: '',              // 'vertical', or anything else will assume horizontal
        speed: 800,                   // duration of a transition
        loop: true,                   // loop around the content
			prevId: 		'prevBtn5',
			nextId: 		'nextBtn5'	
		});
		$("#slider6").easySlider({
			orientation:'horizontal',
        prevText: '&nbsp;',         // text for autogenerated prev link
        nextText: '&nbsp;',       // text for autogenerated next link
        autogeneratePagination: true, // will automatically generate pagination links
        orientation: '',              // 'vertical', or anything else will assume horizontal
        speed: 800,                   // duration of a transition
        loop: true,                   // loop around the content
			prevId: 		'prevBtn6',
			nextId: 		'nextBtn6'	
		});
		$("#slider8").easySlider({
			orientation:'horizontal',
        prevText: '&nbsp;',         // text for autogenerated prev link
        nextText: '&nbsp;',       // text for autogenerated next link
        autogeneratePagination: true, // will automatically generate pagination links
        orientation: '',              // 'vertical', or anything else will assume horizontal
        speed: 800,                   // duration of a transition
        loop: true,                   // loop around the content
			prevId: 		'prevBtn8',
			nextId: 		'nextBtn8'	
		});
	});

