 $(function(){
     var table = $('div.float-content').find('table');
     $('div.float-content').find("tr:nth-child(odd)").addClass("odd");
     $('div.float-content').find("td:nth-child(odd)").addClass("fix-width-table");

});

/*

 $(function(){
    $('div.group div.boxBottom a.full').click(function(event){

		event.preventDefault();

        var inBox = $(this).parents('div.group').find('div.inBox');
		inBox.find('div.full').slideToggle(800);
		inBox.find('div.short').slideToggle(800);
		$(this).toggleText("Close details", "More datails").toggleClass('open');
        return false;
    });
});

*/
