﻿.box
{
    width:232px;
    height:116px;
    position:relative;
    z-index:20;
    background:url(/elements/box/images/boxBackground.png) no-repeat;
    background-position:bottom;
    }
    
    .box.portfolio
    {
        width:232px;
        height:116px;
        position:relative;
        z-index:20;
        background:url(/elements/box/images/Background.png) no-repeat;
        background-position:bottom;
        cursor:pointer;
        cursor:hand;
        }
    
    .box .boxContent .boxImage
    {
        
        width:232px;
        height:73px;
        position:absolute;
        top:0px;
        z-index:25;    
        }
        
        .box .boxContent .boxHeader
        {            
            width:232px;
            height:43px;
            position:absolute;
            bottom:0px;
            z-index:25;    
            }
            
            .box .boxContent .boxHeader .boxHeaderLabel
            {
                padding-left:25px;
                line-height:28px;
                color:#ffaec1;
                font-family:Trebuchet MS;
                font-weight:bold;
                font-size:14px;
                }
                
