	
div.thumbnails {width:110px;height: 115px; 
								margin:5px 0px 0px 0px;
						 		padding:0px;
						 		text-align: center;
						 		background-color:#fff;
								font-size:90%;}

* html div.thumbnails{    width: 110px;  /* for browsers with no escapes at all */
			 									 \width: 120px;  /* for IE5/Win */
												 w\idth: 110px;  /* for good browsers */
												 height: 100px;  /* for browsers with no escapes at all */
			 									 \height: 110px;  /* for IE5/Win */
												 he\ight: 100px;  /* for good browsers */
}
#fix {}
						 
div.thumbnails img {border:none;}

.thumbnails a:link    {text-decoration:none;}
.thumbnails a:visited {text-decoration:none;} 
.thumbnails a:hover   {text-decoration:none;} 
.thumbnails a:active 	{text-decoration:none;} 
							 
div.smallthumbnails {float:left;height:135px; width:110px;height:130px;width:150px;
								border: 0px;
						    margin:0px 5px 0px 0px;
								padding:0px;
						 		text-align: center;
						 		background-color:#0397d6;color:#fff;
								font-size:90%;}

* html div.smallthumbnails{  width: 110px;  /* for browsers with no escapes at all */
			 									    \width: 110px;  /* for IE5/Win */
												    w\idth: 110px;  /* for good browsers */
												    height: 125px;  /* for browsers with no escapes at all */
												   \height: 125px;  /* for IE5/Win */
												   he\ight: 125px; } /* for good browsers */
#fix {}				 
.smallthumbnails img {height:100px;padding-top:0px;border:none;margin:0px auto;}									
.smallcaption {font-size:10px;}
.smallthumbnailstext {float:left;clear:left;width:115px;text-align:center;}

.tinythumbnails {float:left;width:72px;height:80px;
						    margin:0px 0px 0px 0px;
						 		background-color:#fff;
								font-size:90%;}

#fix {}
						 
.tinythumbnails img {border:none;}

.tinycaption {font-size:9px;text-align:center;line-height:1.2em;width:65px;}
					 
.imagetext {text-align: center;
						font-family:verdana;
			 			font-weight:normal;
			 			font-size:75%;
			 			color:#000000;
						margin: 3px;
					 }
