$(document).ready(function() {
	Cufon.replace('h3', {
		color: '-linear-gradient(#595959, #000)'
	});
	$('h3').css('font-size','20px');
	$('#coin-slider').coinslider({
		width: 439, // width of slider panel
		height: 170, // height of slider panel
		spw: 7, // squares per width
		sph: 5, // squares per height
		delay: 3000, // delay between images in ms
		sDelay: 30, // delay beetwen squares in ms
		opacity: 0.7, // opacity of title and navigation
		titleSpeed: 500, // speed of title appereance in ms
		effect: '', // random, swirl, rain, straight
		navigation: true, // prev next and buttons
		links : true, // show images as links
		hoverPause: true // pause on hover
	});
});
