Galery Id within Slide id

Galery Id within Slide id

Hello,

I working in my new site, and i make a id within another id, the codes work perfectly, but toghether its not work.

This is the site to see better the problem: 


In the final of site is the example the galery works.

Code (problem of):
  1.  <ul id="slider">    
  2.       <li>       
  3.           <div id="galeria">    
  4.                 <ul id='galeria' class='kwicks kwicks-horizontal'>
  5.                     <li><a href="index.html"><img src="imagens/teste.jpg" alt="teste"></a></li>
  6.                     <li></li>
  7.                     <li></li>
  8.                     <li></li>
  9.                     <li></li>
  10.                     <li></li>
  11.                     <li></li>
  12.                     <li></li>
  13.                     <li></li>
  14.                     <li><a href="index.html"><img src="imagens/site_agenor.png" title="hello!"></a></li>
  15.                     <li><a href="http://www.google.com.br"><img src="imagens/teste.jpg" title="ola!"></a></li>                               
  16.                 </ul>                
  17.             </div>          
  18.       </li>      
  19.       <!-- others "pages" -->
  20.       <li><a href="#"><img src="images/2.jpg" alt=""></a></li>      
  21.       <li><a href="#"><img src="images/3.jpg" alt=""></a></li>      
  22.    </ul>

Obs: 2 lasts <li> work perfectly, but the frist <li> has a galery that not work.

Someone can help me?

Thanks so very much;