$(document).ready( function() {
	/*
    $('#top_carousel').jqFancyTransitions({ width: 708, height: 200, navigation: true, links: true, position: 'curtain' });
    */
	var items = $('#top_carousel').children().length;
	$('#top_carousel').nivoSlider({
		effect:'sliceDown',
		animSpeed: 1000,
        pauseTime: 5000,
        directionNav:false
	});
	
	var offset = items*($('.nivo-control').width()+6);
	var current_pos = parseInt($('.nivo-controlNav').css('left'));
	$('.nivo-controlNav').css('width', offset);
	$('.nivo-controlNav').css('left', (current_pos-offset) + 'px');

});
