/**
 * @Copyright CSSJockey - Web Design and Development
 * @Website: http://www.cssjockey.com
 * @Terms of Use: http://www.cssjockey.com/terms-of-use
 * If you change the contents below sky will fall on your head!
 */
DD_roundies.addRule('.round', 5, true);

$(document).ready(function(){
    $('.slide-holder').cycle({
        fx:      'scrollUp',
        speed:    500,
        timeout:  2000
    });

    var $ul = $('#main-nav ul > li a');
    var el = $ul.eq($ul.length-1);
    $(el).addClass('nobg');

});
