@charset "utf-8";

.scarsItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #313131;
	text-align: center;
	float: left;
	width: 190px;
	margin: 4px;
	color: #CCCCCC;
	border: 1px solid #663300;
	height: 130px;
	opacity:.7;
	filter:alpha(opacity=70);
	
}

.scarsItem img {
	border:solid #000000 1px;
	margin:8px 2px 2px 2px;
}

.scarsItem:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.defSection {
	clear: both;
}

h2 {
	color: #92DC23;
	margin-top: 4px;
	margin-left: 4px;
	display: block;

}
