/**
 *
 * Slideshow
 *
 */
var Slideshow = {

  /**
   *
   * img
   *
   */
  'img': {

    /**
     *
     * clique
     *
     */
    'clique': function (eventoPadraoObj) {

      location.href = $(this).attr('href');

      eventoPadraoObj.preventDefault();

    }  // clique

  }  // img

};  // Slideshow