$(document).ready(function(){
	
	$('#nivoSlider').show();	
    $('#nivoSlider').nivoSlider({
        effect:'sliceUp', //Specify sets like: 'fold,fade,sliceDown, sliceDownLeft, sliceUp, sliceUpLeft, sliceUpDown, sliceUpDownLeft'    

        slices:15,
        animSpeed:400,
        pauseTime:8000,
        startSlide:0, //Set starting Slide (0 index)
        directionNav:true, //Next & Prev
        directionNavHide:false, //Only show on hover
        controlNav:false, //1,2,3...
        controlNavThumbs:false, //Use thumbnails for Control Nav
        controlNavThumbsFromRel:false, //Use image rel for thumbs
        controlNavThumbsSearch: '.jpg', //Replace this with...
        controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
        keyboardNav:true, //Use left & right arrows
        pauseOnHover:true, //Stop animation while hovering
        manualAdvance:false, //Force manual transitions
        captionOpacity:1, //Universal caption opacity
        beforeChange: function(){},
        afterChange: function(){},
        slideshowEnd: function(){} //Triggers after all slides have been shown
    });
	$('#nivoSlider').show();
    
});


Cufon.replace('ul#menu > li > a, .text1, h1, h2, h3, h5, h6, .big_tittle, .button, .button2, .button3, figcaption, .tabs2 ul.nav, .posts .date', { fontFamily: 'Franchise', hover:true });
Cufon.replace('.lobster, .dropcap1 .tittle, blockquote, .quot, .text_404, .gallery1 .text, .banners, .posts .text', { fontFamily: 'Lobster 1.1', hover:true });

