$(document).ready(function() {

	$(function() {
	    $('.sample a').lightBox({
			overlayBgColor: '#ffffff',
			overlayOpacity: 0.75,
			imageLoading: 'http://example.com/images/loading.gif',
			imageBtnClose: 'http://example.com/images/close.gif',
			imageBtnPrev: 'http://example.com/images/prev.gif',
			imageBtnNext: 'http://example.com/images/next.gif',
			containerResizeSpeed: 350,
			txtImage: '',
			txtOf: 'of'
		   });
	});
	
});

	
Cufon.replace('h1', { fontFamily: 'DINProLight' });
Cufon.replace('h2', { fontFamily: 'DINProLight' });
Cufon.replace('#navigation ul ul li a', { fontFamily: 'DINProBold' });
Cufon.replace('#cms-navigation ul li a', { fontFamily: 'DINProBold' });
