.last-projects{
    margin-top: 50px;;
    float: left;
    width: 950px;
}
.last-projects .layout-box.lb-33 + .layout-box.lb-33 {
    margin-left: 0.5%;
}

.last-projects .project{
    overflow:hidden;
     height:226px;
}

.layout-box {
  width: 33%;
  float: left;
}



.last-projects .project .addon{
    background:url('../images/proj_01.png') repeat;
     height:226px;
     margin-top:180px;
     padding:0px 30px 15px 30px;
     color:white;
     font-size:0.9em;
}
.last-projects .project .addon .h{
     height:40px;
     padding:15px 0px 0px 0px;
}
.last-projects .project .addon .h h3{
     font-weight:normal;
     font-size:1.0em;
     margin:0;
     padding:0;
}
.last-projects .lb-33 .trian{
    background:url('../images/proj_02.png') bottom no-repeat;
    width:25px;
    height:7px;
    margin-top:-7px;
    margin-left:25px;
    position:absolute;
}

