div.img {
	margin:2px;
	margin-left: 10px;
	border:1px solid #0000ff;
	height:auto;
	width:auto;
	float:left;
	text-align:center;
}

div.img img {
	display:inline;
	width: 200px;
	height:150px;
	margin:3px;	
	border:1px solid #CCCCCC;
}
div.img a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	border:1px solid #0000ff;
}

div.desc {
	line-height: 150%;	
	text-align:center;
	font-weight:normal;
	width:195px;
	margin:2px;
}

.thumbs img {
	border: solid 1px #ccc;
	width: 175px;
	height: 131px;
	padding: 4px;
}

.thumbs img:hover {
	border-color: #FF9900;
	opacity:0.7;
	filter:alpha(opacity=70);
}

