Cufon.replace('h1,h2,.entry h3,#main-nav a,#claim p', { fontFamily: 'Bliss Pro', hover: true });
Cufon.replace('.offer h2,.color-box h2,.registration a', { fontFamily: 'Arial Black', hover: true });

jQuery(document).ready(function($){	
	/* Slider */
	
	$("#side-slider").sudoSlider({ 
		auto: true,
		pause: '10000',
		numeric: false
	});
	
	/* Entry */
	
	$('.entry p.more a').append("<span>");
	
	$(function() {
		$('.ngg-gallery-thumbnail a').lightBox();
	});
	
});

jQuery.noConflict();
