// JavaScript Document
$(function() {
$('.titan-lb').fancybox({
thumbs : {
showOnStart : true
},
hash : true
});
})