/* Frontend jquery Scripts */
function initLightbox(element) {
	$(function() {
		$(element).lightBox(lightboxSettings);
	});
}
function initGallery() {
	$(document).ready(function(){
		$('#bigpic').fadeIn('slow');
	    if ( $('#description p').length ){
	      	$('#description').fadeIn('slow');
		};
	});
}