$(document).ready(function(){
$('#slider2').plusSlider({
        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: 980, // Overide the default CSS width
		height: 481 // Overide the default CSS width
});
});

