$(document).ready(function(){
	/* add class ".navi-last" to the last item in navigation menu and remove image line */
	$(".navi li").filter(':last-child').addClass("navi-last");
	/* add class ".item-last" to the last item in featured used car item and remove margin bottom */
	$(".featured-car-item:nth-child(2)").addClass("item-last");
});

$(window).load(function() {
    $('#slider').nivoSlider({
		animSpeed: 500,
		pauseTime: 3000,
		directionNav:false,
		effect: 'fold',
		captionOpacity: 0
	});
});

$(document).ready(function(){
	$(".ucCompareContainerItem div:odd").addClass("odd");
	$(".ucCompareContainerTitles div:odd").addClass("odd");
	$(".ucCompareButton").addClass("button-round-orange");
	

});

