 *{
     border: 0 none;    
     z-index: 0;
     }
     
     #container{
     width: 636px;
     height:228px;
     margin-left: auto;
     margin-right: auto;
     padding: 0 0 0 0;
     position: relative;
     display:block;
     }
     
     img{
     display: block;
     }
     
 
     #gallery{
     width: 560px;
     height: 228px;
     overflow: hidden;
     }
     
     
     #gallery img{
     position: absolute;
     }
     
     #flotxt {
     left: 0px;
     top: -45px;
     width: 560px;
     height: 45px;
     position: relative;
     overflow: hidden;
     z-index: 2;
     background-color:transparent;
     }
     #flotxt p {
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;	
     	padding: 5px 0px 0px 5px ;
     	color: #333;
     	z-index: 3;
     	position: absolute;
     }
     
     #thumbs{
     position: relative;
     top:-273px;
     left:560px;
     width: 76px;
     height: 228px;
     overflow: hidden;
     }
     
     #next{
     display: block;
     width: 47px;
     height: 43px;
     background: url(../arrow.png);
     z-index:4;
     }
     
     #next:hover{
     background: url(../arrowmo.png);
     }
     
     .clear{
     clear: both;
     }