$(document).ready(function(){
     $("#top_menu td:last-child").addClass("last-child");
     $("table tr .col_1_4:last-child").addClass("last-child");

     this.row_1 = $("#row_1").height();
     this.mod_footer = $("#row_1 .module .module_footer").height();
     $("#row_1 .module .description").height( this.row_1 - this.mod_footer - 35);
     $("#row_1 .round_corner").height( this.row_1 - 35);

     this.row_2_1 = $("#row_2_1").height();
     this.mod_footer_2 = $("#row_2_1 .module .module_footer").height();
     $("#row_2_1 .module .description").height( this.row_2_1 - this.mod_footer_2 - 35);
     $("#row_2_1 .round_corner").height( this.row_2_1 - 35);

	if ($('.slider').length > 0)
	{
		$('.slider').cycle({
			fx: 'fade',
			timeout: 10000,
			speed: 2500
		});
	}

});


