/* NOOBSLIDE */
.noobslide{
position: relative;
border-bottom: 1px #b2bf01 solid;
padding-bottom: 20px;
}

.noobslide span{
display:block;
float:left;
}

.noobslide .mask{
margin: 0 auto;
position:relative;
overflow:hidden;
}

.noobslide .noobelement{
display:block;
overflow:hidden;
position: relative;
text-align: center;
color: #424242;
float: left;
text-align: left;
}

.noobslide .noobelement .title h2, #right .noobelement .title h2{
font-size: 0.75em;
text-align: left;
border: 0;
margin: 0;
}

.noobslide .noobelement img{
border:none;
}

.noobslide .noobelement .bodytext{
font-size: 0.75em;
line-height: 120%;
}

.noobslide .noobelement .bodytext a{
color: #236cb7;
padding: 0 0 0 15px;
background: url(../../../../fileadmin/img/linkarrow-grey.png) no-repeat left center;
}

.noobslide .buttons{
height: 15px;
margin: 1px 0 0 0;
background: #143b8d;
position: relative;
text-align: center;
}

.noobslideprev{
height: 26px;
width: 26px;
position:absolute;
left: 16px;
top: 64px;
background: url(../../../../fileadmin/img/noob-prev.png) no-repeat;
cursor: pointer;
}

.noobslideplay{
display: none;
background: url(btn-play.png) no-repeat;
cursor: pointer;
}

.noobslidestop{
display: none;
background: url(btn-stop.png) no-repeat;
cursor: pointer;
}

.noobslidenext{
height: 26px;
width: 26px;
position:absolute;
right: 16px;
top: 64px;
background: url(../../../../fileadmin/img/noob-next.png) no-repeat;
cursor: pointer;
}

