.movies .playlist {
width: 177px;
height: 249px;
float: left;
margin-left: 1px;
}

.movies .playlist .plItem {
height: 26px;
width: 100%;
background: url(../playlist_item.gif) no-repeat;
margin-bottom: 2px;
}

#scrollUP,
#scrollDOWN {
height: 12px;
cursor: pointer;
width: 177px;
margin: 0 auto;
}

#scrollUP {
background: url(../playlist_scroll_up.gif) no-repeat;
margin-bottom: 2px;
}

#scrollDOWN {
background: url(../playlist_scroll_down.gif) no-repeat;
margin-top: 2px;
}

#plMask {
position: relative;
overflow: hidden;
height: 208px;
width: 100%;
}
#plMask .container {
width: 100%;
position: absolute;
top: 0;
left: 0;
}
                      

