/* 
    Document   : style
    Created on : 16.04.2012, 17:11:01
    Author     : Mishka
    Description:
        Purpose of the stylesheet follows.
*/

body { margin: 20px; }

div.image {
  position:relative;  
  overflow:hidden;
  float:left;
}

div.image a i {
  background-color: #DA4F49;
}
div.image a i:hover {
  background-color: #A61B15;
}

.delete-image,
.delete-image-array,
.delete-image-array2 {
  position:absolute;
  top:0px;
  left:100%;
  margin-left:-14px;
}


