$(document).ready(function()
  {
  SexyLightbox.initialize(
    {
    find: 'cx-sexylightbox',
	color: 'white',
	dir: js_rwb+'data/plugins/sexylightbox/images',
	emergefrom: 'bottom',
	OverlayStyles:
	  {
      'background-color':'#000',
      'opacity': 0.5
  	  }
	});
  });
