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


