//colorbox
$(document).ready(function(){$("a[rel='lightbox']").colorbox({title:function(){return $(".spanLegende", $(this).parent().parent()).html();}, maxWidth:"95%", maxHeight:"95%", current:"Image {current} sur {total}"});});
//credit image
$(document).ready(function(){$(".spanCredit").hide();$('.spanImgOuter').hover(function(){$(".spanCredit", this).fadeIn("fast");}, function(){$(".spanCredit", this).fadeOut("fast");})});
//legende image
$(document).ready(function(){$(".spanLegende").width(function(){return $("img:first", $(this).parent()).width() - parseInt($(this).css('paddingLeft')) - parseInt($(this).css('paddingRight'))});});
//external
$(document).ready(function(){$("a.external, a.document").click(function(){window.open(this.href); return false;})});
