/* I'm using CSS to set the original width/height of the image */
img.resize{
	width:100px;
	height:67px;
	border:1px solid #000000;
	padding:2px;
	display:inline-table;
}

/* Just a dummy filler to show that not all images have to succumb to the resize effect */
img.thumb{
	width:100px;
	height:67px;
	border:1px solid #000000;
	padding:2px;
	position:relative;
	z-index:2;
}	

/* we give the p element some margin */
.text{
	margin-left:120px;
}
