# {
   width: px; /* important to be same as image width */
   height: px; /* important to be same as image height */
   position: relative;
   overflow: hidden;
}

#Content {
   width: px; /* important to be same as image width or wider */
   position: absolute;
   top: -15px;
   margin-left: 0px;  
   padding-left: 0;
   
   list-type: none inside !important;
}

.Image {
   float: left;
   position: relative;
   display: none;
   margin: 0px;
}

.Image span {
   position: absolute;
   left: 0;
   top:263px;
   /*font: 10px/15px Arial, Helvetica, sans-serif;*/
   padding: 10px 13px;
   width: px;
  font-family: 'Margarine', cursive;
  font-size:20px;
   filter: alpha(opacity=0); /* here you can set the opacity of box with text */
   -moz-opacity: ; /* here you can set the opacity of box with text */
   -khtml-opacity: ; /* here you can set the opacity of box with text */
   opacity: ; /* here you can set the opacity of box with text */
   color: #6e4900;
   display: none;
}

.clear {
   clear: both;
}
.top {
    top: 0;
    left: 0;
}
.bottom {
    bottom: 0;
    left: 0;
}
.left {
    top: 0;
    left: 0;
    width: 100px;
    height: px;
}
.right {
    right: 0;
    bottom: 0;
    width: 100px;
    height: px;
}