#slideshow {
   font-family: Arial;
   font-size: 1.00em;
   line-height: normal;
   text-align: center;
   background: transparent;
   border: none;
   margin-right: 30%;
   margin-left: 30%;
   position: absolute;
   top: 60vh;
   z-index: 5;
}

#slideshow ul {
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-left: 0px;
   margin-bottom: 0px;
   height: 1%;
   list-style-type: none;
}

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

#slideshow .slides {
   overflow: hidden;
}

#slideshow .slides ul {
}

#slideshow .slides li {
   padding-top: 1em;
   padding-right: 1em;
   padding-bottom: 1em;
   padding-left: 1em;
   width: 40vw;
   height: 25vh;
   background-image: url('/images/bg-test2.svg');
   background-repeat: no-repeat;
   background-position: top right;
   background-size: contain;
}

#slideshow .slides li img {
   position: relative;
   float: right;
   width: 35%;
   border-top-left-radius: 1em;
   border-top-right-radius: 1em;
   border-bottom-right-radius: 1em;
   border-bottom-left-radius: 1em;
}

#slideshow .slides li p {
   font-family: Arial;
   font-size: 1.00em;
   color: #0D2054;
   position: relative;
   float: left;
}

#slideshow .slides li a:link {
   color: #0D2054;
   font-weight: normal;
}

#slideshow .slides li a:visited {
   color: #0D2054;
   font-weight: normal;
}

#slideshow .slides li a:hover {
   font-weight: normal;
   text-shadow: #00bb00 0px 0px 2px;
}

#slideshow .slides li a:active {
   color: #0D2054;
   font-weight: normal;
}

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

#slideshow .slides-nav {
   border-top: 2px solid #cccccc;
}

#slideshow .slides-nav li {
   float: left;
}

#slideshow .slides-nav li a {
   font-family: Condiment;
   font-size: 1.00em;
   color: #0D2054;
   padding-top: 0.5em;
   padding-right: 0.5em;
   padding-bottom: 0.5em;
   padding-left: 0.5em;
   text-decoration: none;
   text-shadow: #ffffff 0px 0px 3px;
   outline-style: none;
   display: block;
}

#slideshow .slides-nav li.on {
   background: rgba(238, 238, 238, 0.5);
   border-bottom-right-radius: 1em;
   border-bottom-left-radius: 1em;
}

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

#prev {
   display: none;
}

#next {
   display: none;
}

#pause {
   display: none;
}

#resume {
   display: none;
}

