jQuery.noConflict();
jQuery(document).ready(function() { 		
		//Show and Hider
		/*jQuery("dt>a").toggle(function(){
			jQuery(jQuery(this).parent().next()).animate({ height: 'show', opacity: 'show' }, 300 );
   		},function(){
    		
			jQuery(jQuery(this).parent().next()).animate({ height: 'hide', opacity: 'hide' }, 300);
  		});
		jQuery("dd").hide();*/
		
		

		
		//http://malsup.com/jquery/cycle/
		jQuery('.slideshow').cycle({fx: 'fade',timeout:6000   // choose your transition type, ex: fade, scrollUp, shuffle, etc...});
		});

		/*jQuery('.slideshow2').cycle({fx: 'fade',timeout:3000  // choose your transition type, ex: fade, scrollUp, shuffle, etc...});
		});*/		
		
		

	
});
