#HotelThumbImg{
 position:absolute;
 z-index:99999;
 left:-9999px;
 top:-9999px;
}
#HotelThumbImg .Tarea{
    min-width:200px;
    min-height:200px;
    background:url('../images/ajax-load.gif') no-repeat  center center;	
    width:auto;
    height:auto;
	background-color:black;
	padding:15px 15px;
}

#Tarrow{
  height:20px;
  width:31px;
  position:absolute;
  z-index:99999;
}
#Tarrow.top{
   background:url('../images/blackarrow.png') no-repeat  center center;
}
#Tarrow.bottom{
   background:url('../images/blackarrow2.png') no-repeat  center center;
}
#Tarrow.left{
   background:url('../images/blackarrow3.png') no-repeat  center center;
  height:31px;
  width:20px;

}
#Tarrow.right{
   background:url('../images/blackarrow4.png') no-repeat  center center;
   height:31px;
   width:20px;

}

#HotelThumbImg img{
  max-width:567px;
  width:auto;
  border:2px solid white;
}
#HotelThumbImg img.out{
margin-top:-9999px;
margin-left:-9999px;	
}