$(document).ready(function(){

 

$('#navigation').show();
$('#pagetitle').show();

 $(".scrollable").scrollable(); 
 
 
 
 
$('#slider3').nivoSlider({
			
			
		effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
		animSpeed:500,
		pauseTime:5000,
		startSlide:0, //Set starting Slide (0 index)
		directionNav:true, //Next & Prev
		directionNavHide:false, //Only show on hove
		pauseOnHover:false,
		controlNavThumbs:true, //Use thumbnails for Control Nav
		controlNavThumbsFromRel:true //Use image rel for thumbs
		
		});
	
	
	
	
        
    });
