
.frame {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #444;
    display: inline;
    float: left;
    height: 330px;
    margin-right: 8px;
    padding: 10px;
    width: 220px;
}
.wrap {
    font-family: arial,sans-serif;
    height: 330px;
    overflow: hidden;
    position: relative;
    width: 220px;
}
.wrap img {
    display: block;
    z-index: -5;
}
.wrap div {
    background: url("trans.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 320px;
    left: 0;
    padding: 300px 10px 10px;
    position: absolute;
    top: 0;
    width: 180px;
}
.wrap div b {
    background: none repeat scroll 0 0 #000;
    display: block;
    height: 330px;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 300px;
    width: 220px;
    z-index: 1;
}
.wrap div span {
    position: absolute;
    z-index: 500;
}
.wrap div h1 {
    color: #94c731;
    font-size: 22px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
}
.wrap div p {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
}
.wrap div a {
    color: #94c731;
    display: block;
    font-size: 12px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: right;
    text-decoration: none;
    top: 300px;
    width: 200px;
}
.wrap div a:hover {
    color: #fff;
}
.clear {
    clear: both;
}
