jQuery(document).ready(function($){
    
	$('.nyroOups').nyroModal({
	  width: 430,
	  minHeight: 205,
	  bgColor:'#333333',
	  closeButton: '<a href="#" class="nyroModalClose" id="closeBut2" title="close">Close</a>' // Adding automaticly as the first child of #nyroModalWrapper 
  });
  $('.nyroPop').nyroModal({
	  width: 800,
	  height: 600,
	  bgColor:'#333333',
	  closeButton: '<a href="#" class="nyroModalClose" id="closeBut2" title="close">Close</a>' // Adding automaticly as the first child of #nyroModalWrapper 
  });
  $('.nyroPop2').nyroModal({
	  width: 430,
	  minHeight: 205,
	  bgColor:'#333333',
	  closeButton: '<a href="#" class="nyroModalClose" id="closeBut2" title="close">Close</a>'
  });
  
  $('.nyroModal').nyroModal({
	  bgColor:'#333333'
  });
  
});
