﻿#ReferensObjectList
{
    width:1010px;
    
    }
    
    #ReferensObjectList .ReferensObjectItem
    {
        width:469px;
        height:320px;
        float:left;
        position:relative;
        margin-right:10px;
        margin-bottom:20px;
        background:url(/functions/ReferensObjectList/Images/RefObjectBackground.png) no-repeat;
        }
        
        #ReferensObjectList .ReferensObjectItem .ReferensObjectImageHolder
        {
            width:443px;
            height:294px;
            position:absolute;
            top:13px;
            left:13px;
            z-index:5;
            overflow:hidden;
                       
            }
            
            #ReferensObjectList .ReferensObjectItem .ReferensObjectDescriptionHolder
            {
                position:absolute;
                left:13px;
                
                z-index:10;
                bottom:18px;
                height:50px;
                width:443px;
                
                background:#fff;
                filter:alpha(opacity=80);
            	-moz-opacity:0.8;
            	-khtml-opacity: 0.8;
            	opacity: 0.8;
                }
                
                #ReferensObjectList .ReferensObjectItem .ReferensObjectDescriptionContent
                {
                    position:absolute;
                    z-index:12;
                    bottom:20px;
                    height:40px;
                    width:100%;
                    text-align:center;
                    line-height:18px;
                    color:#3e3e3e;
                    
                    
                    }