/* ============== Smart Image Resizer  ============== */
.thumbContainer {
vertical-align: middle; 
background-color: #f5f5f5;
padding: 0px;
margin-bottom: 0px;
	border-top:0px ;
	border-bottom:0px ;
	border-left:0px ;
	border-right:0px;
font-size: 11px;
text-align: center;
color: #f5f5f5;
max-width: 600px;// set the size of your desired thumbnail here
}
.thumbContainer a {
color: #f5f5f5;
text-decoration: underline;
}
.thumbContainer img {
margin-bottom: 3px;
cursor: pointer;
max-width: 600px;
vertical-align: middle; 
}
* html .thumbContainer {
border: 0;
width: expression(((this.width>600)?this.width=600: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;
}