jQuery.noConflict(); 
jQuery(document).ready(function(){
	
	jQuery('.dones').show();
	jQuery(".newsticker-jcarousellite").jCarouselLite({
		vertical: true,
		visible: 4, 
		auto:3500,  
        speed:1000    
		});	 
	jQuery(".newsticker-jcarousellite2").jCarouselLite({
		visible: 1, 
		auto:7000,  
        speed:1,
		beforeStart: function(a) {
			jQuery(a).parent().fadeTo(1000, 0);
			},
		afterEnd: function(a) {
			jQuery(a).parent().fadeTo(1000, 1);
			}
		});
	jQuery(".newsticker-jcarousellite4").jCarouselLite({
		visible: 1,
		auto:5000,
		speed:1,
		beforeStart: function(a) {
				jQuery(a).parent().fadeTo(1000, 0);
				},
				afterEnd: function(a) {
				jQuery(a).parent().fadeTo(1000, 1);
				}
		}); 
	});  
jQuery(document).ready(function(){  
	jQuery('a.slide').click(      
		function() {         
			jQuery(this).hide();     
			jQuery(this).parent().parent().find('ul').show("slow");     
			jQuery(this).parent().find('a.collapse').show();     
			}   
		);
	jQuery('a.collapse').click(      
		function() {         
			jQuery(this).hide();     
			jQuery(this).parent().parent().find('ul').hide("slow");     
			jQuery(this).parent().find('a.slide').show();     
			}   
		);
	jQuery('.popsite').click(        
		function() {               
			jQuery('#PopOrdersite').fadeIn("slow");
			jQuery('#PopForm').fadeOut("fast");	  
			jQuery('#PopOrderlogo').fadeOut("fast");     
			}   
		);
	jQuery('#clsite').click(        
		function() {             
			jQuery('#PopOrdersite').fadeOut("slow");             
			}    
		);
	jQuery('.popform').click(       
		function() {            
			jQuery('#PopForm').fadeIn("slow");  
			jQuery('#PopOrdersite').fadeOut("fast");	
			jQuery('#PopOrderlogo').fadeOut("fast");      
			}   
		);
	jQuery('#clform').click(      
		function() {         
			jQuery('#PopForm').fadeOut("slow");     
			}   
		);
	jQuery('.poplogo').click(      
		function() {             
			jQuery('#PopOrderlogo').fadeIn("slow");    
			jQuery('#PopOrdersite').fadeOut("fast");	
			jQuery('#PopForm').fadeOut("fast");      
			}  
		);
	jQuery('#cllogo').click(   
		function() {            
			jQuery('#PopOrderlogo').fadeOut("slow");        
			}   
		);
	jQuery('#poptesti').click(
        function() {
     jQuery('#testisimg').fadeIn("slow");
        }
	);
	jQuery('a.pdf').contents().wrap('<span></span>');
	jQuery('a.word').contents().wrap('<span></span>');
	jQuery('a.exel').contents().wrap('<span></span>');
	jQuery('a.zip').contents().wrap('<span></span>');


	
  });
 
