/*------------------------------------------------
	*	Adding class to html-tag to hide sections 
		on page load without flickering
--------------------------------------------------*/
document.documentElement.className += " jsLoad";

/*------------------------------------------------
	*	start if DOM is ready
--------------------------------------------------*/
jQuery(document).ready(function($) {

 $("a[rel^='prettyPhoto']").prettyPhoto({
		animationSpeed: 'normal',
		padding: 40,
		opacity: 0.35,
		showTitle: true,
		allowresize: true,
		counter_separator_label: '/'
	});

/*
  $("a.popupImg[rel^='secondLink']").prettyPhoto({
		animationSpeed: 'normal', 
		padding: 40, 
		opacity: 0.35, 
		showTitle: true, 
		allowresize: true, 
		counter_separator_label: '/'
	});
*/


  
	$('.contThumbLeft2,.contThumbRight2').each(function(){
		$(this).find('a:gt(0)').hide();
	});

})
function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}
