$('html, body').animate({
scrollTop: 450 }, 2000);
$(function(){
$('#img-fig-inicial').cycle({
timeout: 4000,
pager: '#nav'
});
});
$(function(){
$('#slide-imagem ul').cycle({
fx: 'fade',
speed: 4500,
timeout: 3000,
next: '#proximo',
prev: '#anterior',
pager: '#pager'
});
});
$(document).ready(function() {
$("a[rel=example_group]").fancybox({
'transitionIn' : 'none',
'transitionOut' : 'none',
'titlePosition' : 'over',
'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
return ''+ (title.length ? ' ' + title : '') + '';
}
});
});