img.ll {
	float:left;
	width:200px;
	height:142px;	
}

img.lr {
	float:right;
	width:200px;
	height:142px;	
}

img.pl {
	float:left;
	width:142px;
	height:200px;	
}

img.pr {
	float:right;
	width:142px;
	height:200px;	
}

img.final {
	width:200px;
	height:209px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.ll:hover {
	width:400px;
	height:285px;	
}

img.lr:hover {
	width:400px;
	height:285px;	
}

img.pl:hover {
	width:285px;
	height:400px;	
}

img.pr:hover {
	width:285px;
	height:400px;	
}

img.final:hover {
	width:400px;
	height:418px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
