
#wrap {
    color: #404040;
    /*margin: 0 12%;*/
	width:660px;
	margin-left:16px;
	margin-bottom:10px;
}
 .prev{
  background-image:url(../images/button_Left.gif);
  height:74px;
  float:left;
  width:16px;
  margin-right:0px; margin-top:15px;
  position:relative;
      }
 .prev:hover{ background-image:url(../images/button_Left_arr.gif);}
 .next
 {
   background-image:url(../images/button_Right.gif);
   height:74px;
   float:left;
   width:16px;
   margin-top:15px;
   position:relative;
 }
.next:hover{ background-image:url(../images/button_Right_arr.gif);}
         .anyClass
         {
             
             background-repeat:repeat-x;
             width:610px;
             height:125px;
             float:left;
			/* border:1px solid #ccc;*/
			 padding:5px;
			 overflow:hidden;
			 position:relative;

         }
         .anyClass li
         {
             text-align:center; float:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#900; font-weight:bold;
			 
         }
		 
		 .anyClass ul{ list-style:none;}
		 
		 .border
          {
	       border:1px solid #DE2C3E;/*新议案机啊的*/
		  }
		  
        .border1{	
		border:1px dotted #dfdfdf;/*新议案机啊的*/
		}
		.listing_images
		{	  
	  width:85px; margin:0; height:102px;
	  display:table-cell!important; vertical-align:middle!important;/*ie8,ff*/
		}

	   .listing_images img{ vertical-align:middle; 
	   *margin-top: expression(( 102 - this.height ) / 2)!important;/*ie7*/
	   margin-top: expression(( 102 - this.height ) / 2)!important;/*ie6*/
	   }
	   
       .listing_images_ie8
		{	  
	  width:85px; margin-left:7px; margin-right:7px; height:102px;

		}
