.noobslide{
position: relative;
float: left;
background: #bbd585;
width: 270px;
margin-top: 20px;
}

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

.noobslide .mask{
position:relative;
overflow:hidden;
text-align: center;
}

.noobslide span{
display:block;
overflow:hidden;
position: relative;
text-align: center;
color: #424242;
line-height: 120%;
}

.noobslide span img{
border:none;
}

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

.noobslideprev{
height: 20px;
width: 20px;
background: url(prev.png) no-repeat;
cursor: pointer;
margin: 10px 0 10px 125px;
}

.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: 20px;
width: 20px;
background: url(next.png) no-repeat;
cursor: pointer;
margin: 10px 0 10px 125px;
}

