jQuery(document).ready(function($)
{
	AwesomeSlider({
		htmlIdentifier: '#slider_demo_1',
		xmlSource: 'xml/slider_1.xml',
		continuous: true,
		timer: 10000,
		hasFading: true,
		hasHeightToggleing: false,
		fading: 1000
	});
	
	AwesomeSlider({
		htmlIdentifier: '#slider_demo_2',
		xmlSource: 'xml/slider_2.xml',
		continuous: false,
		hasFading: true,
		hasHeightToggleing: true,
		fading: 1000,
		heightToggleing: 1000
	});	
	
	AwesomeSlider({
		htmlIdentifier: '#slider_demo_3',
		xmlSource: 'xml/slider_3.xml',
		continuous: false,
		hasFading: false,
		hasHeightToggleing: true,
		heightToggleing: 1000
	});
});
