$(document).ready(function(){
	/*====================== Exemple basique ======================
	$("#parent1").wslide({
		width: 450,
		height: 200
	});*/
	/*====================== Exemple 2 ======================
	$("#parent2").wslide({
		width: 250,
		height: 250,
		pos: 4,
		horiz: true
	});*/
	
	
	/*====================== PERSONAS ======================*/
	$("#parentCOs").wslide({
		width: 550,
		height: 265,
		col: 4,
		autolink: false,
		duration: 600
	});
	
	
	$("#parentHRs").wslide({
		width: 550,
		height: 315,
		col: 4,
		autolink: false,
		duration: 600
	});
	
	$("#parentLBs").wslide({
		width: 550,
		height: 225,
		col: 4,
		autolink: false,
		duration: 600
	});
	
	
	
	/*====================== PERSONAS ======================*/
	$("#whats-new_details").wslide({
		width: 165,
		height: 90,
		col: 3,
		autolink: false,
		duration: 600
	});

	
	
	/*====================== Exemple 4 ======================
	$("#parent4").wslide({
		width: 400,
		height: 250,
		autolink: false,
		fade: true,
		duration: 2000
	});*/
});

