﻿#portfolio-close-button
{
    position:fixed;
    top:0px;
    left:50%;
    
    margin-left:-75px;
    width:150px;
    z-index:3000;
    cursor:pointer;
    cursor:hand;
    display:none;
    }

#portfolio
{
    position:fixed;
    left:50%;
    top:50px;
    margin-left:-465px;
    width:980px;
    height:800px;
    
    z-index:2100;
    
    display:none;
    
    
    }
    
    #portfolio ul
    {
        
        list-style-type:none;
        list-style-position:outside;
        }
        
        #portfolio #thumbnails img
        {
            border:3px solid #000;
            }
        
         #portfolio ul li
         {
             width:100px;
             height:100px;             
             margin-right:5px;
             margin-bottom:5px;
             float:left;
             border:5px solid black;
             
             background:none !important;
             }
             #portfolio ul li img
             {
                 width:100px;
                 height:100px;
                 }
             
    #portfolio ul li:hover
    {
        border:5px solid #fff;
        cursor:pointer;
        cursor:hand;
        }
    
.portfolioBackground
{
    width:100%;
    height:100%;
    position:fixed;    
    top:0px;
    left:0px;       
    
    background-color:#000;
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;	
    z-index:1900;        
    display:none;
    }
    
    