*{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background-repeat: no-repeat;
	border: none;
}
body{
	background-color: #000;
}

h2{
	width: 230px;
	height: 146px;
	float: left;
	margin: 2px;
	display: block;
	overflow: hidden; 
	position: relative;
	left: 0;
	top: 0;
}
h2 a span,
h2 a{
	position: absolute;
	width: 230px;
	height: 146px;
	display: block;
	overflow: hidden; 
	left: 0;
	top: 0;
}
h2 a span{	z-index: 1;}

h2 a strong,
h2 a b{
	display: none;
}
h2 a:hover span{
	border: 3px solid #ff9900;
	width: 224px;
	height: 140px;
}
h2 a:hover span img{
	margin: -3px 0 0 -3px;
}
h2 a:hover strong{
	z-index: 3;
	position: absolute;
	font-size: 11px;
	color: #fff;
	width: 224px;
	height: 70px;
	top: 105px;
	left: 6px;
	display: block;
}
h2 a:hover b{
	z-index: 2;
	position: absolute;
	width: 224px;
	height: 45px;
	display: block;
	top: 105px;
	left: 3px;
	background-color: #000;
	display: block;
	top: 105px;
	left: 3px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	display: block;

}
h2 a:hover i{
	width: 224px;
	height: 14px;
	background-color: #ff9900;
	font-size: 11px;
	color: #fff;
	position: absolute;
	left: 3px;
	top: 143px;
	border: 3px solid #ff9900;
	display: block;
	z-index: 5;
	font-style: normal;
}

p { font-size:14px; line-height:24px; color:#FFF; padding:20px;}

h3 { padding-left:20px;  padding-top:30px; color:#FFF; font-weight:bold; color:#FFF; font-size:25px;}

h2 a span.pb{ z-index:2; display:block; }
h2 a:hover span.pb{display:none;}
