/**#main{
    list-style-type: none;
    margin:0 15px;
    padding:0;
}
#main li{
    float:left;
    width:104px;
    height:104px;
    margin: 10px 5px;
    background-color: #FFF
}
#main li.project_round img{
    display: block;
    width: 80px;
    height: 80px;
    border: 3px solid white;
    border-width: 2px 7px;
    padding:4px 5px;
}
#main li a.project{
    display: block;
    position:absolute;
    border: 3px double #3561B1;
    border-width: 2px;
    padding: 9px;
}**/
ul.projects {
    list-style-type:none;
}

ul.projects li{
    float:left;
    width:104px;
    height:104px;
    margin: 10px 5px;
    background-color: #FFF
}

ul.projects li img{
    display: block;
    width: 80px;
    height: 80px;
    cursor:pointer;
}

div.project {
    position:absolute;
    overflow:hidden;
    width: 80px;
    height: 80px;
    border: 3px solid #3561B1;
    padding: 9px;
    background-color:white;
    cursor: pointer;
}

div.project table {
    white-space: nowrap;
}

div.project span {
    font-size:1.3em;
}

div.project_back {
    z-index:1000;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:black;
    opacity:0.9;
    cursor:pointer;
}

div.project_load {
    z-index:1000;
    position:fixed;
    width: 31px;
    height:31px;
    border:2px solid darkblue;
    top:50%;
    left:50%;
    padding:20px;
    background-color:white;
    margin-left:-16px;
    margin-top:-16px;
}

div.project_frame {
    z-index:1001;
    position:fixed;
    width: 500px;
    /*height:500px;*/
    border:2px solid darkblue;
    top:50%;
    left:50%;
    padding:20px;
    background-color:white;
    margin-left:-270px;
    margin-top:-270px;
}

/***
#main li a.project:hover div.sidecar{
    display:inline-table;
}
#main li a.project:hover img{
    display:inline;
}

#main li a.project div.sidecar {
    width: 0px;
    height: 80px;
    display: none;
    overflow:hidden;
}

div.top {
 position:absolute;
 padding:0px;
 margin:0px;
 width:100%;
 height:25px;
 top:0px;
 left:0px;
 background-color:#3561B1;
}
 #top {margin: 0px; padding: 4px 10px;}

 div.box {
 width:10px;
 height:10px;
 border:3px double white;
 background-color: white;
 display:inline;
 margin-bottom:-4px;
 margin-right:4px;
 margin-left:4px;
}
**/
