jQuery(window).load(function(){
	jQuery("#header_thumbnails").nivoSlider({
		animSpeed:500,
        pauseTime:5000,
		pauseOnHover:false,
		directionNav:false,
		directionNavHide:false,
		controlNav:false,
		controlNavThumbs:false,
		controlNavThumbsFromRel:false,
		keyboardNav:false,
		manualAdvance:false 
	});
	
	jQuery('.nivo-directionNav').width(jQuery('.nivo-controlNav').outerWidth(true)+23);
});
