$(document).ready(function() {		// We only want these styles applied when javascript is enabled	//$('div.navigation').css({});	//$('div.gallerific_content').css('display', 'block');	// Initialize Minimal Galleriffic Gallery	if ($('#thumbs').length > 0) {		$('#thumbs').galleriffic({			delay:					5000,			imageContainerSel:      '#slideshow',			controlsContainerSel:   '#controls',			autoStart : 			true,			renderSSControls:		false,			renderNavControls: 		false		});	}});
