$(document).ready(function() {
	$('#photos').galleryView({
	    panel_width: 440,
	    panel_height: 150,
	    frame_width: 110,
	    frame_height: 150,
	    overlay_color: '#222',
	    overlay_text_color: 'white',
	    caption_text_color: '#222',
	    background_color: 'transparent',
	    border: 'none',
	    nav_theme: 'light',
	    easing: 'easeInOutQuad',
	    pause_on_hover: true,
	    transition_speed: 800,
	    pause_on_hover: true
        });

	$('a[@rel*=lightbox]').lightBox();
//	$('.lightbox').lightBox();


	// Expander - rozwija tekst
	$('div.expandable p').expander({
    	    slicePoint:       140,  // default is 100
            expandText:         '[...]', // default is 'read more...'
            collapseTimer:    0, // re-collapses after 5 seconds; default is 0, so no re-collapsing
            userCollapseText: '[^]'  // default is '[collapse expanded text]'
         });
                      


});
