﻿/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
    list-style: none;
}

.hoverbox img
{
    background: #fff;
    border-color: #aaa #ccc #ddd #bbb;
    border-style: solid;
    border-width: 1px;
    color: inherit;
    padding: 2px;
    vertical-align: top;
}

.hoverbox li
{
    background: #eee;
    border-color: #ddd #bbb #aaa #ccc;
    border-style: solid;
    border-width: 1px;
    color: inherit;
    display: inline;
    float: left;
    margin: 3px;
    padding: 5px;
    position: relative;
}

.hoverbox a
{
    cursor: pointer;
}

.hoverbox a .preview
{
    display: none;
}

.hoverbox a:hover .preview
{
    display: block;
    position: absolute;
    top: -33px;
    left: -50px;
    z-index: 1;
}

.hoverbox .preview
{
    border-color: #000;
}

/* =Internet Explorer Hacks
----------------------------------------------------------------------*/

* html .hoverbox a
{
    position: relative;
}

* html .hoverbox a:hover
{
    font-size: 100%;
    z-index: 1;
}

* html .hoverbox a:hover .preview
{
    top: -38px;
    left: -50px;
}

* html .hoverbox li
{
    position: static;
}
/*--------------------------------------------------------------------------------------------------
						lightbox
-----------------------------------------------------------------------------------------------------*/


#lightbox
{
    background-color: #eee;
    padding: 20px;
}
#lightboxDetails
{
    font-size: 0.8em;
    padding-top: 0.4em;
}
#lightboxCaption
{
    float: left;
}
#keyboardMsg
{
    float: right;
}
#closeButton
{
    top: 5px;
    right: 5px;
}

#lightbox img
{
    border: none;
    clear: both;
}

#overlay
{
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
