/* ----- document ready ----- */

jQuery(document).ready(function($) {
			
    var options = {
        resizeLgImages:     true,
        displayNav:         true,
        handleUnsupported:  'remove',
        keysClose:          ['c', 27], // c or esc
        autoplayMovies:     true
    };
    Shadowbox.init(options);

	
	if( $('ul#img_fade').length ){
        $('ul#img_fade').innerfade({
            speed: 'slow',
            timeout: 5000,
            type: 'sequence',
            containerheight: '220px'
		});
	}
    
    
	if( $('ul.gallery').length ){    
        $('ul.gallery').galleria();
	}    

	
});
