.products-list li.item:hover .product-image img {
   transform: scale(11);
   -ms-transform: scale(1);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
   M11=1, M12=-0, M21=0, M22=1);
}

.li_hotel_accueil:hover   #wrappImgListHotel img{
   transform: scale(1);
   -ms-transform: scale(1);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
   M11=1, M12=-0, M21=0, M22=1);
}

#bookingEngineHome #ville, #bookingEngineHome #HotelList, #bookingEngineHome .select_taille3, .select_taille1, .select_taille3, .sparkbox-custom, .form-list select{padding:7px 8px; height:38px; font-size:13px; color:#666; background:none; font-family: 'Raleway',sans-serif;}
.textSelect, #textSelectHotel, #textSelectVille, #textSelectNight, #textSelectLimiter, #textSelectSortBy, #textSelectContact{display:none}
.pager .limiter select, .sorter select{height: 36px; padding: 5px 7px !important; background-image:none; color:#777; font-size:11px; font-family: 'Raleway',sans-serif;}
.sparkbox-custom, .form-list select{height:35px!important}
#nightSelect{font-family:arial!important}
#hgp-bloc-resa-fiche .select_taille1{padding:7px 7px 8px 3px}

#bookingEngineHome table.gd_tableau tr{position:static}
.textSelect{}
#textSelectHotel{left:293px}
#textSelectVille{left:23px}
#textSelectNight{left: 695px;}
body{border:10px solid red}


.products-list li .product-image img {
   width: 200px; 
    -ms-transition: all .3s ease-out;
}
.products-list li.item:hover .product-image img {
   -ms-transform: scale(1.1);
	
}
.products-list li.item img.stars{
	border: 0;
margin-right: -4px;
}
#wrappImgListHotel img{
   -ms-transition: all .3s ease-out;
}

   
.li_hotel_accueil:hover   #wrappImgListHotel img{

   -ms-transform: scale(1.1);
	
}