$(document).ready(function() {
    $("a.imgShow").fancybox();



    $('.portfolio-rotator').carouFredSel({
            circular: true,
            height: 90,
            width: '950',
            scroll: {
                    items: 1,
                    fx   : 'scroll',
                    duration  : 1500,
                    pauseOnHover: true
            },
            auto: {
                    pauseDuration: 5000,
                    play: true
            },
            prev: {
                    button: $('#portfolio-rotator .prev')
            },
            next: {
                    button: $('#portfolio-rotator .next')
            }
    });

	// Using custom configuration
	$(".portfolio-rotatora").carouFredSel({
		items				: 2,
		direction			: "up",
		scroll : {
			items			: 1,
			easing			: "easeOutBounce",
			duration		: 1000,
			pauseOnHover	: true
		}
	});

});
//$(document).ready(function() {
//    $('#menuLeft').accordion({ 
//    active: false, 
//    header: '.head', 
//    navigation: true, 
//    event: 'mouseover', 
//    fillSpace: true, 
//    animated: 'easeslide' 
//});
//});
