$(document).ready(function(){
	
	$('#slider2').plusSlider({
		createArrows: false, // Creates forward and backward navigation
		displayTime: 5000, // The amount of time the slide waits before automatically moving on to the next one. This requires 'autoPlay: true'
		sliderType: 'fader', // Choose whether the carousel is a 'slider' or a 'fader'
		width: 526, // Overide the default CSS width -- note how images get resized/clipped
		height: 330 // Overide the default CSS height
	});
});
