img {
   border: 0px;
   margin: 0px;
}

.image_listing
{
   position: relative; 
   margin: 10px; 
   border: 0; 
   text-align: left;
   background-color: #191919;
}

.image_listing div
{
   position: absolute; 
   border: 0; 
   left:0; 
   top: 0; 
   width:0; 
   height:0; 
   margin: 0;
   padding: 0;     
}

.image_listing div div
{ 
   border: 0px solid #cccccc; 
}

.image_listing div div img
{
   cursor: pointer;
}

.image_listing_butt {
   position: absolute; 
   border: 0; 
   left:0; 
   top: 0; 
   width:0; 
   height:0; 
   margin: 0;
   padding: 0;
   background-color: black;
   background-repeat: no-repeat;
   background-position: center center; 
}

.image_listing_show {
   margin: 0;
   padding: 0;    
   border: 1px solid #cccccc; 
}