/* Nome Cliente 	Nome Cliente */
/* Creato:			00/00/2010 */
/* Autore:			fabio@evoluzionetelematica.it */
/* Ultima Modifica:	gg/mm/aaaa	Autore: Nome Cognome */

//<![CDATA[

			$(document).ready(function(){
			
			
			
			if ($('.slideshow').length > 0) {
				$('.slideshow').cycle({
					fx: 'fade'
					//speed:  2500
				});
			}
			
			
			if ($("a[rel='gallery']").length > 0) {
				
				$("a[rel='gallery']").colorbox();
			}
			
			if ($('.gallery').length > 0) {
						$(".gallery").colorbox({iframe:true, innerWidth:640, innerHeight:450});
			}
			
			if ($('.gallery').length > 0) {
						$(".gallery").colorbox({iframe:true, innerWidth:640, innerHeight:450});
			}
	

			
			
			});


//]]>
