$(document).ready(function(){	
$('<link />', { 'rel':"stylesheet", 'type':"text/css", 'media':"screen", 'href':"http://www.piloti-europe.com/banner/css/style.css"}).appendTo('head');				   
$.getScript('/banner/js/easySlider1.7.js', function() {
			
			$("#slider_site").css({display:'block'});
			
			$("#slider").easySlider({
				auto: true,
				continuous: true,
				controlsShow:false
			});
			$("#slider2").easySlider({ 
				auto: true,
				continuous: true,
				vertical:true,
				controlsShow:false
			});
			
			$('#box a').wrapInner('<span />').addClass('hover').hover(function(){
				$('span',this).stop().fadeTo(200, 0)
			},
			function(){
				$('span',this).stop().fadeTo(200, 1)
			})
			
});//get script
});	
