//window.addEvent('domready', function()
//{
//	
//	if ($('form_cont'))
//	{
//		
//		$$('#form_cont .input_cont input, #form_cont .input_cont textarea').addEvent('blur', function()
//		{
//			if (this.value == '')
//				this.value = this.defaultValue;
//		});
//		
//		$$('#form_cont .input_cont input, #form_cont .input_cont textarea').addEvent('focus', function()
//		{
//			if (this.value == this.defaultValue)
//				this.value = ''
//		});
//		
//	}
//	
//});


jQuery(document).ready(function(){ // document.ready START - DO NOT REMOVE.

jQuery("a[rel='example1']").colorbox({photo:true});


jQuery("a[rel='example2']").colorbox({photo:true});


    $('.slideshow').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});



});


