/* example_6 css */  
     /*#example_6 {  
         position: relative; 
         overflow: hidden;  
         width: 640px !important; 
         width:646px;  
         height: 600px; 
         margin: 0;  
         margin-bottom:40px !important;
		 margin-bottom:-50px;
		 margin-top:-90px;
         background: #fff; 
         z-index:10;

         
     }  
       
     #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 {  
         position: relative; /* important */  
         overflow: hidden; /* important */  
         width: 600px !important; /* important */
         width:595px;  
		 left:0px !important;
		 left:4px;
         height: 360px; /* important */  
         margin: 0;  
         margin-bottom:40px !important;
		 margin-bottom:-50px;
		 margin-top:-90px;
         background: #fff; 
         z-index:10;

         
     }  
       	  /*#example_6 img{  
		  cursor:pointer;
	}
*/	   
     #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; 
		 cursor: pointer;
         
     }  
    /*ORIGINAL CODE*/   
    /* #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;} */

/*NEW CODE*/
		#example_6_frame {  
         position: relative;
         background:url(../images/product_examples_vertical.jpg) no-repeat;
         width:66px !important;
         width:66px;
         height:351px;  
		float:right;
		z-index:1000;


     }
     #example_6_frame #quote
     {
	     width:200px;
	     height:77px;
	     float:left;
	     padding-top:15px;
	     padding-left:20px;
 	} 
	 #container_bd #example_6_frame ul 
	 {
		position:relative;
		right:-5px;
	 }
     #container_bd #example_6_frame ul li {   
		position:relative;
		padding:5px;

     }  
     #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;} 
