/* -- SLIDESHOW */

#slideshow
{
    width:960px;
    height:350px;
    position: relative;
    top: 0px;
    left: 0px;
    font-family: 'Raleway', sans-serif;
}

#slideshow .inner
{
    cursor: move;
    width: 960px;
    height: 350px;
    float:left;
}

#slideshow img.slide
{
    float:left;
    height:350px;
    text-align: center;
}

#slideshow .wrapper
{
    width:290px;
    height:350px;
    margin-right:20px;
    float:left;
}

#slideshow .wrapper img
{
    display:inline-block;
    width:auto;
}

#slideshow h3
{
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 5px;
    background-color:#FFFFFF;
    padding:5px 10px;
}

#slideshow .wrapper p
{
    display: inline-block;
    font-weight:100;
    font-size:15.5px;
    line-height:25px;
    color:#000000;
    background-color:#FFFFFF;
    padding:5px 10px;
}

#slideshow .wrapper a
{
    line-height: 20px;
    font-weight:300;
    font-size: 15.5px;
    color:#0485B1;
    margin-left:5px;
    display:inline-block;
}

#slideshow .wrapper p a
{
    margin-left:0;
}

#slideshow .wrapper a:hover
{
    color:#41add1;
}

.bullet
{
    position: absolute;
    top:268px;
}
.bullet div
{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color:white;
    opacity: 0.4;
    overflow: hidden;
    cursor: pointer;
}

.bullet div:hover,
.bullet div.av
{
    opacity: 0.8;
}

.arrowl, .arrowr
{
    position: absolute;
    /* size of arrow element */
    cursor: pointer;
    overflow: hidden;
    top:145px;
    left:0;
    font-size:45px;
    line-height:50px;
    display: block;
    font-family: 'Raleway';
    font-weight: 200;
    color:#CED0D1;
    opacity: 0.4;
}
.arrowl
{
    left:20px;
}
.arrowr
{
    left:910px;
}
.arrowl:hover,
.arrowr:hover
{
    opacity: 0.8;
}

/* -- /SLIDESHOW */

#slideshow-small
{
    margin-top:20px;
    width:340px;
    height:160px;
    position: relative;
    top: 0px;
    left: 0px;
}

#slideshow-small .inner
{
    cursor: move;
    width:340px;
    height:160px;
    float:left;
}

#slideshow-small img
{
    display:block;
    margin:0 auto;
    max-width: 340px;
    max-height: 160px;
    width: auto;
    height: 100%;
}
