jQuery(document).ready(function(){
	jQuery("a[rel='lightbox[1]']").colorbox();
	jQuery("#guestbookOpen").colorbox({width:"980px", height:"95%", iframe:true});
	jQuery("#guestbook2").colorbox({width:"980px", height:"95%", iframe:true});
	document.getElementById("pixOpen").href="#";
	
   

   
   jQuery('#kontaktClose').click(function(event) {
	jQuery('#kontaktBox')
	 .animate(
	  { left: posIn }, {
	   duration:400,
	   easing: 'easeOutCirc'
	  })
	 jQuery('#kontaktOpen')
	 .animate(
	  { left: 0 }, {
	   duration:400,
	   easing: 'easeOutCirc'
	  })
   });
  
   
   jQuery('#pixOpen').click(function(event) {
	actualPosition=document.getElementById('pixaroundBox').style.top
	if (actualPosition=="0px") {
		
		jQuery('#pixaroundBox')
	 .animate(
	  { top: "-400px" }, {
	   duration: 400,
	   easing: 'easeOutCirc' }
	  )
	  document.getElementById("pixOpen").style.backgroundImage="none";
	  
	  }
	 
	 else {
		 jQuery('#pixaroundBox')
	 .animate(
	  { top: 0 }, {
	   duration: 400,
	   easing: 'easeOutCirc' }
	  )
	   document.getElementById("pixOpen").style.backgroundImage="url(images/bg-pixopen.jpg)";
	  }
   });
   
   
   
   
   
   






});
