.thumbContainer {
	background-color: #3e3e3e;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 11px;
	text-align: center;
	color: #aaaaaa;
	max-width: 200px;// set the size of your desired thumbnail here
}
.thumbContainer a {
	color: #ffffff;
	text-decoration: none;
}
.thumbContainer img {
	margin-bottom: 3px;
	cursor: pointer;
	max-width: 200px;
}
* html .thumbContainer {
	border: 0;
	width: expression(((this.width>200)?this.width=200:null)?"normal":"normal");// make sure to mach max-width above
}
.moognifyBorder {
	font-family: Tahoma, lucida grande, lucida sans, lucida sans unicode, arial, sans serif;
	background-color: #000000;// set up your background color here
	color: #ffffff;//set up your text color here
	font-size: 11px;
	text-align: center;
	margin-bottom: 10px;
}