/* ============
    Nav: Buttons
   ============ */

.jssora03l, .jssora03r 
{
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 64px;
    height: 64px;

    margin-top: 100px;

    cursor: pointer;
    overflow: hidden;
}

.jssora03l
{
    background: url(../images/carousel/leftButton.png) no-repeat;
}

.jssora03r
{
    background: url(../images/carousel/rightButton.png) no-repeat;
}

#slider1_container
{
    position: relative;
    top: 0px;
    left: 0px;
    
    width: 100%;
    height: 500px;
}

.slidesContainer
{
    overflow: hidden;
    
    position: absolute;
    left: 0px;
    top: 0px;

    width: 100%;
    height: 500px;

    cursor: move;            
}

.captionStyle
{
    position: absolute;
    top: 80px;
    left: 0px;

    width: 440px;
    height: 70px;

    padding: 10px 10px 0px 20px;

    color: #FFFFFF;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
    font-style: italic;

    background-color: rgba(00, 00, 00, 0.75);
}

 .captionStyle a
 {
    text-decoration: none;
 }

 .captionStyle a:hover{
    color: 
 }