/* *************************************** Slide Show *************************************** */

#s4-workspace .WR_Slideshow,
#s4-workspace .WR_MidHero
{
    height: auto;
    min-height: 470px;
}

#s4-workspace .WR_Slideshow .pagination li a
{
    background: transparent url('/Style Library/images/pagination-default.png') no-repeat 0 0;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    border: none;
}
#s4-workspace .WR_Slideshow .pagination li.current a
{
    background-image: url('/Style Library/images/pagination-current.png');
}
#s4-workspace .WR_Slideshow .bprev
{
    background: url("/Style Library/Images/pagination-previous.png") no-repeat top center;
    width: 20px;
    height: 14px;
}
#s4-workspace .WR_Slideshow .bnext
{
    background: url("/Style Library/Images/pagination-next.png") no-repeat top center;
    width: 20px;
    height: 14px;
}
#s4-workspace .WR_Slideshow .capt
{
    display: none;
}

#s4-workspace .WR_Slideshow div.slides_control
{
    min-height: 470px;
}

#s4-workspace .WR_Slideshow img.sldimg
{
    height: auto !important;
    max-height: 470px;
}



/* *************************************** Media *************************************** */

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    #s4-workspace #vol_slideshow
    {
        height: 0px;
        padding-bottom: 49.5%;
    }

    div.wr_MidHero,
    div.slides,
    div.slides_container *
    {
        width: 100% !important;
    }
    table.ctrl_Paging a, table.ctrl_Paging li
    {
        width: 14px !important;
    }
    
    #s4-workspace .slides_container
    {
        overflow: visible !important;
    }
    
    table.ctrl_Paging
    {
        position: absolute !important;
        z-index: 10000 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 799px)
{
    table.ctrl_Paging
    {
        bottom: 100px;
    }

    #HomePage #HomeSearch
    {
        top: 365px;
    }     
}

@media only screen and (min-width: 800px) and (max-width: 849px)
{
    table.ctrl_Paging
    {
        bottom: 80px;
    }

    #HomePage #HomeSearch
    {
        top: 380px;
    }        
}


@media only screen and (min-width: 850px) and (max-width: 899px)
{
    table.ctrl_Paging
    {
        bottom: 55px;
    }

    #HomePage #HomeSearch
    {
        top: 400px;
    }       
}

@media only screen and (min-width: 900px) and (max-width: 949px)
{
    table.ctrl_Paging
    {
        bottom: 30px;
    }
}

@media only screen and (min-width: 950px) and (max-width: 990px)
{
    table.ctrl_Paging
    {
        bottom: 5px;
    }
}