		a {
  			color: #B4B19D;
  			text-decoration: none;
		}
		a:hover {
  			color: #B4B19D;
  			text-decoration: underline;
		}
		#description {
			text-align: left;
		}
		#bigImageList, #descriptiveTextList { display: none; }
		img { 
			border: 0px; 
			display: block;
		}
		#thumbViewer {
			overflow: hidden;
			position: relative;
			width: 475px;  /* Increase this to show more thumbs */
		}
		#thumbContainer {
			position: relative;
			white-space: nowrap;
		}
		#thumbContainer img {
  			display: inline;
  			position: relative;
			top: 2px;
		}
		#imgHolder {
			border: 13px solid #000000;
			width: 582px;
			background-color: #000000;
		}
		#imgHolder img {
   			margin: 0px auto;
		}
		.title {
  			font-family: Trebuchet, Helvetica, sans-serif;
 			color: #B4B19D;
 			font-weight: bold;
 			font-size: 10px;
		}
		.date {
  			font-family: Trebuchet, Helvetica, sans-serif;
 			color: #B4B19D;
 			font-style: italic;
 			font-size: 9px;
		}
		.mainText {
  			font-family: Trebuchet, Helvetica, sans-serif;
 			color: #B4B19D;
 			font-size: 9px;
 			text-align: left;
		}