#sleekGallery
{
    width: 980px;
    height: 425px;
    z-index:5;
}
 
.sgGallery a
{
    outline:0;
}
 
#sleekGallery img.thumbnail, #sleekGallerySet img.thumbnail
{
    display: none;
}
 
.sgGallery
{
    overflow: hidden;
    position: relative;
}
 
.sgGallery img
{
    border: 0;
    margin: 0;
}
 
.sgGallery .slideElement
{
    width: 100%;
    height: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/images/jdgallery/loading-bar-black.gif');
}
 
.sgGallery .loadingElement
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/images/jdgallery/loading-bar-black.gif');
}

* html .sgGallery .slideInfoZone
{
    bottom: -1px;
}

.sgGallery .slideInfoZone #slide0
{
    position: absolute;
    z-index: 10;
    top:350px;
    left:225px;
    text-indent: -9999px;
    width:214px;
    height:31px;
    font-size: 80%;
    color: inherit;
    background: url('/images/news/caption_experience_off.gif') no-repeat;
}

.sgGallery .slideInfoZone #slide0:hover
{
    background: url('/images/news/caption_experience_on.gif') no-repeat;
}

.sgGallery .slideInfoZone #slide1
{
    position: absolute;
    z-index: 10;
    top:350px;
    left:554px;
    text-indent: -9999px;
    width:426px;
    height:40px;
    font-size: 80%;
    color: inherit;
    background: url('/images/news/caption_ccss_off.gif') no-repeat;
}

.sgGallery .slideInfoZone #slide1:hover
{
    background: url('/images/news/caption_ccss_on.gif') no-repeat;
}

.sgGallery .slideInfoZone #slide2
{
    position: absolute;
    z-index: 10;
    text-indent: -9999px;
    top:290px;
    left:0px;
    width:382px;
    height:40px;
    font-size: 80%;
    color: inherit;
    background: url('/images/news/caption_s2_off.gif') no-repeat;
}

.sgGallery .slideInfoZone #slide2:hover
{
    background: url('/images/news/caption_s2_on.gif') no-repeat;
}

.sgGallery .slideInfoZone #slide3
{
    position: absolute;
    z-index: 10;
    top:70px;
    left:719px;
    text-indent: -9999px;
    width:265px;
    height:40px;
    font-size: 80%;
    color: inherit;
    background: url('/images/news/caption_tc_off.gif') no-repeat;
}

.sgGallery .slideInfoZone #slide3:hover
{
    background: url('/images/news/caption_tc_on.gif') no-repeat;
}
 
.sgGallery a
{
    font-size: 100%;
    text-decoration: none;
    color: inherit;
}
 
.sgGallery a.right, .sgGallery a.left
{
    position: absolute;
    height: 99%;
    width: 25%;
    cursor: pointer;
    z-index:10;
}
 
.sgGallery a.left
{
    left: 0;
    top: 0;
    background: url('/images/jdgallery/fwd1a.png') no-repeat center left;
}

* html .sgGallery a.left { background: url('/images/jdgallery/fleche1.gif') no-repeat center left; }

.sgGallery a.right
{
    right: 0;
    top: 0;
    background: url('/images/jdgallery/fwd2a.png') no-repeat center right;
}

* html .sgGallery a.right { background: url('/images/jdgallery/fleche2.gif') no-repeat center right; }

.sgGallery a.left:hover
{
    left: 0;
    top: 0;
    background: url('/images/jdgallery/fwd1.png') no-repeat center left;
}

* html .sgGallery a.left:hover { background: url('/images/jdgallery/fleche1.gif') no-repeat center left; }

.sgGallery a.right:hover
{
    right: 0;
    top: 0;
    background: url('/images/jdgallery/fwd2.png') no-repeat center right;
}

* html .sgGallery a.right:hover { background: url('/images/jdgallery/fleche2.gif') no-repeat center right; }
 
.sgGallery a.open
{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
 
.withArrows a.open
{
    position: absolute;
    top: 0;
    left: 25%;
    height: 99%;
    width: 50%;
    cursor: pointer;
    z-index: 10;
    background: none;
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
/*
.withArrows a.open:hover { background: url('/images/jdgallery/open.png') no-repeat center center; }
 
* html .withArrows a.open:hover { background: url('/images/jdgallery/open.gif') no-repeat center center;
    filter:alpha(opacity=80); }
*/