div.lastproject
{
    margin-left: 31px;
    margin-top: 4px;
    position: relative;
    height: 310px;
    margin-bottom: 10px;
}

div.lastproject h4
{
    background-image: url( ../../images/langs/pl/lastproject.png );
    
    width: 224px;
    height: 60px;
    color: transparent;
    font-size: 0;
}

div.lastproject ul.projects li
{
    display: none;
    
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    text-align: center;
}

div.lastproject ul.projects li a.preview
{
    display: block;
    margin: 0 auto;
    border: 1px solid #162a52;
    background-color: #3162A7;
    padding: 1px;
    line-height: 200px;
    height: 200px;
    width: 200px;
    text-align: center;
    font-size: 0;
    
    -moz-border-radius: 2px;
}

div.lastproject ul.projects li a.preview img
{
    vertical-align: middle;
}

div.lastproject ul.projects li a.name
{
    left: 50px;
    position: absolute;
    top: 212px;
    width: 100px;
}

div.lastproject span.name
{
    position: absolute;
    bottom: 20px;
    font-size: 9px;
    color: #b5cfd8;
}

div.lastproject ul.btns
{
    position: absolute;
    bottom: 0px;
    right: 40px;
    z-index: 10001;
}

div.lastproject ul.btns li
{
    float: left;
    width: 19px;
    height: 34px;
    margin-right: 2px;
}

div.lastproject ul.btns li.btnPrev
{
    background-image: url( ../../images/lastprojectPrev.png );
}

div.lastproject ul.btns li.btnPause
{
    background-image: url( ../../images/lastprojectPause.png );
}

div.lastproject ul.btns li.btnNext
{
    background-image: url( ../../images/lastprojectNext.png );
}

div.lastproject ul.btns li span
{
    cursor: pointer;
    color: transparent;
    font-size: 0;
    display: block;
    width: 19px;
    height: 19px;
}
/*
div.lastproject h4 
{
    width: 100%;
    height: 60px;
    overflow: hidden;
}

div.lastproject h4 span
{
    display: none;
}

div.lastproject img.screen
{
    border: 2px solid #3162A7;
    margin-left: 15px;
    margin-top: 10px;
}

div.lastproject div.name
{
    position: absolute;
    left: 0px;
    bottom: 20px;
    font-size: 9px;
    color: #b5cfd8;
}

div.lastproject div.name a
{
    font-size: 9px;
}

div.lastproject ul
{
    list-style-type: none;
    list-style-position: outside;
    position: absolute;
    bottom: 0px;
    right: 40px;
}

div.lastproject ul li
{
    float: left;
    width: 19px;
    height: 36px;
    overflow: hidden;
    margin-right: 2px;
}
*/
