.fun_intro .mosaic_wrap{
	margin:0 auto; 
	width:534px; 
	text-align:center;
}
.fun_intro .mosaic_wrap .countdown{
	font-size:14px;
}
.countdown{text-align:center;}
#boxcard {
	margin:0 auto; 
	width: 535px;
	z-index: 1;
	overflow: hidden;
}
#boxcard div {
	float: left;
	width: 85px;
	height: 122px;
	background: #D9D9D9;
	margin: 5px;
	padding: 5px;
	border: 1px solid #999;
	cursor: pointer;
		-webkit-border-radius: .5em;
		-moz-border-radius: .5em;
		border-radius: .5em;
		-webkit-box-shadow: 0 1px 2px 
		rgba(0, 0, 0, .5);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
		box-shadow: 0 1px 2px 
		rgba(0, 0, 0, .5);
	z-index: 2;
	text-align: center;
}
#boxcard div img {
	border: none;
	z-index: 3;
}

.opacity {
	opacity: .6;
	filter: alpha(opacity=60);
}
#boxbutton {
	text-align:center;
	padding: 20px;
}
.memory_link {
	font-size: 18px;
	color: #ffffff;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	background: #0066cc;
	padding:10px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}
.memory_link:link {
	color: #fff;
}
.memory_link:hover {
	color:#0066cc;
	background:#fff;
	text-decoration: none;
	border:2px solid #0066cc;
	padding:8px;
}