/* CSS Document */

/* Section Links -----------------------------------------------------------------------  */
#section_links {
	float: left;
	width: 500px;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	list-style-type: none;
}
#section_links li {
	float: left;
	width: 250px;
	margin: 0;
}
#section_links li a.catImg{
	display: block;
	width: 240px;
	height: 130px;
	overflow: hidden;
	text-indent: -9999em;
	text-decoration: none;
	outline: none;
	border: 1px solid #666;
}
#section_links li a.catImg:hover{
	filter: alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	border: 1px solid #900;
}
#section_links li a.catName{
	display: block;
	width: 242px;
	margin-bottom: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
