
$(function(){
$('#ImageGallery2 ul.rotateBanners').rotateBanners({
delayMS: 4000, //milliseconds
navPosition: "bottom-left",
navOffsetTop: 0, //pixels. can be negative
navOffsetLeft: 0, //pixels. can be negative
navShowPageNumbers: true,
startPaused: false,
rotateItemsSelector: 'li',
startOnItemNum: 1,
caption: "More Info",
captionAutoLink: true,
showCaptionDelay: 1500, //milliseconds
hideOverflow: true, //probably want true if using a caption, false if you want to move the navigation outside the banner area
animateOnClick: false
});
});


