#main_sect {
	overflow : auto;

	text-align : center;
	height : 350px;
}

img.min {
	border : 0px;
	padding : 2px 1px 2px 1px;
	height : 100px;

}


#main_sect a.opacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
}

#main_sect a.opacity:hover img {
filter:alpha(opacity=50);   
-moz-opacity: 0.5;   
opacity: 0.5;
}

#coll_title {
	padding-top : 10px;
	background : #999999;
	color : #FFFFFF;
	font : 16px Arial Narrow, sans-serif;
	font-style: normal;
	font-weight : normal;
	text-transform: uppercase;
	text-align : center;
	height : 50px;
}

#black_text {
	color : #000000;
	font : 16px Arial, sans-serif;
	font-style: normal;
	font-weight : normal;
	text-transform: uppercase;
	text-align : center;
}
