/*
function startGalerias()
{
jQuery('.sliderhab').cycle({ fx: 'fade', speed: 500, prev: '#prev', next: '#next', pause: 1 });
jQuery('.sliderhab >  a').lightBox({fixedNavigation:true});
}
startGalerias();
*/
