﻿$(function() {
    $("#rotate-pic-container").before('<div id="rotate-img-nav">').cycle({
        fx: 'fade',
        timeout: 12000,
        cleartypeNoBg: true,
        pager: '#rotate-img-nav',
        pagerAnchorBuilder: function(idx, slide) {
            return '<a href="#"><span>'+idx+'</span></a>';
        }
    });
});


