function postSnippet()
{
	jQuery('ul#postSnippet').jcarousel({
		scroll: 1,
		easing: 'easeInOutQuad',
		animation: 1500,
		wrap: 'last',
		auto: 6,
		buttonNextHTML: false,
		buttonPrevHTML: false
	});
}

$(document).ready(function(){
	postSnippet();
});