.ff-content a img
{
    opacity:.7;
    border:none;
}

.bike
{
    width:920px;
    height:210px;
    left:20px; 
    position:absolute;
}

.icons p
{
    line-height:45px !important;
    padding-bottom:5px !important;
    height:30px !important;
}

.bike_photo
{
    -webkit-animation: bike-go .3s;
    -moz-animation: bike-go .3s; 
    animation: bike-go .3s;
    min-height:310px;
    max-height:314px;
    margin:-45px 0 0 -60px;
}
    

.bike-desc
{
    width:425px;
    float:left;
    margin-left:-20px;
    margin-top:30px;
    -webkit-animation: desc-go .3s;
    -moz-animation: desc-go .3s; 
    animation: desc-go .3s;
    position:relative;
}



.bike a, .ff-content a, .bike a.first, .bike a.last
{
    border-radius:0;
}