#buttons_container{
	position: absolute;
	top: 50%;
	margin-top: -131px;
	left: 0;
	width: 100%;
	height: 262px;
	white-space: nowrap;
	vertical-align: top;
}

div.button_container{
	position: relative;
	display: inline-block;
	width: 346px;
	height: 258px;
	padding: 1px;
	cursor: pointer;
	margin: 0;
	border: solid 1px #cccccc;
	vertical-align: top;
}
div.button_container:hover{
	width: 346px;
	height: 258px;
	border: solid 2px #7a52a2;
	padding: 0;
}
div.button_container:hover > div.button_mask{
	background-color: #FFFFFF;
}
div.button_container:hover > div.button_text{
	color: #7a52a2;
}

div.margin29{
	margin: 0 25px 0 25px;
}

div.button_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.85);
}

.button{
	position: relative;
	display: inline-block;
	width: 220px;
	height: 122px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	cursor: pointer;
	margin-top: 52px;
}

div.button_text{
	position: relative;
	margin-top: 28px;
	font-family: 'Segoe UI Light', 'segoe-ui-light';
	font-size: 26px;
	color: #808080;
	z-index: 1;
}

#file_plan{
	display: none;
}

#prev_version{
	display: none;
	position: relative;
	top: 100px;
	color: #FFFFFF;
}
#prev_version a{
	color: #FFFFFF;
}