$('div.navigation').css({'width' : '200px', 'float' : 'left'});
$('div.img-content').css('display', 'block');

$(document).ready(function() {				
	// Initialize Minimal Galleriffic Gallery
	$('#thumbs').galleriffic({
		imageContainerSel:      '#slideshow',
		controlsContainerSel:   '#controls',
		captionContainerSel:    '#caption',
		renderSSControls:        false,
		enableTopPager:          false,
		enableBottomPager:       false,
		numThumbs:				 6,
		syncTransitions:           true,
		autoStart:                 true,
		delay:                     5000 // in milliseconds
		
	});
});
