#sliderwrap {  
    width:334px;  
    height:220px;  
	margin: 10px 0 0 -20px;  
	background-image:url(../images/site/sliderbg.png);
	background-repeat:no-repeat;
	padding: 17px 0 0 17px;
}  

#slider {width:300px;height:186px;position:relative;overflow:hidden;}  
  
#mask-gallery {overflow:hidden;}  
#gallery {list-style:none;z-index:0;width:900px;overflow:hidden;}  
#gallery li {float:left;}    
#mask-excerpt {  
      
    /* Set the position */  
    position:absolute;    
    top:0;  
    left:0;  
    z-index:500px;  
      
    /* width should be lesser than #slider width */  
    width:100px;  
    overflow:hidden;      
      
}  
      
#excerpt {  
    filter:alpha(opacity=70);  
    -moz-opacity:0.7;    
    -khtml-opacity: 0.7;  
    opacity: 0.7;    
      
    list-style:none;  
    margin:0;  
    padding:0;  
      
    z-index:10;  
    position:absolute;  
    top:0;  
    left:0;  
      
    width:100px;  
    background-color:#000;  
    overflow:hidden;  
    font-family:arial;  
    font-size:12px;  
    color:#fff;   
}  
#excerpt li {padding:5px;}  
#buttons a{color:#000;font-size: 12px;float:left;margin: 0 10px 0 0;} 
#buttons{margin: -9px 0 0 225px;}