﻿$(function() {
    $("#rotation").cycle("fade");
    $("a[rel^=lightbox").slimbox({
        loop : false,
        counterText : false
    });
});