jQuery(document).ready(function($){
		

/*	var highestCol = Math.max($('#left').height(),$('#right').height());
    $('#left').height(highestCol);
    $('#right').height(highestCol);
    
   	var photo = Math.max($('.photo').height());
    $('.photo').height(photo);     

	$("#content_right table tr:even").addClass("even");
	$("#content_right table tr:odd").addClass("odd");
	$("#navigation #menu ul").addClass("sf-menu");*/


	$(".home .photo").capslide({
        caption_color	: 'white',
        caption_bgcolor	: 'black',
        overlay_bgcolor : '#794a1e',
        border			: '',
        showcaption	    : false
    });

	$(".single .photo").capslide({
        caption_color	: 'white',
        caption_bgcolor	: 'black',
        overlay_bgcolor : '#794a1e',
        border			: '',
        showcaption	    : false
    });
    
    $('ul#photo-archive li a').tooltipsy();
    $('ul#carousel li a').tooltipsy();

});
