#imgdiv {
	width:300px;
	height:50px;
	background-color:lightgray;
	margin:4px;
	padding:4px;
	border:1px solid orange;
	border-radius:5px;
	float:left;
}
#tnimgdiv {
	z-index:1;
	width:200px;
	height:130px;
	margin:4px;
	padding:3px;
	border:1px solid orange;
	background-color:lightgray;
	border-radius:5px;
	text-align:center;
	vertical-align:bottom;
	overflow:hidden;
	float:left;
}
