.thumb-img {
	
	position:relative; 
	width:160px; height:160px;
	margin:10px; padding:6px;
}
.thumb-inner {
	position:relative; overflow:hidden; width:100%; height:100%; 
}
.thumb-img img {
	border:0;
}

/* Image Thumbnails
------------------------------ */
a .thumb-img, a:visited .thumb-img {
	display: block;
	padding: 10px;
	margin: 6px;
	
	border: 1px solid #444;
	background: #333;
	line-height: 0px;
}
a:hover .thumb-img {
	border: 1px solid #555;
	background: #383838;
}
.imagethumb {
	float: left;
}

.widecolumn{
  margin-bottom:20px;
} 

/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
	display:block;
	float:left;
}
.image .info{
	text-align:center;
	font-size:10pt;
	font-weight: bold;
	width:160px;
	margin:10px; padding:6px;
	color:white;
}	
.image .info a{
    font-family:"Courier New", Courier, mono;
	color:#DED8BA;
	text-decoration:none;
	font-weight:lighter;
}
.image .info a:hover{
    text-decoration:underline;
}	
