body
     {
     background-color: white;
     margin:10px;
     }

#page_container
     {
     width:480px;
     margin:auto;
     
     }

#main_container, #loading
     {
     position:absolute;
     width:480px;
     height:360px;
     text-align: center;
     line-height: 360px;
     overflow:hidden;
     margin: 0px auto 5px auto;
     }

#main_container img,#loading img
     {
     vertical-align:middle;
     }

#main_title
     {
     position: absolute;
     top: 370px;
     width: 480px;
     text-align: center;
     color: grey;
     font-family: arial;
     font-size: 12px;
     }

div#thumbs
     {
     position:absolute;
     top: 400px;
     width:480px;
     height:70px;
     text-align: center;
     /*overflow:scroll-x;*/
     list-style: none;
     margin: 0px auto 5px auto;
     overflow: auto;
     white-space: nowrap; 
     }

div#thumbs a 
     {
     opacity:.50;
     filter: alpha(opacity=50);
     -moz-opacity: 0.5;
     width: 64px;
     height: 48px;
     margin-right: 3px;
     background-color: black;
     
     }  

div#thumbs a:hover 
     {
     filter:alpha(opacity=0);-moz-opacity:1;opacity:1;
     }

div#thumbs a img
     {
     vertical-align: middle;
     border: 0px;
     } 
