jQuery(document).ready(function($) {

$(function() {
	$('.thickbox').lightBox({fixedNavigation:true});
});

});


