﻿// PLEASE REPLACE THIS SCRIPT TO FIX BANNER ISSUE !
$(function () {
    $('#slider').nivoSlider();
	
	$("#sideContent").easySlider({
		auto: true, 
		continuous: true,
		prevText: ' ',
		nextText: ' ',
		pause: 4500
	});

}); 
 
