@charset "utf-8";
#flash_med {
	height: 400px;
	width: 965px;
}
#refcontent {
	margin: 0;
	padding: 0;
}
.img_ref_bg {
	background-image: url(../images/th_bg3.gif);
	background-repeat: no-repeat;
	padding: 12px;
	float: left;
	position: relative;
	margin: 0;
	margin-left:5px;
	margin-top: 4px;
	width: 210px;
	height: 305px;
}
.img_ref_bg img {
	border: 1px #FFFFFF solid;
}
.img_ref_bg h2 {
	background-color: #000000;
	width: 197px;
	position: absolute;
	left: 13px;
	bottom: 12px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	opacity: 0.80;             /* CSS 3 , opera 9*/
	filter: alpha(opacity=80); /* MSIE  */
	-moz-opacity: 0.80;        /* Gecko */
	padding: 6px;
}

