/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

#product {  
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 580px; /* important */  
    height: 125px; /* important */  
    margin: 0;  
	  
}  
  
#product_frame {position: relative;
	z-index:1010; 
}  
#product_previous {
    position: absolute;  
    top: 0;  
    left: 0; 
} 
#product_next {
   	position: absolute;  
    top: 0;  
    right: 0; 
}  
#product_content {  
    position: absolute;  
    top: 0;  
    margin-left: 40px;
	width:500px;
	overflow:hidden;
	z-index:1000;   
}  
  
#product_content #product_content li {  
    list-style: none;  
    margin: 0;  
    padding: 0;  
}  
    #product_content {  
        width: 9000px;  
    }  
    #p_bottom #product ul li {  
        display: block;  
        float: left;  
        margin: 5px;  
        padding: 5px;  
        border: 1px solid #CCC;  
    }  
  
#p_bottom #product ul li img {  
    display: block;  
}  