﻿hr {
    border-top: 1px solid #c6c6c9;
    margin-top: 40px;
    width: 95%;
    }

#referances #selecteditem {
    height: 100%;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}

ul.list {
    width: 105%;
    display: table;
    margin: 0 auto;
    padding: 0; 
    }

    ul.list li {
        list-style-type: none;
        padding: 0;
        margin: 0 5px 15px 0;
        display: table;
        float: left;
        }
        
        ul.list li a {
            height: 100px;
            overflow: hidden;
            display: block;
            }
        
        ul.list li.first {
            display: block; 
            width: 100%;
            margin-bottom: 40px;
            }
        
        ul.list li.first img { 
            margin: 10px 0;
            width: 864px;
            display: block;
            }
        
        ul.list li.thumb img {
            display: block;
            width: 213px;
            margin-bottom: 5px;
            }

ul.thumb {
    list-style: none;
    margin: 0;
    padding: 10px;
    }

    ul.thumb li {
        margin: 0;
        padding: 5px;
        float: left;
        position: relative;
        width: 158px;
        height: 60px;
        }

    ul.thumb li img {
        width: 212px;
        border: 1px solid #ddd;
        padding: 5px;
        background: #f0f0f0;
        position: absolute;
        left: 0;
        top: 0;
        -ms-interpolation-mode: bicubic;
        }

    ul.thumb li img.hover {
        background: url('/Customers/bere/skin/images/referance/border_frame.png') no-repeat center center;
        border: none;
        }

#selecteditem_link { display: block; }
