﻿div.card{
	position: absolute;
	width: 120px;
	height: 76px;
	background: no-repeat top center;
	display: none;
}
img.card_shadow{
	position: absolute;
	top: 84px;
	left:0;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
div.card span{
	display: none;
}
#card_details h1{
	font-weight: bold;
	font-size: 12px;
	color: #09C;
	margin-top: 0px;
	margin-bottom: 0px;
}
