$(document).ready(function(){
	$(".SLIDE_BOX .slideGAMES").jCarouselLite({
    auto: 800,
    speed: 1000,
	btnNext: ".ranleft",
    btnPrev: ".ranright"
});

$(".SLIDE_BOX_random .slideGAMES").jCarouselLite({
    auto: 800,
    speed: 1000,
	btnNext: ".ranleft",
    btnPrev: ".ranright"
});
});
