
/*Begin Carousel (Slideshow) Content */
.contentFadein
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.fadein
{
    position: relative;
    height: 365px;
    margin-left: auto;
    margin-right: auto;
}
.fadein div
{
    position: absolute;
    left: 0px;
    top: -10px;
    height: 625px;
    width: 100%;
}

.carouselOuterST
{
    position: relative;
    width: 1280px;
    height: 409px;
    margin-bottom: 10px;
}
.buttonContainer
{
    position: absolute;
    top: 167px;
    /*width: 1280px;
    height: 100px;*/
    margin: auto;
    z-index: 30;
}
/* position of slideshow controller */
.prev
{
    position: absolute;
    left: 169px;
    z-index: 30;
    background: url(/orvis_assets/images/ArrowLeftSprite.png) no-repeat 0px 0px;
    width: 50px;
    height: 100px;
    border: 0;
}
.next
{
    position: absolute;
    left: 1067px;
    z-index: 30;
    background: url(/orvis_assets/images/ArrowRightSprite.png) no-repeat 0px 0px;
    width: 50px;
    height: 100px;
    border: 0;
}
div.prev:hover
{
    background: url(/orvis_assets/images/ArrowLeftSprite.png) no-repeat -50px 0px;
    cursor: pointer;
}
div.next:hover
{
    background: url(/orvis_assets/images/ArrowRightSprite.png) no-repeat -50px 0px;
    cursor: pointer;
}
.lblCell
{
    height: 88px;
}
.slideControlSmallOuter
{
    position: absolute;
    top: 230px;
    left: 575px;
    z-index: 100;
}
/*End Carousel (Slideshow) Content */

/*slideshow pagination*/
.paginationST
{
    list-style: none;
    margin: -5px 0px 0px 0px;
    padding: 0px;
    width: 126px;
}
.paginationST li
{
    float: none;
    display:inline-block;
    cursor: pointer;
    background: url(/orvis_assets/images/SlideDotSprite.png) no-repeat 0px 0px;
    height: 18px;
    width: 18px;
    margin: 0 10px 0 0;
    color: #222;
}
.PG_topLevel_DIV
{
    width: auto;
    height: auto;
}
.fadein
{
    width: 1280px;
    height: 429px;
    overflow: hidden;
    position: relative;
}
.fadein div
{
    width: 1280px;
    height: 429px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.fadein div a
{
    display:block;
    width:1280px;
    height:429px;
}
