jQuery(document).ready(function($) {
	$('.ngg-widget a img').addClass('colorbox-68');
	
	$('#slider').anythingSlider({
		width: 615,
		height: 275,
		hashTags: false,
		buildArrows: false,
		autoPlay: true,
		autoPlayLocked: true,
		animationTime: 500,
		delay: 10000,
	});
	
});

