﻿$(document).ready(function() {
    $('a[rel*=lightbox]').lightBox();
});


$(function(){
$("tabs").each(function(){$(this).css("height",$(this).height()+"px");});
$("#tabs").tabs({selected: null,deselectable: true,fx: { height: 'toggle' }});

$('div.show:eq(0)> div').hide();
$('div.show:eq(0)> h3').click(function() {
$(this).next().slideToggle('fast');
});


