.hoverbox
{
        cursor: default;
        list-style: none;
}
.hoverbox a
{
        cursor: default;
}
.hoverbox a .preview
{
        display: none;
}
.hoverbox a:hover .preview
{
        display: block;
        position: relative;
        top: 60px;
        left: 60px;
        z-index: 99;
}

.hoverbox img
{
/*        background: #8B4513; */
/*
        border-color: #FFE5B2 #FFD700 #FFE5B2 #FFD700;
        border-style: solid;
        border-width: 3px;
        color: inherit;
        padding: 2px;
        vertical-align: top;
*/
/*
        width: 100px;
        height: 75px;
*/
/*
        width: auto;
        height: auto;
*/
}

/* .hoverbox li */
.hoverbox div
{
        background: #8B4513;
/*
        border-color: #FFE5B2 #FFD700 #FFE5B2 #FFD700;
        border-style: solid;
        border-width: 1px;
        color: inherit;
        display: inline;
*/
/*        float: left; */
        margin: 0px;
        padding: 0px;
        position: relative;
/*        position: absolute; */
}

.hoverbox .preview
{
        border-color: #000;
        position: relative;
        z-index: 99;
/*
        width: 200px;
        height: 150px;
*/
/*
        width: auto;
        height: auto;
*/
}
