// JavaScript Document
// old one before replace with script_slideshow_3
//$(document).ready(function(){	
//
//				$('#slideShow  img:gt(0)').hide();
//
//				setInterval(function(){
//
//				  $('#slideShow :first-child').fadeOut(3000)
//
//					 .next('img').fadeIn(3000)
//
//					 .end().appendTo('#slideShow');}, 
//
//				  4000);
//
//});
//
jQuery(document).ready(function($){	
				$('#slideShow  img:gt(0)').hide();
				setInterval(function(){
				  $('#slideShow :first-child').fadeOut(2000)
					 .next('img').fadeIn(2000)
					 .end().appendTo('#slideShow');}, 
				  6000);
});
