$(document).ready(function() {
$("ul#gallery li.item_gallery a").fancybox({
'transitionIn'	: 'elastic',
'transitionOut'	: 'elastic'
});
});
