.item {
        width:200px;
        height:160px;
        border:1px solid #E5F0FB;
        margin:10px 0px 0px 15px;
        overflow:hidden;
        position:relative;
        float:left;
}
.itemdesc {
        width:330px;
        height:160px;
        border:0px;
        margin:10px 0px 0px 0px;
        overflow:hidden;
        position:relative;
        float:left;
}
.item .caption {
        width:200px;
        height:61px;
        bottom:0;
        color:#fff;
        background:#000;
        font-weight:700;
        position:absolute;
        left:0;
        display:none;
        filter:alpha(opacity=82);
        -moz-opacity:0.9;
        opacity: 0.9;
}
.item .caption a {
        text-decoration:none;
        color:#0cc7dd;
        font:90%/1.3em;
        letter-spacing:-1px;
        font-family:'Trebuchet MS', sans-serif;
        padding:5px;
        display:block;
}
.item .caption p {
        padding:5px;
        margin:0;
        color:#fff;
        line-height:15px;
        font-size:12px;
        font: 90%/1.3em 'Trebuchet MS', sans-serif;
}
.item img {
        border:0;
        position:absolute;
}
 
