$(document).ready(function() {
	$('#slideshow').cycle();
	Cufon.replace('h2', {
		textShadow: '#222 2px 2px'
	});
	Cufon.replace('h3', {
		textShadow: '#222 2px 2px'
	});

    var myBorder = RUZEE.ShadedBorder.create({ corner:6, shadow:12 });
    myBorder.render($('.rounded'));
});

