$(function() {
    $(".anyClass").jCarouselLite({
		auto: 800,
		speed: 3000,
        btnNext: ".next1",
        btnPrev: ".prev",
		visible: 2		
    });
});
$(document).ready(function () {	
	if($("#content_slider_news").height()){
	var height = $("#content_slider_news").outerHeight();
	$("#contentHomepage").css("height", height+397);}
    
    $('div.prev + div>div.anyClass').width('535px');				
});

