$(document).ready(function(){
					// Set up our options for the slideshow...
var myOptions = {
    noImages: 21, // Number of images
    path: "http://www.cjdombosco.com.br/imgs/TVQuery/slideshow_images/", // Relative path with trailing slash.
    timerInterval: 3000, // 6500 = 6.5 seconds
    randomise: true // Start with random image? true=yes/false=no
};

// Initiate the Easy Slides plugin, assigning it to your contaner DIV...
  $('#slideshow_container').easySlides(myOptions);
})
