$(document).ready(function(){
$('.auto-slideshow').cycle({ fx: 'fade', speed: 2000, timeout: 5000, sync: 0 });
$('.manual-slideshow').cycle({ fx: 'fade', speed: 800, timeout: 0, sync: 0, next: '#portfolio-controls .next', prev: '#portfolio-controls .prev' });
});

$(function() {
$("#carousel.television").jCarouselLite({
btnNext: ".next",
btnPrev: ".prev",
mouseWheel: true,
visible: 2,
scroll: 1
});
});

$(function() {
$("#carousel.print").jCarouselLite({
btnNext: ".next",
btnPrev: ".prev",
mouseWheel: true,
visible: 3,
scroll: 1
});
});
