$(document).ready(function() {

	$('blockquote p:last').addClass('blockquote-last');
    $('blockquote li:last').addClass('blockquote-last');
    $('blockquote').prepend('<div class="leftquote">');
    $('blockquote').append('<div class="rightquote right clearfix">');
	
	$(".accordion").accordion();
	
//	$('.collapsible .head').click(function() {
//		$(this).next().toggle(350);
//		$(this).toggleClass("active");
//		return false;
//	}).next().hide();
	
	$('ul.sf-menu').superfish({
		delay:       800,
		animation:   {opacity:'show',height:'show'},
		speed:       'fast',
		autoArrows:  false,
		dropShadows: false
	});
	
	// jQuery('#tabs').tabs({
		// fx: {  height: 'toggle', opacity: 'toggle', duration: 'normal'  },
		// select: function(event, ui) {
		// jQuery(this).css('height', jQuery(this).height());
		// jQuery(this).css('overflow', 'hidden');
		// },
		// show: function(event, ui) {
		// jQuery(this).css('height', 'auto');
		// jQuery(this).css('overflow', 'visible');
		// }
	// });

});
