.groups .group .fbox {
    display: block;
    position: relative;
    width: 454px;
    height: 154px;
    margin: 3px 13px 17px 17px;
    float: left;
}

.groups .group .fbox > .border {   
    top: 0;
    left: 0;    
    width: 452px;    
    height: 152px;
    display: block;
}

.groups .group .fbox > .border > .gradient {
    left: 151px;
    right: 101px;
    background: rgba(255,255,255, 0);
    background: -moz-linear-gradient(left,  rgba(232, 243, 249, 0) 0%, rgba(232, 243, 249, 0.5) 30%, rgba(232, 243, 249, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232, 243, 249, 0)), color-stop(30%, rgba(232, 243, 249, 0.5)), color-stop(100%, rgba(232, 243, 249, 1)));
    background: -webkit-linear-gradient(left, rgba(232, 243, 249, 0) 0%, rgba(232, 243, 249, 0.5) 30%, rgba(232, 243, 249, 1) 100%);
    background: -o-linear-gradient(left,    rgba(232, 243, 249, 0) 0%, rgba(232, 243, 249, 0.5) 30%, rgba(232, 243, 249, 1) 100%);
    background: -ms-linear-gradient(left,   rgba(232, 243, 249, 0) 0%, rgba(232, 243, 249, 0.5) 30%, rgba(232, 243, 249, 1) 100%);
    background: linear-gradient(to right,   rgba(232, 243, 249, 0) 0%, rgba(232, 243, 249, 0.5) 30%, rgba(232, 243, 249, 1) 100%);
/*     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); */
}

.groups .group .fbox:hover > .border > .gradient {
    background: rgba(255,255,255, 0);
    background: -moz-linear-gradient(left,  rgba(204,234,250, 0) 0%, rgba(204,234,250, 0.5) 30%, rgba(204,234,250, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(204,234,250, 0)), color-stop(30%, rgba(204,234,250, 0.5)), color-stop(100%, rgba(204,234,250, 1)));
    background: -webkit-linear-gradient(left, rgba(204,234,250, 0) 0%, rgba(204,234,250, 0.5) 30%, rgba(204,234,250, 1) 100%);
    background: -o-linear-gradient(left,    rgba(204,234,250, 0) 0%, rgba(204,234,250, 0.5) 30%, rgba(204,234,250, 1) 100%);
    background: -ms-linear-gradient(left,   rgba(204,234,250, 0) 0%, rgba(204,234,250, 0.5) 30%, rgba(204,234,250, 1) 100%);
    background: linear-gradient(to right,   rgba(204,234,250, 0) 0%, rgba(204,234,250, 0.5) 30%, rgba(204,234,250, 1) 100%);
/*     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); */
}

.groups .group .fbox > .bgr {
    position: absolute;
    z-index: -2;
    background: #e8f3f9;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
}

.groups .group .fbox:hover > .bgr {
    background: #cceafa;
}

.groups .group .fbox > img {
    position: absolute;
    z-index: -2;
    top: 2px;
    left: 2px;
}

.groups .group .fbox > img.hover-img {    
    z-index: -3;
    display: none;
}

.groups .group .fbox:hover > img {            
    display: none;
}

.groups .group .fbox:hover > img.hover-img {        
    z-index: -2;
    display: block;
}

.groups .group .fbox > h1 {
    color: #0094e7;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    
    padding: 11px 16px 0 138px;
    height: 66px;
    line-height: 22px;
}

.groups .group .fbox > h1 > b {
    font-weight: 700;
}

.groups .group .fbox > .desc {
    color: #093277;
    font-size: 13px;
    text-align: right;
    padding: 13px 16px 0 138px;
    line-height: 17px;
}

.groups .groups-text {
    color: #093277;
    font-size: 15px;
    font-weight: 600; 
    width: 938px;
    margin-left: 17px;
    margin-top: 6px;
    line-height: 25px;
}

.groups .groups-text a {
    color: #093277;
    font-size: 15px;
    font-weight: 600;
}

.groups .groups-text a:hover {
    color: #0094e7;
}



.groups .groups-text a.title {
    text-transform: uppercase;
}
