var $j = jQuery.noConflict();

$j(document).ready(function(){

	$j(".slide1").carouFredSel({
		width: 960,
		height: 350,
		items: {
			visible: 1,
			minimum: 1,
			width: 960,
			height: 350
		},
		scroll: {
			fx: "crossfade"
		},
		auto: 5500,
		prev: "#prev",
		next: "#next"
	});
	
	$j(".slide2").carouFredSel({
		width: 596,
		height: 447,
		items: {
			visible: 1,
			minimum: 1,
			width: 596,
			height: 447
		},
		scroll: {
			fx: "crossfade"
		},
		auto: 5500,
		prev: "#prev",
		next: "#next"
	});
	
	$j('#carousel').carouFredSel({
		width: 800,
		align: 'left',
		items: {
			visible: 4,
			width: 200
		},
		scroll: 1,
		auto: false,
		prev: '#carprev',
		next: '#carnext'
	});
	
	$j('.current-cat').children().css('display', 'inline');
	$j('.current-cat').parent().css('display', 'inline');
	
	$j('.entry.wide a:nth-child(5n+5)').addClass('fifth');

});	
