@charset "utf-8";


.thumbBox img {
	border: 1px solid #8F866B;
	margin: 5px auto;
	display: block;
}

#main .thumbBox p {

	line-height: 16px;	
	color: #999933;
	text-shadow: 1px 1px 2px #000;			
}
#main {
	padding-bottom: 50px;
}

.thumbTitle {
	color: #999933;
	text-shadow: 1px 1px 2px #000;	
	display: block;
	font-size: 10px;
}

.thumb {
	height: 150px;	
	width: 110px;
}

.thumb img{

	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	border: solid 1px #000000;
}

.thumb img:hover{

	filter:alpha(opacity=1);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	border: solid 1px #000000;	
}

.thumbContainer {
	display: block;
	width: 75px;
	height: 100px; 
	margin: 0px auto;
	overflow: hidden;
}