$(document).ready(function(){
$('.canimation').canimate({
totalFrames: 55,
imagePrefix: 'biblia',
fps: 20,
preload:true
});
}); 
