#ML{ margin: 12px 0 0 0;width: 495px;}

div#MLcontainer {
padding: 0px;
background: #f5f5f5;
border: 1px solid #ccc;
width: 495px;
height: 205px;
text-align: left;
margin: 0 0 0 0;
position: relative;
-moz-border-radius: 10px;
}

div#MLscrollObject
{
position: absolute;
overflow: hidden;
width: 390px;
height: 160px;

margin: 15px 0 0 20px;
padding-bottom: 10px;
}

div#MLscrPanel
{
	width: 390px;
	height: 205px;
	float: left;
}

div#MLcontent
{
    /**/
  	position:absolute;
  	top:0;
  	left:0;
  	width: 9999999px;
  	border: 0px solid black;
  	z-index: 6;
}

div.MLscrButton
{
	border: none;
	background-color: #F5F5F5;
	border: 0px solid black;
	width: 29px;
	height: 160px;
	margin-top: 15px;
    cursor: pointer;
	overflow: hidden;
}

div.MLscrButton img
{

}

a.MLmediaBox
{
    display: block;
    float: left;
    width: 118px;
    height: 148px;
    border: 1px solid #f0f0f0;
    background: #fff;
    padding: 5px;
    text-align: center;
	margin: 5px 0 0 0;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

a.MLmediaBox:hover
{
    width: 138px;
    height: 158px;
    border: 1px solid #ccc;
    background: #f0f0f0;
	margin: 0 0 5px 0;
    text-decoration: none;
    margin-left: -30px;
    margin-right: -30px;
    z-index: 2;
}


a.MLmediaBox img
{
    width: 110px;
    height: 90px;
    border: 1px solid black;
    margin-top: 5px;
}
a.MLmediaBox p
{
    display: block;
	text-align: left;
	font-size: 10px;
	margin: 5px auto 5px auto;
	padding: 0px;
	width: 110px;
	height: 60px;
	border: none;
    	font-size: 9px;
	text-align: left;
}

a.MLbutton, a.MLbuttonSelect
{
	display: block;
	width: 40px;
    position: absolute;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ddd;
	background: #eee;
	border-bottom: 0px;
	padding: 4px 6px 4px 6px;
    top: -23px;
}
a#MLbuttonVideos
{
left: 64px;
}

a#MLbuttonBilder
{
left: 4px;
}

a.MLbutton:hover
{
	background: #DDD;
	color: #000;
}

a.MLbuttonSelect
{
	border-color: #f00;
	background: #e2001a;
	color: #fff;

}

img.MLicon
{
	position: absolute;
	width: 110px;
	height: 90px;
	border: 0px;
	left: 18px;
	top: 5px;
	background-image: url(../img/medialeiste/movie_icon.gif);
	opacity: .0;
	filter: alpha(opacity=0);
}

img.MLicon:hover
{
	opacity: .6;
	filter: alpha(opacity=60);
}

.MLmediaBox p img {width: 12px; height: 12px; margin: 0; float: right; border: none;}