﻿#slidingboxes  
{
 height:160px;
 margin-top:1em;
}

#slidingboxes a{ color:#C8DCE5; }
#slidingboxes h3{ margin: 5px 5px 0 5px; color:#FFF; font-size:1.5em; letter-spacing:-1px; font-weight: bold;  }


.boxgrid
{
    width: 170px;
    height: 150px;
    margin-left: 10px;
    margin-right: 50px;
    float: left;
    background:#fff;     
    border: solid 1px #CCC;
    overflow: hidden;
    position: relative;
}
.boxgrid img
{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
.boxgrid p
{
    padding: 0 10px;
    color: #afafaf;
    
    
}

.boxcaption
{
    float: left;
    position: absolute;
    background: #000;
    height: 80px;
    width: 100%;
    opacity: .8; /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption
{
    top: 160px;
    left: 0;
}
.caption .boxcaption
{
    top: 160px;
    left: 0;
}
