jQuery(document).ready(function(){
var length=jQuery("#carousel li").length;
if(length>6){
 jQuery("#carousel").jCarouselLite({
      btnNext: "#next",
      btnPrev: "#prev",
	visible: 6
 });
}
});

//播放器代码
function showVideoInfo(title,intro){
try{
	document.getElementById("roll_id").innerHTML=title;
}catch(e){
}	
}
