.mod_textblock .text_img {
   position:relative;
   z-index:2;
   }

.mod_textblock .text_img a {
   }

.mod_textblock .description {
   font-size:11px;
   font-style:italic;
   }
   
/* Image on the left */

.img_position_1 .text_img {
   float:left;
   margin:0 15px 15px 0;
   }
.img_position_1 .description {
   text-align:left;
   }
   
/* Image on the right */

.img_position_2 .text_img {
   float:right;
   margin:0 0 15px 15px;
   }
.img_position_2 .description {
   text-align:right;
   }
   
/* Image on the bottom */

.img_position_3 .text_img {
   margin:5px 0;
   }
   
/* Image on the top */

.img_position_4 .text_img {
   margin:5px 0;
   }