#container
{
	margin-top: 12px;
}
#outer{
    position: relative;
    overflow:hidden;
    width: 609px;
    height: 90px;
	background: #000000;
}
#inner, #inner2{
    min-width: 729px;
    position: absolute;
    left: 0;
}
#leftarr, #rightarr{
    position: absolute;
    width: 50px;
    height: 100px;
    z-index:10;
}
#leftarr{
	background: url(../img/left.png) no-repeat;
}
#rightarr{
	background: url(../img/right.png) no-repeat;
	margin-left: 595px;
}
.vidThumb{
    width: 120px;
    height: 90px;
    float: left;
}
