@charset "utf-8";
#boxProgram {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 380px;
	border-top: 3px solid #C00119;
}
.boxProgram li:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#boxProgram2 {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 180px;
	border-top: 3px solid #C00119;
}
.boxProgram2 li:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}