
function fotoGrande(foto){
	document.getElementById('foto_grande').src="http://www.motosnob.com.br/imagens/fotos/large/"+foto;
}

$(function(){
      $("#previews").mbScrollable({
        dir:"vertical",
        width:105,
        height:305,
        elementsInPage:4,
        elementMargin:0,
        controls:"#controle",
        slideTimer:600,
        autoscroll:false,
        scrollTimer:1000
      });

    });
