@charset "utf-8";
 

a.mvl {
	display:inline;
	width:110px;
	height:60px;
	text-decoration:none;
	border:0;
	float:none;
	margin-right: 0;
	margin-bottom: 0;
	padding: 5px;
	position: relative;
}

a.mvl img {
	display:inline;
	border:0;
}
a.mvl:hover {
	text-decoration:none;
	background-color:#B6BFED;
	color:#000;
	position:relative;
	z-index:300;
}
a.mvl b {
	display:block;
	position:absolute;
	left:-1500px;
	padding:10px;
	opacity:0;
	-o-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
	-o-border-radius: 8px;
	-icab-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: opacity 0.6s ease-in-out;
	margin-bottom: 600px;
	float: left;
}

 
 
a.mvl:hover b {
	left:110px;
	padding:10px;
	border:3px outset #2A1FFF;
	opacity:1.0;
	background-color: #D7DCF4;
	top: -160px;
}
 
#info {z-index:100; height:22em;}

