#largeImg {
	border: solid 1px #ccc;
	width: 270px;
	height: auto;
	padding: 5px;
	margin-left: 10px;
}

#largeImg {
	width: auto;
	height : 270px;
}

.thumbs img {
	border: solid 1px #ccc;
	width: 70px;
	height: auto;
	padding: 4px;
	margin-top: 0px;
}
.thumbs img {
	height: 70px;
	width: auto;
}
.thumbs img:hover {
	border-color: #FF9900;
}

td.thumbscol { 	width: 250px;
				vertical-align: top;
				height: 300; }
td.image { 	vertical-align: top;
			width: 300px; }