/* I'm using CSS to set the original width/height of the image */
img.resize{
	width:200px;
	height:150px;
	border:1px solid #000000;
	padding:2px;
	position:absolute;
	z-index:1;
}

/* Just a dummy filler to show that not all images have to succumb to the resize effect */
img.thumb{
	width:150px;
	height:100px;
	border:1px solid wheat;
	padding:2px;
	position:absolute;
	z-index:2;
}	

/* we give the p element some margin */
.text{
	margin-left:280px;
}
