(function($) {

$(document).ready(function() {

    // SLIDER
    $("#home-slider").scrollable({circular: true}).autoscroll(8500).navigator({
	navi: "ul.slide-nav",
	naviItem: 'span',
	activeClass: 'current'
    });

    // STYLE MODULE TITLES
    $("#foxboro_col1 .block .pad h3 span#module-title").removeAttr("id");

});

})(jQuery);
