$(window).load(function() {
       $('#slider').plusSlider({
        displayTime: 5000, // The amount of time the slide waits before automatically moving on to the next one. This requires 'autoPlay: true'
        sliderType: 'slider', // Choose whether the carousel is a 'slider' or a 'fader'
	speed: 500,
		width: 538, // Overide the default CSS width
		height: 221 // Overide the default CSS width
	});

});

