/* example_6 css */  
     #example_6 {  
         position: relative; /* important */  
         overflow: hidden; /* important */  
         width: 600px !important; /* important */
         width:600px;  
         height: 260px; /* important */  
         margin: 0 auto;  
		 margin-top:-20px;
		margin-bottom:0px;
         background: #fff; 
         z-index:10;
		 float:left;
		 left:20px;

         
     }  
       
     #example_6_content {  
         position: absolute;  
         top: 0;  
         margin-left: 0;  
     }  
       
     #example_6_content  
     #example_6_content li {  
         list-style: none;  
         margin: 0;  
         padding: 0;  
     }  
         #example_6_content {  
             width: 13440px;  
         }  
         #container_bd #example_6 ul {padding-top:25px; padding-right:10px; float:right;}
         #container_bd #example_6 ul li {  
             display: block;  
             margin:0;
             border: none;  
             float:left;
         }  
       
     #container_bd #example_6 ul li img {  
         display: block;  
         
     }  
       
     #example_6_frame {  
         position: relative;
         background:url(../images/product_examples.jpg) no-repeat;
         width:626px !important;
         width:626px;
         height:77px;  
         margin-top: 485px;  
         margin-left:10px !important;
         margin-left:7px;
         
         float:left;
     }
     #example_6_frame #quote
     {
	     width:200px;
	     height:77px;
	     float:left;
	     padding-top:15px;
	     padding-left:20px;
 	}  
     #container_bd #example_6_frame ul li {  
         margin: 0 2px;  
     }  
     #container_bd #example_6_frame ul li img{  
         border: 1px solid #9cf;  
         width:40px;
         height:35px;
         padding: 2px;  
     }  
         #container_bd #example_6_frame ul li img:hover {border: 1px solid #369;} 