/*--------------------------------------------- MOST POPULAR -------------------------------- */
.mp{
	font-size:12px;
	float:left;
	height:200px;
}
.mp .titel{
	font-weight:bold;
	text-align:center;
	color:#4F6F9E;
	margin:5px 0px 0px 3px;
	font-size:12px;
}
.mp_auto {	
	height: 95px;
	width: 120px;
	z-index:10;
	margin-bottom:5px;
	text-align:center;
	position:relative;
}
.mp_auto img{
	height:86px;
	margin-top:6px;
}
.mp_schaduw {
	background: url(../images/idk.gif) no-repeat;
	height: 92px;
	width: 120px;
	z-index:100;
	position: absolute;
	top:0px;
	left:0px;		
}
.mp_tekst{
	margin-top:10px;
	width:100px;
	margin-left:auto;
	margin-right:auto;
	height:26px;
	overflow:hidden;
	font-size:11px;
	text-align:center;
	color:#4F6F9E;
}
.mp_tekst a{
	text-decoration:none;
}
.mp_hover {
	background: url(../images/idk_hover.gif) no-repeat ;
	height: 92px;
	width: 120px;
	z-index:100;
	position: absolute;
	top:0px;
	left:0px;	
	cursor:pointer;
}
