/* SLIDESHOW
/* ---------------------------------------------------- */

.slideshow_container{
width: 100%;
height: 100%;
}

#slideshow {
width: 100%;
height: 100%;
margin-right: auto;
margin-left: auto;
background-color: rgb(242,212,5);
border: 1px solid #ddd;
font-family: 'Oswald', sans-serif;
color: white;

}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;

width: 960px;
margin-right: auto;
margin-left:auto;
margin-top:0px;
}

#slideshow .slides ul {
width: 100%;
text-align:center;
}

#slideshow .slides p {
font-size: 80px;
padding: 10px;
height: 800px;
}

#slideshow .slides li {
width: 100%;;
float: left;
padding: 0px;}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background-color: ;
width:350px;
height:80px;
margin-left: auto;
margin-right: auto;
}

#slideshow .slides-nav li {
float: left;
text-align: center;
width:50px;
height:50px;
margin-left: 30px;
margin-right: 30px;
border-radius: 50%;
background-color:black;

}

#slideshow .slides-nav li a {
display: block;
padding: 0px 0px;
outline: none;}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #A3A3A3;}

.js #slideshow .slides-nav li.on a {
position: relative;
top: -4px;}


