


$(document).ready(function(){	

	$('#products_list ul li:first-child a img').click(); 


$("#subcategories").easySlider({

	auto: false, 		

	continuous: false, 		

	nbElements: 3,

	nextId: "slider1next", 		

	prevId: "slider1prev" 	}
) 	;




if(document.URL.indexOf("product.php")) 
	$('#slider1next').css('margin-top','-215px');

	

}





);

function affiche_categorie(id,nom,description)

{
	document.getElementById('categories').style.width="1024px";
	

}
