.high
{
	font-size:100%;
	font-style:italic;
	font-weight:bold;
}

p
{	
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}

#charity{
	width:80%;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

.imgteaser{
	float:left;	
}

.imgteaser a {
	text-decoration: none;
}

.imgteaser a .desc {	
	display: none; 
}

.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a:hover .desc{
	display: block;
	/*font-size: 1.2em;*/
	padding: 10px;
	background: #353;
	/*filter:alpha(opacity=75);*/
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	top: -11px;
	left: 35%;
	width: 30%;
	border-top: 1px solid #999;
	text-align:center;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
}
 
 
