/* CSS Document */
/*
{
        font: 11px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
        text-align: left;
        background-color: transparent;
        padding: 0;
        margin: 0;
        list-style: none;
}*/
img
{
        border: none;
}
/*body
{
        color: #666666;
        background-color: #000;
}*/
#carousel
{
        width: 700px;
        height: 150px;
        position: absolute;
        top: 100px;
        left: 50%;
        margin-left: -350px;
}
#carousel img
{
        border: 2px solid #fff;
}
#carousel li {
        float: left;
}
#carousel a.carouselItem
{
       position: absolute;
}

#ImageBoxOverlay
{
        background-color: #000;
        z-index: 1000;
}
#ImageBoxOuterContainer{
        z-index: 1000;
}
#ImageBoxCaption
{
        background-color: #F4F4EC;
}
#ImageBoxContainer
{
        width: 250px;
        height: 250px;
        background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
        font-weight: bold;
        padding-bottom: 5px;
        font-size: 13px;
        color: #000;
}
#ImageBoxCaptionImages
{
        margin: 0;
}
#ImageBoxNextImage
{
        background-color: transparent;
}
#ImageBoxPrevImage
{
        background-color: transparent;
}
#ImageBoxNextImage:hover
{
        background-repeat:   no-repeat;
        background-position: right top;
}
#ImageBoxPrevImage:hover
{
        background-repeat:   no-repeat;
        background-position: left bottom;
}

