@CHARSET "UTF-8";

div.videoBox
{
    display: none;
}

.videoBox
{
    width: 620px;
    height: 410px;
}

span.videoLink
{
    display: inline;
}

img.videoLink
{
    cursor: pointer;
}

img.youtubeicon
{
    position: relative;
    top: 4px;    
}

/****************************************************************
* Lightbox
*/

.lightboxIcon
{
    cursor: pointer;
    display: inline;
    position: relative;
    width: 16px;
    height: 16px;
    padding: 0px;
    margin: 0px;
}

.lightboxThumbOverIcon
{
    width: 32px;
    height: 32px;
    z-index: 3;
}

.lightboxThumbBox
{
    position: absolute;
    left: 2px;
    top: 16px;
    z-index: 2;
}

.lightboxThumb
{
    position: absolute;
    left: 0px;
    top: 16px;
}