$(document).ready(function(){
	$.preloadCssImages();
	adjustMainHeight(-100);	
});

/* TOGGLE CONTENT */
$('#hide_content').click(function() { toggleContent('hide') });
$('#show_content').click(function() { toggleContent('show') });

/*GALLERY*/
$('.gallery_post span.overlay').click(function() { var url = $(this).parent().children('a:first').attr('href'); window.location=url; });

/* LIGHTBOX */
$("a[rel='lightbox']").colorbox();

