/* 
Author: Trevor Morris
URI: http://morris-photographics.com/
*/

/*--- Begin Thumbnail ---*/
.thumbtable td {
	text-align: center;
	width: 179px;
	vertical-align: middle;
	padding-bottom: 10px;
}

.thumbnail {
	display: table;
	margin: auto;
	width: expression(getElementsByTagName('IMG')[0].width + 20 + 'px');
	background-color: #fcfcfc;
	border: 1px solid #bbb;
	border-top-color: #ccc;
	border-left-color: #ccc;
}

.thumbstroke {
	border: 1px solid #fff;
}

.thumbnail img {
	/*display: block;*/
	border: 1px solid #bbb;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
	margin: 8px 8px 5px 8px;
}

.thumbnail:hover {
	background-color: #fff;
	border: 1px solid #47d;
}

.thumbstroke:hover {
	border: 1px solid #47d;
}

/*--- End Thumbnail ---*/
