.container { position:relative; }
.clip { position:relative; overflow:hidden; z-index:2; }
.list { position:absolute; top:0; left:0; z-index:1; overflow:hidden; margin:0; padding:0; list-style:none; }
.list li { padding:0; margin:0; list-style:none; }
.list li a { display:table-cell; width:150px; height:50px; vertical-align:middle; text-align: center; }
.list li img { border:none; display:block; max-height: 50px; max-width: 150px; margin: 0 auto; }
.scroll { width:960px; height:50px; }
.scroll .clip { width:960px; height:50px; }
.scroll .list li { float:left; width:150px; height:50px; margin-left:10px; }

/*#sponsors .container { position:relative }
#sponsors .clip { position:relative; overflow:hidden; z-index:2 }
#sponsors .list { position:absolute; top:0; left:0; z-index:1; overflow:hidden; margin:0; padding:0; list-style:none }
#sponsors .list li { padding:0; margin:0; list-style:none; }
#sponsors .list li img { border:none; display:block; max-width:150px; max-height:50px; }
#sponsors .scroll { width:960px; height:50px; }
#sponsors .clip { width:960px; height:50px }
#sponsors .list li { float:left; max-width:150px; max-height:50px; overflow: hidden; padding-right: 5px; }*/
