function prepareLightbox(a){$("a[rel*='lightbox']").each(function(){var c=this.rel.split("-");var b=$.extend({rel:"nofollow",iframe:true,innerWidth:c[1],innerHeight:c[2]},a);$(this).colorbox(b)});$("a[rel='noIframeLightbox']").each(function(){$(this).colorbox(a)})}function getConfig(){return{rel:"nofollow",transition:"fade",opacity:0.6,speed:300,scrolling:false,overlayClose:false,close:locale.sFermer,onOpen:function(){$("#cboxLoadingOverlay").remove();$("#cboxTitle").remove();$("#cboxCurrent").remove();if($.browser.msie&&($.browser.version=="6.0")||($.browser.version=="7.0")){$("body").css({position:"fixed"})}},onLoad:function(){$("#cboxClose").hide();$("#cboxClose").hover(function(){$(this).css({color:"#E1E0DF"})},function(){$(this).css({color:"#FFFFFF"})})}}}$(document).ready(function(){prepareLightbox(getConfig())});
