$(document).ready(function() {
	var width = $('#home-news').width()
	$('#home-news').jCarouselLite({
		btnPrev: '.prev',
		btnNext: '.next'
	});
	$('#home-news').width(width);
	

    var width = $('#slideshow').width()
    $('#slideshow').jCarouselLite({
        auto: 5000,
        speed: 1000
    });
    $('#slideshow').width(width);
});
