/*		THUMBNAIL LAYOUT STYLES
---------------------------------------*/

#content{
	padding-top: 15px;
}
* html #content{ margin-right: -6px; }
* html .group-thumbs{ height: 1%; }

.group-thumbs{
	position: relative;
	margin: 0 -3px 0 3px;
}

.thumb{
	float: left;
	overflow: hidden;
	display: inline;
	position: relative;
	padding: 3px 0px 8px 0px;
	margin: -3px 0 2em 0;
	text-decoration: none;
	line-height: 1.3em;
	width: 145px;
	height: 15em;
}
.thumb strong{	color: #666666; margin: 0 0 0 3px; }
.thumb small{ text-decoration: underline; color: #7A5552;  margin: 0 0 0 3px;}
#content .thumb img{	margin: 0 0 5px 3px; }

.thumb:hover{ background-color: #EDEFFB; }
.thumb:hover small{ color: #F05133; }



