body #wrap
{
    background: transparent;
    overflow: hidden;
}

body #content
{
    background: #ffffff;
}

#royalSliderHomeHolder
{
    background: #ffffff;
    overflow: hidden;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5000 !important;
}

#royalSliderHomeHolderInner
{
    position: relative;
    margin: 0px;
}

#royalSliderHomeHolderInner #royalSliderHome
{
    margin-bottom: 0px !important;
}

#royalSliderHomeHolderInner .input-form-caption
{
    display: none;
}

.royalSliderHolder .a-left
{
    position: absolute;
    height: 100%;
    width: 30%;
    top: 60px;
    left: 0;
    background: transparent url(../images/slideshow/empty.gif);
    cursor: pointer;
    z-index: 99;
}

.royalSliderHolder .a-left .a-left-mark
{
    background: transparent url(../images/slideshow/arrow-left.png) no-repeat;
    position: absolute;
    left: 22px;
    top: 50%;
    width: 27px;
    height: 18px;
    margin-top: -39px;
    display: none;
}

.royalSliderHolder .a-left:hover .a-left-mark
{
    display: block;
}

.royalSliderHolder .a-center
{
    position: absolute;
    height: 100%;
    width: 40%;
    left: 30%;
    top: 0;
    background: transparent url(../images/slideshow/empty.gif);
    z-index: 99;
}

.royalSliderHolder .a-center .a-center-mark
{
    position: absolute;
    right: 22px;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 21px;
    margin-top: -11px;
    margin-left: -11px;
    background: transparent;
    display: none;
}

.royalSliderHolder .a-center:hover .a-center-mark
{
    display: none;
}

.royalSliderHolder .a-right
{
    position: absolute;
    height: 100%;
    width: 30%;
    right: 0;
    top: 60px;
    background: transparent url(../images/slideshow/empty.gif);
    cursor: pointer;
    z-index: 99;
}

.royalSliderHolder .a-right .a-right-mark
{
    background: transparent url(../images/slideshow/arrow-right.png) no-repeat;
    position: absolute;
    right: 22px;
    top: 50%;
    width: 27px;
    height: 18px;
    margin-top: -39px;
    
    display: none;
}

.royalSliderHolder .a-right:hover .a-right-mark
{
    display: block;
}

.home .home-panel
{
    background-color: rgba(255, 255, 255, 0.92);
    padding: 20px 15px 15px;
    position: absolute;
    margin: 0 auto;
    z-index: 5005;
    width: 200px;
    right: 0;
    left: 0;
}

.home .home-panel img
{
    vertical-align: baseline;
    margin: 0 auto 15px;
    display: block;
    width: 50px;
}

.home .home-panel .testimonial
{
    font-family: 'PerspectiveSans', serif;
    margin-bottom: 5px;
    text-align: center;
    font-style: italic;
    line-height: 20px;
    font-size: 16px;
    color: #601c7f;
}

.home .home-panel .testimonial-source
{
    font-family: 'PerspectiveSans', serif;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #601c7f;
}

@media only screen and (min-width: 769px)
{
    .home .home-panel
    {
        padding: 40px 25px 30px;
        width: 270px;
    }
    
    .home .home-panel img
    {
        margin: 0 auto 35px;
        width: auto;
    }
    
    .home .home-panel .testimonial
    {
        line-height: 26px;
        font-size: 18px;
    }
    
    .home .home-panel .testimonial-source
    {
        line-height: 26px;
        font-size: 18px;
    }
}