
.captionfull,
.caption,
.slideright,
.slidedown,
.thecombo {
    position: relative;
    width: 100%;
    height: 150px;
    margin: 10px;
    float: left;
    margin-left: 0px;
    background: #161613;
    overflow: hidden;
}

.caption2 {
    position: relative;
    width: 100%;
    height: 130px;
    margin: 10px;
    margin-left: 0px;
    float: left;
    background: #161613;
    overflow: hidden;
}

.caption3 {
    position: relative;
    width: 100%;
    height: 110px;
    margin: 10px;
    margin-left: 0px;
    float: left;
    background: #161613;
    overflow: hidden;
}

.captionfull img,
.caption img,
.caption2 img,
.caption3 img,
.slideright img,
.slidedown img,
.thecombo img {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
}

.boxcaption {
    float: left;
    position: absolute;
    background: #222222;
    height: 100px;
    width: 100%;
    opacity: 0.7;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.captionfull .boxcaption {
    top: 260;
    left: 0;
}

.caption .boxcaption {
    top: 220;
    left: 0;
}
.caption2 .boxcaption {
    top: 220;
    left: 0;
}

.caption3 .boxcaption {
    top: 220;
    left: 0;
}

.boxgrid_title {
    font-size: 14px;
    padding: 4px 5px 0 10px;
    color: white;
}

.boxgrid_title span{
    font-size: 11px;
    color: white;
}

.boxgrid_con {
    font-size: 12px;
    padding: 4px 5px 0 10px;
    color: white;
}

.boxgrid_con a{color: #fff}
