$(document).ready(function(){	
	 $("#slider").easySlider({
		controlsBefore:	'<p id="controls">',
		controlsAfter:	'</p>',
		auto: true, 
		continuous: true,
		prevId: 'prevBtn3',
		nextId: 'nextBtn3'
	});			
}); 
$(document).ready(function(){	
	 $("#slider_aktualnosci").easySlider({
		controlsBefore:	'<p id="controls2">',
		controlsAfter:	'</p>',
		auto: false, 
		continuous: false,
		prevId: 'prevBtn2',
		nextId: 'nextBtn2'
	});			
});
//var root = 'http://127.0.0.1/trofea/';
var root = 'http://trofea.pl/';

$(document).ready(function(){
  $(".img_strzalka").mouseover(function(){  $(this).attr('src',root+"img/buttony/box_strzalka_over.jpg") });
  $(".img_strzalka").mouseout(function(){ $(this).attr('src',root+"img/buttony/box_strzalka.jpg") });
  
  $(".img_dom").mouseover(function(){  $(this).attr('src',root+"img/buttony/home_over.jpg") });
  $(".img_dom").mouseout(function(){ $(this).attr('src',root+"img/buttony/home.jpg") });

  $(".img_poczta").mouseover(function(){  $(this).attr('src',root+"img/buttony/poczta_over.jpg") });
  $(".img_poczta").mouseout(function(){ $(this).attr('src',root+"img/buttony/poczta.jpg") });

  $(".img_zaloguj").mouseover(function(){  $(this).attr('src',root+"img/buttony/zaloguj_over.jpg") });
  $(".img_zaloguj").mouseout(function(){ $(this).attr('src',root+"img/buttony/zaloguj.jpg") });
  
  $(".img_koszyk2").mouseover(function(){  $(this).attr('src',root+"img/buttony/koszyk2_over.jpg") });
  $(".img_koszyk2").mouseout(function(){ $(this).attr('src',root+"img/buttony/koszyk2.jpg") });
  
  $(".img_strzalka1_L").mouseover(function(){  $(this).attr('src',root+"img/buttony/strzalka1_L_over.jpg") });
  $(".img_strzalka1_L").mouseout(function(){ $(this).attr('src',root+"img/buttony/strzalka1_L.jpg") });
  $(".img_strzalka1_P").mouseover(function(){  $(this).attr('src',root+"img/buttony/strzalka1_P_over.jpg") });
  $(".img_strzalka1_P").mouseout(function(){ $(this).attr('src',root+"img/buttony/strzalka1_P.jpg") });
 
  
  
});


