.slider{
height: 72px;
padding: 0px;
}


.slider ul{
list-style-type: none;
white-space:nowrap;
margin: 0;
margin-left: 0px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.slider li{
float: left;
margin: 0;
padding: 4px;
}

div#thumbnailstrip{
width: 100%;
height: 84px;
border: 0px solid #333;
overflow: auto;
margin: 0 auto;
overflow-x: hidden;
overflow-y: hidden;
}

div#thumbstrip{
position: absolute;
left: 50px;
bottom: 0px;
height: 84px;
right: 0px;
border: solid black 0px;
z-index: 9;
}

div#playcontrols {
position: absolute;
left: 2px;
bottom: 20px;
}

