// JavaScript Document
// file di configurazione script 




//shadow box
Shadowbox.init({
    language:   "it",
    players:  ['flv', 'html', 'iframe', 'img', 'qt', 'swf', 'wmp'],
	enableKeys:			true,
	continuous:			true
 
   
});

$(document).ready(function()
{
//attiva  pngfix 
$(document).pngFix();

	//apre i link in esterno in base all'url
	$("a.ext").click(function() {  
		window.open(this.href,'','');
		return false;
	}); 
	

//slide sulle attivitą
//service lead
$("#quality a").mouseover(function() {
	$('#quality span').crossSlide({
	  fade: 3,
	  loop: 1
	}, [
	  {
		src:  'img/quality.jpg',
		href: '#',
		from: '35% 0% 1x',
		to:   '35% 0% 2x',
		//to:   '0% 100% 1.7x',
		time: 1
	  }, 
	  {
		src:  'img/quality.jpg',
		href: '#',
		from: '35% 0% 1x',
		to:   '35% 0% 1x',
		time: 1
	  }
	]);

});
//global direct
$("#innovation a").mouseover(function() {
	$('#innovation span').crossSlide({
	  fade: 3,
	  loop: 1
	}, [
	  {
		src:  'img/innovation.jpg',
		href: '#',
		from: '85% 20% 1x',
		to:   '85% 20% 2x',
		//to:   '35% 0% 2x',
		
		time: 1
	  }, 
	  {
		src:  'img/innovation.jpg',
		href: '#',
		from: '85% 20% 1x',
		to:   '85% 20% 1x',
		//to:   '35% 0% 1x',
		time: 1
	  }
	]);

});
//market
$("#courtesy a").mouseover(function() {
	$('#courtesy span').crossSlide({
	  fade: 3,
	  loop: 1
	}, [
	  {
		src:  'img/courtesy.jpg',
		href: '#',
		from: '35% 0% 1x',
		to:   '35% 0% 2x',
		//to:   '0% 100% 1.7x',
		time: 1
	  }, 
	  {
		src:  'img/courtesy.jpg',
		href: '#',
		from: '35% 0% 1x',
		to:   '35% 0% 1x',
		time: 1
	  }
	]);

});
//numeroverde
$("#convenience a").mouseover(function() {
	$('#convenience span').crossSlide({
	  fade: 3,
	  loop: 1
	}, [
	  {
		src:  'img/convenience.jpg',
		href: '#',
		from: '70% 21% 1x',
		to:   '70% 50% 2x',
		//to:   '0% 100% 1.7x',
		time: 1
	  }, 
	  {
		src:  'img/convenience.jpg',
		href: '#',
		from: '70% 21% 1x',
		to:   '70% 21% 1x',
		time: 1
	  }
	]);

});

//campagne
$("#ecology a").mouseover(function() {
	$('#ecology span').crossSlide({
	  fade: 3,
	  loop: 1
	}, [
	  {
		src:  'img/ecology.jpg',
		href: '#',
		from: '100% 0% 1x',
		to:   '100% 0% 2x',
		//to:   '0% 100% 1.7x',
		time: 1
	  }, 
	  {
		src:  'img/ecology.jpg',
		href: '#',
		from: '100% 0% 1x',
		to:   '100% 0% 1x',
		time: 1
	  }
	]);

});


//skin paginazione 
$("#paginazione select").select_skin()


});

