.linkcard{
    margin: 15px 28px;
    _height: 213px;
    min-height: 213px;
    border: solid 1px #7C4C27;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    background: #E69B36;
    position: relative;
}

.linkcard .photo{
    float: left;
    margin: 5px;
    width: 200px;
    height: 200px;
    border: solid 1px #5C2C07;
    /*padding: 1px;*/
}

.linkcard .photo img{
    padding: 0px;
}

.linkcard .photo1{
    position: absolute;
}

.linkcard .btnbox{
    clear: both;
}

.linkcard .name {
    float:right;
    font-weight:bold;
    margin:4px 3px;
    padding:0;
    text-align:center;
    text-indent:0;
    width:206px;
}

.linkcard .description {
    float:right;
    font-size:12px;
    padding:2px 10px;
    position:relative;
    width:190px;
    margin: 0;
}

.linkcard .more {
    bottom:0;
    right: 2px;
    font-size: 13px;
    display:block;
    height:30px;
    position:absolute;
    text-align:center;
    width:90px;
}