// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

$(document).ready(function(){
	$('div.rounded').corner("round 10px");
	$('div.homepagesearch').corner("round tr br 10px");
	$('li.rounded-tab').corner("round top 5px");
	$('ul.actions').corner("round bottom 10px");
	$('li.rounded-button').corner("round 10px");
	$('li.dynamic-tab').corner("round top 10px");
	$('li.active-tab').corner("round top 10px");
	$('#login-link').click(function() {
	      $('#login-box').toggle();
	});
	$('.lightbox').lightBox();

});

