/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                    CSS BASICS DO NOT UPDATE OR CHANGE THIS                          +
+     IF YOU WANT TO OVER RIDE THESE STYLES PLEASE DO IT AT THE VERY BOTTOM OF THIS   +
+     CHANGES TO THESE STYLES WILL BE COPIED OVER THE ENTIRE SECTION                  +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* Slider Container */
.slider_top_container
{
    display:block;
    width:100%;
    padding:0;
    margin:0;
    box-sizing:border-box;
}
.slider_container
{
    display: block;
    width:100%;
    margin:0px;
    padding:0px;
    position: relative;
    line-height:normal !important;
    box-sizing:border-box;
}


/* Slider Styling */
.slide
{
    cursor: pointer;
    position: relative;
    box-sizing:border-box;
}

.slide a:hover, .slide_show a:hover, .slide_hide a:hover
{
    text-decoration: none;
}

.slide_show, .slide_hide
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height:auto;
}

.slide_show
{
    z-index: 1000 !important;
    opacity:1;
    box-sizing:border-box;
  /*  height:100%;
    max-height:100%;*/
}

.slide_hide
{
    z-index:-10 !important;
    opacity:0;
    
}

.slide_image, .slide_video
{
    position: relative;
    margin: auto;
    text-align: center;
    margin-bottom:0px !important;
    padding-bottom:0px !important;
    overflow:hidden;
}

.slide_image img
{
    max-width:100%;
    max-height:100%;
    height: auto;
    margin: auto;    
    margin-bottom:0px !important;
    padding:0px !important;
    border:solid 1px rgba(0,0,0,.05) !important;
    vertical-align:bottom;    
    box-sizing:border-box;
}

.slide_video video
{
    /*height: auto;
    margin: auto;
    width:100%;*/ 
    height:auto; 
    width:100%;
    max-width:100%;
    max-height:100%;
    margin: 0px;   
    margin-bottom:0px !important;
    padding:0px !important;
    border:solid 1px rgba(0,0,0,.05) !important;
    vertical-align:bottom;    
    box-sizing:border-box;
    object-fit: cover;
    overflow: hidden;
}

/*.slide_video source{ zoom:1;}*/


.slide_caption
{
    min-height: 50px;
    padding: 5px 10px;
    margin: 0;
    box-sizing:border-box;
}

.slide_caption p, .slide_caption h2
{
    margin: 0px;
    padding: 0px;
}

.slide_caption h2
{
    text-transform:none;
}

.slide_caption p
{
    font-size: .85em;
}

#centercontent .slide_caption p
{
    margin-bottom: 0px;
}

.slideshowcontrols
{ position:relative;
}

.Slideshow_Navbar
{
    position:absolute;
    top:0;
    margin-top: 0px;
    min-height: 34px;
    text-align: center;
    border-radius: 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius: 30px;
    -moz-border-top-left-radius: 0px;
    -moz-border-top-right-radius: 0px;
    padding: 1%;
    padding-left:5px;
    padding-right:5px;
    margin:0;
    z-index: 2000 !important;
    box-sizing:border-box;
    width:90%;
}

.Slideshow_Navbar button
{
    width: 30px;
    height: 28px;
    font-size: .85em;
    display: inline;
    margin: 1px;
    margin-top: 3px;
    margin-left: 3px;
    padding: 1px;
    border: 0px;
    border: solid 2px transparent;
    border-radius: 20px;
    -moz-border-radius: 20px;
    cursor: pointer;
}

.Slideshow_Navbar button.active, .Slideshow_Navbar button:hover
{
    border: solid 2px #222;
    box-shadow: 0px 1px 3px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.7);
    
}

.Slideshow_Shell
{
    position: relative;
    height: auto;
    width: auto;
}

.slideshowcontrols {
    margin-bottom:85px;
}


/*-------------------------
ARROWS
------------------------------*/
.slidearrow_default .btnPrevNav_top, .slidearrow_default .btnNextNav_top
{
    width:50px;
    height:50px;
    padding-top:5px;
    padding-bottom:5px;
    top:28%;
    position: absolute;
    box-sizing: border-box;
    background-color:#000;
    color:#fff;
    z-index:5000;
    text-align:center;
    font-size:2em;
    opacity:0;
    transition:all ease-out .2s;
}

.slidearrow_default .slider_top_container:hover .btnPrevNav_top, 
.slidearrow_default .slider_top_container:hover .btnNextNav_top
{
    opacity:1;
    top:40%;
    transition:all ease-in .3s;
    border-radius:20px;
    background-color:#000;
    color:#fff;
    box-shadow:1px 2px 4px rgba(0,0,0,.6);
    border:solid 2px #ccc;
    z-index:60000;  
}


.btnPrevNav_top
{
    top:0px;
    left:0px;
}
 .btnNextNav_top
{
    top:0px;
    right:0px;
}

.btnPrevNav_top a, .btnNextNav_top a
{
   text-align:center;
   font-family:'Roboto', Verdana, sans-serif;
}


.slidearrow_default .slider_top_container:hover .btnPrevNav_top a, 
.slidearrow_default .slider_top_container:hover .btnNextNav_top a
{
    background-color:#000;
    background-color:rgba(0,0,0,.8);
    color:#fff;
    text-decoration:none;
   
}
.slidearrow_default .slider_top_container:hover .btnPrevNav_top a
{
    text-align:left;
}

.btnPrevNav, .btnNextNav
{
    display:none;
    position:absolute;
    top:5px;
    z-index: 5000;
    width: 30px;
    height: 30px;
    padding:5px;
    padding-top:6px;
    margin:0px;
    margin-top:4px;    
    border:solid 1px #ccc;
    border-radius: 2px;
    -moz-border-radius: 10px;
    z-index: 10000;
    text-align: center;
    color: #222;
    box-sizing: border-box;
    background-color: #f4f4f4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
}

.btnPrevNav{
   left:0px;
}
.btnNextNav{
   right:0px;
}

    .btnPrevNav a:hover, .btnNextNav a:hover {
        background-color:transparent;
        color:inherit;
        font-weight:bold;
    }

      /*-------------------ARROWS UP / ON THE TOP STYLES----------------------------------*/
 .slidearrow_upblackbar  .slider_top_container{position:relative;}
      .slidearrow_upblackbar .btnPrevNav_top, .slidearrow_upblackbar .btnNextNav_top
{
  width: 35px;
  height:70%;
  position:absolute;
  top:8%;
  left:0px;
  z-index:4500;
  color:#f7f7f7;
  background-color:rgba(200,200,200,.05);
  box-shadow:1px 1px 3px rgba(0,0,0,.09);
}

.slidearrow_upblackbar .btnPrevNav_top
{
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;}

.slidearrow_upblackbar .btnNextNav_top
{
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;}

.slidearrow_upblackbar .btnNextNav_top
{left:auto;
 right:0px;
}

.slidearrow_upblackbar .btnPrevNav_top a, .slidearrow_upblackbar .btnNextNav_top a
{
  position:absolute;
  left:12px;
  top:47%;
  color:#222;
  background-color:#f7f7f7 !important;
  background:#f7f7f7 !important;
  background-color:rgba(255,255,255,0) !important;
  background:rgba(255,255,255,0) !important; 
  text-shadow:0px 0px 1px rgba(0,0,0,.9);
}

.btnPrevNav_top:hover a, .btnNextNav_top:hover a, 
.slidearrow_upblackbar .btnPrevNav_top:hover, .slidearrow_upblackbar .btnNextNav_top:hover {
    background-color:rgba(0,0,0,.8);
    color:#f7f7f7;
}

.slidearrow_upblackbar .btnNextNav_top a
{
    left:auto;
    right:10px;
}

    .slidearrow_upblackbar .btnPrevNav_top a:hover, .slidearrow_upblackbar .btnNextNav_top a:hover {
        background-color:transparent;
        font-size:1em;
        text-shadow:1px 1px 3px rgba(200,200,200,.7);
    }



.slidearrow_uplarge .btnPrevNav_top, .slidearrow_uplarge .btnNextNav_top
{
  width: 25px;
  height:40px;
  padding-top:25px;
  position:absolute;
  top:40%;
  left:0px;
  z-index:4500;
  border:solid 1px #ccc;
  background-color:rgba(0,0,0,.9);
}

.slidearrow_uplarge .btnNextNav_top
{left:auto;
 right:0px;
}

.slidearrow_uplarge .btnPrevNav_top a, .slidearrow_uplarge .btnNextNav_top a
{
  color:#fff;
  background-color:#222 !important;
  background:#222 !important;
  background-color:rgba(0,0,0,0) !important;
  background:rgba(0,0,0,0) !important;
  padding:8px;
  text-align:center;
  text-shadow:0px 0px 2px rgba(0,0,0,.7);
}

.slidearrow_uplarge .btnPrevNav_top:hover, .slidearrow_uplarge .btnNextNav_top:hover {
    background-color:rgba(0,0,0,.8);
}

.slidearrow_upblackbar .btnNextNav_top a
{
    left:auto;
    right:10px;
}

    .slidearrow_uplarge .btnPrevNav_top a:hover, .slidearrow_uplarge .btnNextNav_top a:hover {
        background-color:transparent;
        font-size:1.1em;
        text-shadow:1px 1px 3px rgba(200,200,200,.7);
    }



      /*-------------------ARROWS DOWN / ON THE BOTTOM STYLES----------------------------------*/

.slidearrow_downleft .btnPrevNav, 
.slidearrow_downleft .Slideshow_Navbar, 
.slidearrow_downleft .btnNextNav
{
    display:block;
    float:left;
    width:auto;   
}

.slidearrow_downleft .Slideshow_Navbar
{
    padding-left: 50px;
    width:100%;
    box-sizing:border-box;
}

.slidearrow_downleft .btnPrevNav {
    left:10px;
    right:auto;
}

.slidearrow_downleft .btnNextNav {
    left:40px;
    right:auto;
}


.slidearrow_downcenter .btnPrevNav_top, .slidearrow_downcenter .btnNextNav_top,
.slidearrow_downleft .btnPrevNav_top, .slidearrow_downleft .btnNextNav_top,
.slidearrow_downright .btnPrevNav_top, .slidearrow_downright .btnNextNav_top
{display:none;}

.slidearrow_downcenter .btnPrevNav, .slidearrow_downcenter .btnNextNav
{display:block;
 float:left;}

.slidearrow_downcenter .Slideshow_Navbar {
    position:relative;
    float:left;
}



.slidearrow_downright .btnPrevNav,
.slidearrow_downright .btnNextNav
{
 display:block;
 right:0px;
 left:auto;
}

.slidearrow_downright .btnPrevNav
{ right:35px;}

.slidearrow_default .btnPrevNav, .slidearrow_default .btnNextNav,
.slidearrow_uplarge .btnPrevNav, .slidearrow_uplarge .btnNextNav,
.slidearrow_upblackbar .btnPrevNav, .slidearrow_upblackbar .btnNextNav
{
    display:none;
}

/*-------------------------
NAVIGATION AND CONTROLS
------------------------------*/
.pause
{
    position: absolute;
    top: 40%;
    left: 45%;
    width: 33px;
    height: 60px;
    cursor: pointer;
    display: none;
    padding: 0px;
    background: url(../images/slideshow_icons/pause.png) no-repeat;
    overflow: hidden;
}

.play
{
    position: absolute;
    top: 40%;
    left: 45%;
    width: 33px;
    height: 60px;
    cursor: pointer;
    display: none;
    padding: 0px;
    background: url(../images/slideshow_icons/play.png) no-repeat;
    overflow: hidden;
}

.slider_container:hover .arrowleft, 
.slider_container:hover .arrowright, 
.slider_container:hover .pause, 
.slider_container:hover .play
{
    display: block;
}

.bulletnavX
{
    cursor: pointer;
}

.bulletnavX span
{
    content: "";
    width: 20px;
    height: 20px;
    color: #000 !important;
    background: url(../images/slideshow_icons/bullet.png) no-repeat;
    background-position: 0px 0px;
}

.bulletnav
{
    background: rgba(0,0,0,.3);
    border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 2px;
    border: solid 1px #333;
}

.bulletnav div
{
    margin: 2px;
}

.bulletnav div, .bulletnav div:hover, .bulletnav .av
{
    background: url(../images/slideshow_icons/bullet.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
    color: #000 !important;
    font-size: .8em;
}

.bulletnav div
{
    background-position: 0px 0px;
}

.bulletnav div:hover, .bulletnav .av:hover
{
    background-position: 0px -20px;
}

.bulletnav .av
{
    background-position: 0px -20px;
}

.bulletnav .dn, .bulletnav .dn:hover
{
    background-position: 0px -20px;
}


/*===================================================================================
SLIDESHOW ARROW OVERWRITES
=====================================================================================*/
.slidearrow_default .Slideshow_Navbar {
    left:0%;
    width:100%;
    margin:0px;
}

/*===================================================================================
SLIDESHOW COLOR OVERWRITES
=====================================================================================*/

/*--------------------------------------------------------------
SLIDECOLOR DEFAULT OVERWRITES
-----------------------------------------------------------------*/

.Slideshow_Shell.slidecolor_default .slideshowcontrols .Slideshow_Navbar
{
    color: #222;
    background:transparent;
}

.Slideshow_Shell.slidecolor_default .slideshowcontrols .Slideshow_Navbar button
{
    color: #222;
    background-color: transparent;
    border-color:transparent;
}

.Slideshow_Shell.slidecolor_default .slide_caption
{
    color: #222;
    background-color: #f7f7f7;   
   
}

.Slideshow_Shell.slidecolor_default .slide_caption p, 
.Slideshow_Shell.slidecolor_default .slide_caption h2
{
   /* color: #222;
    background-color: #f7f7f7;*/
}

.Slideshow_Shell.slidecolor_default .slideshowcontrols .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidecolor_default .slideshowcontrols .Slideshow_Navbar button:hover
{
    color: #222;
    background: #fff;
    border-color:#fff;
}


/*--------------------------------------------------------------
SLIDECOLOR UNIVBLUE OVERWRITES
-----------------------------------------------------------------*/
.Slideshow_Shell.slidecolor_univblue .slider_container 
{color: #fff;
    background-color: #002B54;
    border:solid 1px #002B54;
}

.Slideshow_Shell.slidecolor_univblue .slider_container img
{
    border:solid 1px #002B54;
}
.Slideshow_Shell.slidecolor_univblue .slideshowcontrols .Slideshow_Navbar
{
    color: #f7f7f7;
    background: #002B54;
}


.Slideshow_Shell.slidecolor_univblue .slideshowcontrols  .Slideshow_Navbar button
{
    color: #f7f7f7;
    background-color: #002B54;
    border-color:transparent;
}

.Slideshow_Shell.slidecolor_univblue .slide_caption
{
    color: #f7f7f7;
    background-color: #002B54;   
}
.Slideshow_Shell.slidecolor_univblue .slide_caption p, 
.Slideshow_Shell.slidecolor_univblue .slide_caption h2
{
   /* color: #f7f7f7;
    background-color: #002B54;*/
}

.Slideshow_shell.slidecolor_univblue .slideshowcontrols .Slideshow_Navbar button.active, 
.Slideshow_shell.slidecolor_univblue .slideshowcontrols .Slideshow_Navbar button:hover
{
    color: #002B54;
    background: #f7f7f7;
    border-color:#fff;
}

.Slideshow_Shell.slidecolor_univblue .slideshowcontrols {
    color: #f7f7f7;
    background-color: #002B54; 
    float:left;
    width:100%;
}

/*--------------------------------------------------------------
SLIDECOLOR MEDBLUE OVERWRITES
-----------------------------------------------------------------*/
.Slideshow_Shell.slidecolor_medblue .slider_container 
{color: #fff;
    background-color: #0059A2;
    border:solid 1px #0059A2;
}

.Slideshow_Shell.slidecolor_medblue .slideshowcontrols .Slideshow_Navbar
{
    color: #fff;
    background: #0059A2;
}

.Slideshow_Shell.slidecolor_medblue .slideshowcontrols .Slideshow_Navbar button
{
    color: #fff;
    background-color: #0059A2;
    border-color:#0059A2;
}

.Slideshow_Shell.slidecolor_medblue .slide_caption
{
    color: #fff;
    background-color: #0059A2;   
}

.Slideshow_Shell.slidecolor_medblue .slide_caption p, 
.Slideshow_Shell.slidecolor_medblue .slide_caption h2
{
   /* color: #fff;
    background-color: #0059A2;*/
}

.Slideshow_Shell.slidecolor_medblue .slideshowcontrols .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidecolor_medblue .slideshowcontrols .Slideshow_Navbar button:hover
{
    color: #0059A2;
    background: #fff;
}

.Slideshow_Shell.slidecolor_medblue .slideshowcontrols {
    color: #fff;
    background-color: #0059A2; 
    float:left;
    width:100%;
}

/*--------------------------------------------------------------
SLIDECOLOR LIGHTBLUE OVERWRITES
-----------------------------------------------------------------*/
.Slideshow_Shell.slidecolor_lightblue .slider_container 
{color: #121212;
    background-color: #9DBED8;
    border:solid 1px #9DBED8;
}
.Slideshow_Shell.slidecolor_lightblue .slider_container img
{
    border:solid 1px #9DBED8;
}
.Slideshow_Shell.slidecolor_lightblue .slideshowcontrols .Slideshow_Navbar
{
    color: #121212;
    background: #9DBED8;
}

.Slideshow_Shell.slidecolor_lightblue .slideshowcontrols .Slideshow_Navbar button
{
    color: #121212;
    background-color: #9DBED8;
    border-color:#9DBED8;
}

.Slideshow_Shell.slidecolor_lightblue .slide_caption
{
    color: #121212;
    background-color: #9DBED8;   
}

.Slideshow_Shell.slidecolor_lightblue .slide_caption p, 
.Slideshow_Shell.slidecolor_lightblue .slide_caption h2
{
   /* color: #121212;
    background-color: #9DBED8;*/
}

.Slideshow_Shell.slidecolor_lightblue .slideshowcontrols .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidecolor_lightblue .slideshowcontrols .Slideshow_Navbar button:hover
{
    color: #fff;
    background: #0059B2;
    border-color:#0059B2;
}
.Slideshow_Shell.slidecolor_lightblue .slideshowcontrols {
    color: #fff;
    background-color: #0059B2; 
    float:left;
    width:100%;
}


/*--------------------------------------------------------------
SLIDECOLOR GRAY OVERWRITES
-----------------------------------------------------------------*/
.Slideshow_Shell.slidecolor_gray .slider_container 
{color: #121212;
    background-color: #c1c1c1;
    border:solid 1px #c1c1c1;
}
.Slideshow_Shell.slidecolor_gray .slider_container img
{
    border:solid 1px #c1c1c1;
}

.Slideshow_Shell.slidecolor_gray .slideshowcontrols .Slideshow_Navbar
{
    color: #121212;
    background: #c1c1c1;
}

.Slideshow_Shell.slidecolor_gray .slideshowcontrols .Slideshow_Navbar button
{
    color: #121212;
    background-color: #c1c1c1;
    border-color:#c1c1c1;
}

.Slideshow_Shell.slidecolor_gray .slide_caption
{
    color: #121212;
    background-color: #c1c1c1;   
}

.Slideshow_Shell.slidecolor_gray .slide_caption p, 
.Slideshow_Shell.slidecolor_gray .slide_caption h2
{
   /* color: #121212;
    background-color: #c1c1c1;
    text-shadow:none;
    -moz-text-shadow:none;*/
}

.Slideshow_Shell.slidecolor_gray .slideshowcontrols .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidecolor_gray .slideshowcontrols .Slideshow_Navbar button:hover
{
    color: #ccc;
    background: #121212;
}

.Slideshow_Shell.slidecolor_gray .slideshowcontrols {
    color: #ccc;
    background-color: #121212; 
    float:left;
    width:100%;
}

/*--------------------------------------------------------------
SLIDECOLOR ORANGE OVERWRITES
-----------------------------------------------------------------*/
.Slideshow_Shell.slidecolor_orange .slider_container 
{color: #010101;
    background-color: #F58220;
    border:solid 1px #F58220;
}

.Slideshow_Shell.slidecolor_orange .slider_container img
{
    border:solid 1px #E17000;
}
.Slideshow_Shell.slidecolor_orange .slideshowcontrols .Slideshow_Navbar
{
    color: #010101;
    background: #F58220;
}

.Slideshow_Shell.slidecolor_orange .slideshowcontrols .Slideshow_Navbar button
{
    color: #010101;
    background-color: #F58220;
    border-color:#010101;
}

.Slideshow_Shell.slidecolor_orange .slide_caption
{
    color: #010101;
    background-color: #F58220;   
}

.Slideshow_Shell.slidecolor_orange .slide_caption p, 
.Slideshow_Shell.slidecolor_orange .slide_caption h2
{
   /* color: #010101;
    background-color: #F58220;
    text-shadow:none;
    -moz-text-shadow:none;*/
}

.Slideshow_Shell.slidecolor_orange .slideshowcontrols .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidecolor_orange .slideshowcontrols .Slideshow_Navbar button:hover
{
    color: #F58220;
    background: #010101;
}

.Slideshow_Shell.slidecolor_orange .slideshowcontrols {
    color: #010101;
    background-color: #F58220; 
    float:left;
    width:100%;
}


/*--------------------------------------------------------------
SLIDECOLOR BEIGE OVERWRITES
-----------------------------------------------------------------*/
.Slideshow_Shell.slidecolor_beige .slider_container 
{color: #222;
    background-color: #DAD6CC;
    border:solid 1px #DAD6CC;
}
.Slideshow_Shell.slidecolor_beige .slider_container img
{
    border:solid 1px #000;
}
.Slideshow_Shell.slidecolor_beige .slideshowcontrols .Slideshow_Navbar
{
    color: #222;
    background: #DAD6CC;
}

.Slideshow_Shell.slidecolor_beige .slideshowcontrols .Slideshow_Navbar button
{
    color: #222;
    background-color: #DAD6CC;
    border-color:#DAD6CC;
}

.Slideshow_Shell.slidecolor_beige .slide_caption
{
    color: #222;
    background-color: #DAD6CC;   
}

.Slideshow_Shell.slidecolor_beige .slide_caption p, 
.Slideshow_Shell.slidecolor_beige .slide_caption h2
{
   /* color: #222;
    background-color: #DAD6CC;
    text-shadow:none;
    -moz-text-shadow:none;*/
}

.Slideshow_Shell.slidecolor_beige .slideshowcontrols .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidecolor_beige .slideshowcontrols .Slideshow_Navbar button:hover
{
    color: #DAD6CC;
    background: #222;
}


.Slideshow_Shell.slidecolor_beige .slideshowcontrols {
    color: #222;
    background-color: #DAD6CC; 
    float:left;
    width:100%;
}

/*--------------------------------------------------------------
SLIDECOLOR BLACK OVERWRITES
-----------------------------------------------------------------*/
.Slideshow_Shell.slidecolor_black .slider_container 
{color: #f7f7f7;
    background-color: #121212;
    border:solid 1px #121212;
}
.Slideshow_Shell.slidecolor_black .slider_container img
{
    border:solid 1px #000;
}
.Slideshow_Shell.slidecolor_black .slideshowcontrols .Slideshow_Navbar
{
    color: #f7f7f7;
    background: #121212;
}

.Slideshow_Shell.slidecolor_black .slideshowcontrols .Slideshow_Navbar button
{
    color: #f7f7f7;
    background-color: #121212;
    border-color:#121212;
}

.Slideshow_Shell.slidecolor_black .slide_caption
{
    color: #f7f7f7;
    background-color: #121212;   
}

.Slideshow_Shell.slidecolor_black .slide_caption p, 
.Slideshow_Shell.slidecolor_black .slide_caption h2
{
   /* color: #f7f7f7;
    background-color: #121212;
    text-shadow:none;
    -moz-text-shadow:none;*/
}

.Slideshow_Shell.slidecolor_black .slideshowcontrols .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidecolor_black .slideshowcontrols .Slideshow_Navbar button:hover
{
    color: #f7f7f7;
    background: #343434;
}

.Slideshow_Shell.slidecolor_black .slideshowcontrols {
    color: #f7f7f7;
    background-color: #121212; 
    float:left;
    width:100%;
}


/*--------------------------------------------------------------
SLIDECOLOR WHTIE OVERWRITES
-----------------------------------------------------------------*/
.Slideshow_Shell.slidecolor_white .slider_container 
{color: #121212;
    background-color: #fff;
    border:solid 1px #fff;
}

.Slideshow_Shell.slidecolor_white .slider_container img
{
    border:solid 1px #fff;
}

.Slideshow_Shell.slidecolor_white .slideshowcontrols .Slideshow_Navbar
{
    color: #121212;
    background: #fff;
}

.Slideshow_Shell.slidecolor_white .slideshowcontrols .Slideshow_Navbar button
{
    color: #121212;
    background-color: #fff;
    border-color:#fff;
}

.Slideshow_Shell.slidecolor_white .slide_caption
{
    color: #121212;
    background-color: #fff;   
}

.Slideshow_Shell.slidecolor_white .slide_caption p, 
.Slideshow_Shell.slidecolor_white .slide_caption h2
{
   /* color: #121212;
    background-color: #fff;
    text-shadow:none;
    -moz-text-shadow:none;*/
}

.Slideshow_Shell.slidecolor_white .slideshowcontrols .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidecolor_white .slideshowcontrols .Slideshow_Navbar button:hover
{
    color: #ccc;
    background: #121212;
}

.Slideshow_Shell.slidecolor_white .slideshowcontrols {
    color: #121212;
    background-color: #fff; 
    float:left;
    width:100%;
}

/*--------------------------------------------------------------
SLIDECOLOR GRADIENT OVERWRITES
-----------------------------------------------------------------*/
.Slideshow_Shell.slidecolor_gradient .slider_container 
{color: #121212;
  background-color: #f4f5f5;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
    border:solid 1px #dfdddd;
}
.Slideshow_Shell.slidecolor_gradient .slider_container img
{
    border:solid 1px #dfdddd;
}

.Slideshow_Shell.slidecolor_gradient .slideshowcontrols .Slideshow_Navbar
{
    color: #222;
    background-color: #f4f5f5;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
}

.Slideshow_Shell.slidecolor_gradient .slideshowcontrols .Slideshow_Navbar button
{
    color: #121212;
    background-color: #f4f5f5;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);

    border-color:#c1c1c1;
    border-width:1px;
}

.Slideshow_Shell.slidecolor_gradient .slide_caption
{
    color: #222;
    background-color: #f4f5f5;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
  border-bottom:solid 1px #aaa;
}

.Slideshow_Shell.slidecolor_gradient .slide_caption p, 
.Slideshow_Shell.slidecolor_gradient .slide_caption h2
{
    /*color: #121212;
    background:#ccc;
    background:transparent;
    background-color: transparent;
    text-shadow:none;
    -moz-text-shadow:none;*/
}

.Slideshow_Shell.slidecolor_gradient .slideshowcontrols .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidecolor_gradient .slideshowcontrols .Slideshow_Navbar button:hover
{
    color: #222;
    background: #f7f7f7;
}

.Slideshow_Shell.slidecolor_gradient .slideshowcontrols {
     color: #121212;
    background-color: #f4f5f5;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
    float:left;
    width:100%;
}

/*==============================================================
SLIDESHOW LAYOUT OVERWRITES
=====================================================================*/

.slidelayout_default .slide_caption h1, .slidelayout_default .slide_caption h2, 
.slidelayout_default .slide_caption h3, .slidelayout_default .slide_caption p
{
    margin:2px !important;
    padding:1px !important;
}

.slidelayout_default .slide_caption h1, .slidelayout_default .slide_caption h2, 
.slidelayout_default .slide_caption h3
{
    font-size:1.2em;
}

.slidelayout_default p
{
    font-size:.8em;
    letter-spacing:1px;
    font-family:'Roboto', Verdana, sans-serif;
}

/*--------------------------------------------------------------
SLIDESHOW DEFAULT OVERWRITES
-----------------------------------------------------------------*/
.slideheight_default  .slider_container .slide_image,
.slideheight_default  .slider_container .slide_video
{
        height:auto;
}

    .slidelayout_default.slideheight_600  .slider_top_container {height:660px;}
    .slidelayout_default.slideheight_600  .slider_container .slide_image,
    .slidelayout_default.slideheight_600  .slider_container .slide_video
    {
        height:600px;
        max-height:600px;
    }

    .slidelayout_default.slideheight_500 .slider_top_container {height:560px;}
    .slidelayout_default.slideheight_500 .slider_container .slide_image,
    .slidelayout_default.slideheight_500 .slider_container .slide_video{
        height:500px;        
        max-height:500px;
    }

    .slidelayout_default.slideheight_400 .slider_top_container {height:460px;}    
    .slidelayout_default.slideheight_400 .slider_container .slide_image,
    .slidelayout_default.slideheight_400 .slider_container .slide_video{
        height:400px;        
        max-height:400px;
    }

   .slidelayout_default.slideheight_300 .slider_top_container {height: 360px;}
   .slidelayout_default.slideheight_300 .slide_image, 
   .slidelayout_default.slideheight_300 .slide_video{
        height:300px;
        max-height:300px;
    }

   .slidelayout_default.slideheight_200 .slider_top_container {height:260px;}
   .slidelayout_default.slideheight_200 .slider_container .slide_image,
   .slidelayout_default.slideheight_200 .slider_container .slide_video{
        height:200px;
        max-height:200px;
    }

.Slideshow_Shell.slidelayout_default .slide_caption,
.Slideshow_Shell.slidelayout_default.slidecolor_default .slide_caption,
.Slideshow_Shell.slidelayout_default.slidecolor_univblue .slide_caption,
.Slideshow_Shell.slidelayout_default.slidecolor_medblue .slide_caption,
.Slideshow_Shell.slidelayout_default.slidecolor_lightblue .slide_caption,
.Slideshow_Shell.slidelayout_default.slidecolor_gray .slide_caption,
.Slideshow_Shell.slidelayout_default.slidecolor_orange .slide_caption,
.Slideshow_Shell.slidelayout_default.slidecolor_beige .slide_caption,
.Slideshow_Shell.slidelayout_default.slidecolor_white .slide_caption,
.Slideshow_Shell.slidelayout_default.slidecolor_black .slide_caption,
.Slideshow_Shell.slidelayout_default.slidecolor_gradient .slide_caption {
        min-height:60px;
        font-size:.9em;
        position:relative;
    }

.Slideshow_Shell.slidelayout_default.slidecolor_univblue .slide_caption h2,
.Slideshow_Shell.slidelayout_default.slidecolor_univblue .slide_caption p {
    background-color:inherit;
    color:#f7f7f7 !important;
}

.Slideshow_Shell.slidelayout_default.slidecolor_medblue .slide_caption h2,
.Slideshow_Shell.slidelayout_default.slidecolor_medblue .slide_caption p {
    background-color:inherit;
    color:#f7f7f7 !important;
}

.Slideshow_Shell.slidelayout_default.slidecolor_lightblue .slide_caption h2,
.Slideshow_Shell.slidelayout_default.slidecolor_lightblue .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_default.slidecolor_gray .slide_caption h2,
.Slideshow_Shell.slidelayout_default.slidecolor_gray .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_default.slidecolor_orange .slide_caption h2,
.Slideshow_Shell.slidelayout_default.slidecolor_orange .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
    text-shadow:none;
}

.Slideshow_Shell.slidelayout_default.slidecolor_beige .slide_caption h2,
.Slideshow_Shell.slidelayout_default.slidecolor_beige .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_default.slidecolor_white .slide_caption h2,
.Slideshow_Shell.slidelayout_default.slidecolor_white .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_default.slidecolor_black .slide_caption h2,
.Slideshow_Shell.slidelayout_default.slidecolor_black .slide_caption p {
    background-color:inherit;
    color:#f7f7f7 !important;
}

.Slideshow_Shell.slidelayout_default.slidecolor_gradient .slide_caption h2,
.Slideshow_Shell.slidelayout_default.slidecolor_gradient .slide_caption p {
    background-color:transparent;
    color:#121212 !important;
}

/*--------------------------------------------------------------
SLIDESHOW COMPACT OVERWRITES
-----------------------------------------------------------------*/

.slidelayout_compact .slideshowcontrols
{margin-bottom:15px;}

.slidelayout_compact  .slider_container .slide_image,
.slidelayout_compact  .slider_container .slide_video
{
        height:auto;
}

    .slidelayout_compact.slideheight_600  .slider_top_container {height:600px;}
    .slidelayout_compact.slideheight_600  .slider_container .slide_image,
    .slidelayout_compact.slideheight_600  .slider_container .slide_video
    {
        height:600px;
        max-height:600px;
    }

    .slidelayout_compact.slideheight_500 .slider_top_container {height:500px;}
    .slidelayout_compact.slideheight_500 .slider_container .slide_image,
    .slidelayout_compact.slideheight_500 .slider_container .slide_video{
        height:500px;        
        max-height:500px;
    }

    .slidelayout_compact.slideheight_400 .slider_top_container {height:400px;}    
    .slidelayout_compact.slideheight_400 .slider_container .slide_image,
    .slidelayout_compact.slideheight_400 .slider_container .slide_video{
        height:400px;        
        max-height:400px;
    }

   .slidelayout_compact.slideheight_300 .slider_top_container {height: 300px;}
   .slidelayout_compact.slideheight_300 .slide_image, 
   .slidelayout_compact.slideheight_300 .slide_video{
        height:300px;
        max-height:300px;
    }

   .slidelayout_compact.slideheight_200 .slider_top_container {height:200px;}
   .slidelayout_compact.slideheight_200 .slider_container .slide_image,
   .slidelayout_compact.slideheight_200 .slider_container .slide_video{
        height:200px;
        max-height:200px;
    }

   .Slideshow_Shell.slidelayout_compact .slide_caption {
        min-height:100px;
        font-size:.9em;
        position:relative;
    }

.Slideshow_Shell.slidelayout_compact .Slideshow_Navbar
{
    clear: both;
    position: relative;
    margin-top: 0px;
    text-align: left;
    width:100%;
    padding:0%;
    padding-left:1%;
    padding-right:1%;
    margin: auto;
    z-index: 5000;
    border-radius:0px;
    -moz-border-radius:none;
    border-width:1px;
    box-sizing:border-box;
}

.Slideshow_Shell.slidelayout_compact .slider_container img
{
    border:solid 1px transparent;
}

.Slideshow_Shell.slidelayout_compact .Slideshow_Navbar button
{
    width: 18px;
    font-size: .8em;
    display: inline;
    margin: 1px;
    margin-left: 6px;
    padding: 1px;
    cursor: pointer;
    border-width:0px;
}

.Slideshow_Shell.slidelayout_compact .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidelayout_compact .Slideshow_Navbar button:hover
{
    border:0px;
    border-radius:0px;  
    
}

.Slideshow_Shell.slidelayout_compact .slide_caption,
.Slideshow_Shell.slidelayout_compact.slidecolor_univblue .slide_caption,
.Slideshow_Shell.slidelayout_compact.slidecolor_medblue .slide_caption,
.Slideshow_Shell.slidelayout_compact.slidecolor_lightblue .slide_caption,
.Slideshow_Shell.slidelayout_compact.slidecolor_gray .slide_caption,
.Slideshow_Shell.slidelayout_compact.slidecolor_orange .slide_caption,
.Slideshow_Shell.slidelayout_compact.slidecolor_beige .slide_caption,
.Slideshow_Shell.slidelayout_compact.slidecolor_white .slide_caption,
.Slideshow_Shell.slidelayout_compact.slidecolor_black .slide_caption,
.Slideshow_Shell.slidelayout_compact.slidecolor_gradient .slide_caption
{
    min-height:20px;
    color: #f7f7f7;
    background-color:#222;
    background:transparent;
    background-color: rgba(0,0,0,.9);
    padding: 1%;
    margin: 0px;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    box-sizing:border-box;
}

.Slideshow_Shell.slidelayout_compact .slide_caption p, 
.Slideshow_Shell.slidelayout_compact .slide_caption h2,
.Slideshow_Shell.slidelayout_compact.slidecolor_univblue .slide_caption h2,
.Slideshow_Shell.slidelayout_compact.slidecolor_medblue .slide_caption h2,
.Slideshow_Shell.slidelayout_compact.slidecolor_lightblue .slide_caption h2,
.Slideshow_Shell.slidelayout_compact.slidecolor_gray .slide_caption h2,
.Slideshow_Shell.slidelayout_compact.slidecolor_orange .slide_caption h2,
.Slideshow_Shell.slidelayout_compact.slidecolor_beige .slide_caption h2,
.Slideshow_Shell.slidelayout_compact.slidecolor_white .slide_caption h2,
.Slideshow_Shell.slidelayout_compact.slidecolor_black .slide_caption h2,
.Slideshow_Shell.slidelayout_compact.slidecolor_gradient .slide_caption h2, 
.Slideshow_Shell.slidelayout_compact.slidecolor_univblue .slide_caption p,
.Slideshow_Shell.slidelayout_compact.slidecolor_medblue .slide_caption p,
.Slideshow_Shell.slidelayout_compact.slidecolor_lightblue .slide_caption p,
.Slideshow_Shell.slidelayout_compact.slidecolor_gray .slide_caption p,
.Slideshow_Shell.slidelayout_compact.slidecolor_orange .slide_caption p,
.Slideshow_Shell.slidelayout_compact.slidecolor_beige .slide_caption p,
.Slideshow_Shell.slidelayout_compact.slidecolor_white .slide_caption p,
.Slideshow_Shell.slidelayout_compact.slidecolor_black .slide_caption p,
.Slideshow_Shell.slidelayout_compact.slidecolor_gradient .slide_caption p  
{
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom:5px;
    color:#f7f7f7 !important;
    background-color:#222 !important;
    background:#222 !important;
    background-color:transparent !important;
    text-shadow:2px 2px 2px rgba(0,0,0,.8);
    -moz-text-shadow:2px 2px 2px rgba(0,0,0,.8);
}

.Slideshow_Shell.slidelayout_compact .slide_caption p
{
    font-size: .85em;
}


/*--------------------------------------------------------------
SLIDESHOW PREVIEW OVERWRITES
-----------------------------------------------------------------*/

.slidelayout_previews  .slider_container .slide_image,
.slidelayout_previews  .slider_container .slide_video
{
        height:auto;
}

    .slidelayout_previews.slideheight_600  .slider_top_container {height:680px;}
    .slidelayout_previews.slideheight_600  .slider_container .slide_image,
    .slidelayout_previews.slideheight_600  .slider_container .slide_video
    {
        height:600px;
        max-height:600px;
    }

    .slidelayout_previews.slideheight_500 .slider_top_container {height:580px;}
    .slidelayout_previews.slideheight_500 .slider_container .slide_image,
    .slidelayout_previews.slideheight_500 .slider_container .slide_video{
        height:500px;        
        max-height:500px;
    }

    .slidelayout_previews.slideheight_400 .slider_top_container {height:480px;}    
    .slidelayout_previews.slideheight_400 .slider_container .slide_image,
    .slidelayout_previews.slideheight_400 .slider_container .slide_video{
        height:400px;        
        max-height:400px;
    }

   .slidelayout_previews.slideheight_300 .slider_top_container {height: 380px;}
   .slidelayout_previews.slideheight_300 .slide_image, 
   .slidelayout_previews.slideheight_300 .slide_video{
        height:300px;
        max-height:300px;
    }

   .slidelayout_previews.slideheight_200 .slider_top_container {height:280px;}
   .slidelayout_previews.slideheight_200 .slider_container .slide_image,
   .slidelayout_previews.slideheight_200 .slider_container .slide_video{
        height:200px;
        max-height:200px;
    }


.slideshow_image_slider_outside
{
    float:left;
    border:solid 1px #dfdfdf;
    width:92%;
    margin:1%;   
    margin-top:0px;
    margin-bottom:0px;
    padding:0;
    height:50px; 
    box-sizing: border-box;   
}

.slideshow_image_slider_outside2
{
    float:left;
    border:0px;
    width:92%;
    margin:0; 
    padding:0;
    overflow:hidden;
    height:50px; 
}
.slideshow_image_slider_inside
{
    height:44px;
    min-width:1000px;
    max-width:3500px;
    margin:0px;
    padding:2px;
    padding-left:0px;
    padding-right:0px;    
    transition: all 2s;
}

.slideshow_image_slider_inside_moveleft,
.slideshow_image_slider_inside_moveright
{
    width:3%;
    text-align:center;
    padding:0px;
    margin:0px;
    height:25px;    
    padding-top:15px;
    padding-bottom:10px;
    float:left;
}

.slideshow_image_slider_inside_moveleft:hover,
.slideshow_image_slider_inside_moveright:hover
{
    cursor:pointer;
}

.Slideshow_Shell.slidelayout_previews .Slideshow_Navbar
{
    text-align: left;
    height:65px;
    padding:5px;
    margin:0px;
    border-radius:0px;
    -moz-border-radius:0px;
}

.Slideshow_Shell.slidelayout_previews .Slideshow_Navbar button
{
   width: 4%;
   font-size: .8em;
   float:left;
   margin: 1px;
   margin-left: 6px;
   padding: 1px;
   cursor: pointer;
}

.Slideshow_Shell.slidelayout_previews .Slideshow_Navbar img
{
    height:40px;
    float:left;
    width:auto;
    margin:1px;
    padding:4px;
    padding-top:0px;
    margin-top:0px;
    border:solid 3px transparent;
}

.Slideshow_Shell.slidelayout_previews .slide_caption
{
    min-height: 25px;
    padding: 1%;
    margin: 0px;
    width:100%;
    position:relative;
}

.Slideshow_Shell.slidelayout_previews .slide_caption p, 
.Slideshow_Shell.slidelayout_previews .slide_caption h2
{
   margin: 0px !important;
   padding: 0px !important;
   margin-bottom:5px;
   text-shadow:none;
   -moz-text-shadow:none;
}

.Slideshow_Shell.slidelayout_previews .slide_caption p
{
    font-size: .85em;
}


.Slideshow_Shell.slidelayout_previews.slidecolor_univblue .slide_caption h2,
.Slideshow_Shell.slidelayout_previews.slidecolor_univblue .slide_caption p {
    background-color:inherit;
    color:#f7f7f7 !important;
}

.Slideshow_Shell.slidelayout_previews.slidecolor_medblue .slide_caption h2,
.Slideshow_Shell.slidelayout_previews.slidecolor_medblue .slide_caption p {
    background-color:inherit;
    color:#f7f7f7 !important;
}

.Slideshow_Shell.slidelayout_previews.slidecolor_lightblue .slide_caption h2,
.Slideshow_Shell.slidelayout_previews.slidecolor_lightblue .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_previews.slidecolor_gray .slide_caption h2,
.Slideshow_Shell.slidelayout_previews.slidecolor_gray .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_previews.slidecolor_orange .slide_caption h2,
.Slideshow_Shell.slidelayout_previews.slidecolor_orange .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
    text-shadow:none;
}

.Slideshow_Shell.slidelayout_previews.slidecolor_beige .slide_caption h2,
.Slideshow_Shell.slidelayout_previews.slidecolor_beige .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_previews.slidecolor_white .slide_caption h2,
.Slideshow_Shell.slidelayout_previews.slidecolor_white .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_previews.slidecolor_black .slide_caption h2,
.Slideshow_Shell.slidelayout_previews.slidecolor_black .slide_caption p {
    background-color:inherit;
    color:#f7f7f7 !important;
}

.Slideshow_Shell.slidelayout_previews.slidecolor_gradient .slide_caption h2,
.Slideshow_Shell.slidelayout_previews.slidecolor_gradient .slide_caption p {
    background-color:transparent;
    color:#121212 !important;
}


/*--------------------------------------------------------------
SLIDESHOW LAYOUT DECK
-----------------------------------------------------------------*/

.slidelayout_deck  .slider_container .slide_image,
.slidelayout_deck  .slider_container .slide_video
{
        height:auto;
}

    .slidelayout_deck.slideheight_600  .slider_top_container {height:600px;}
    .slidelayout_deck.slideheight_600  .slider_container .slide_image,
    .slidelayout_deck.slideheight_600  .slider_container .slide_video
    {
        height:600px;
        max-height:600px;
    }

    .slidelayout_deck.slideheight_500 .slider_top_container {height:500px;}
    .slidelayout_deck.slideheight_500 .slider_container .slide_image,
    .slidelayout_deck.slideheight_500 .slider_container .slide_video{
        height:500px;        
        max-height:500px;
    }

    .slidelayout_deck.slideheight_400 .slider_top_container {height:400px;}    
    .slidelayout_deck.slideheight_400 .slider_container .slide_image,
    .slidelayout_deck.slideheight_400 .slider_container .slide_video{
        height:400px;        
        max-height:400px;
    }

   .slidelayout_deck.slideheight_300 .slider_top_container {height: 300px;}
   .slidelayout_deck.slideheight_300 .slide_image, 
   .slidelayout_deck.slideheight_300 .slide_video{
        height:300px;
        max-height:300px;
    }

   .slidelayout_deck.slideheight_200 .slider_top_container {height:200px;}
   .slidelayout_deck.slideheight_200 .slider_container .slide_image,
   .slidelayout_deck.slideheight_200 .slider_container .slide_video{
        height:200px;
        max-height:200px;
    }

.Slideshow_Shell.slidelayout_deck
{
   clear:both;
   position:relative;
   min-height:50px;
}

.Slideshow_Shell.slidelayout_deck .slider_top_container
{
  width:88%;
  float:left;
  margin-bottom:40px;
}

.slidearrow_default .slider_top_container:hover .btnPrevNav_top,
.slidearrow_default .slider_top_container:hover .btnNextNav_top {
   /* top:100px;*/
}

/*.Slideshow_Shell.slidelayout_deck .Slideshow_Navbar*/
.Slideshow_Shell.slidelayout_deck .slideshowcontrols
{
    height:100%;
    width: 10%;
    margin:0px;
    text-align: left;
    padding:0%;
    margin: auto;
    margin-top: 10px;
    z-index: 5000;
    border-radius:0px;
    -moz-border-radius:0px;
    text-align:center;
    z-index:50000;
    background-color:#f7f7f7;
    color:#222;
    float:left;
    
}

.Slideshow_Shell.slidelayout_deck .Slideshow_Navbar button
{
   width:48%;
   font-size: .8em;
   float:left;
   margin:0px;
   margin-left:1%;
   margin-bottom:1%;
   margin-top:1%;
   padding: 0px;
   cursor: pointer;
   border-radius:0px;
   -moz-border-radius:0px;
   border:solid 1px transparent;
}

.Slideshow_Shell.slidelayout_deck .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidelayout_deck .Slideshow_Navbar button:hover
{
    border:solid 1px #2366AD;
    border-radius:0px;  
    -moz-border-radius:0px;
    box-shadow:none;
    -moz-box-shadow:none;
    
}

.Slideshow_Shell.slidelayout_deck .Slideshow_Navbar button:nth-child(1)
{
    width:97%;    
}

.Slideshow_Shell.slidelayout_deck .Slideshow_Navbar button:nth-child(2)
{
    clear:both;    
}

.Slideshow_Shell.slidelayout_deck .slide_image,
.Slideshow_Shell.slidelayout_deck .slide_video
{
    float:right;
    width:68%;
    margin-right:1%;
    padding:0%;
    margin-top:10px;
    text-align:center;
}

.Slideshow_Shell.slidelayout_deck .slide_image img,
.Slideshow_Shell.slidelayout_deck .slide_video video
{
    width:100%;
    margin:0px;
    padding:0px;
    height:auto;
}

.Slideshow_Shell.slidelayout_deck .slide_caption
{
    position:relative;
    float:left;
    min-height: 250px;
    padding: 1%;
    margin: 0px;
    margin-top:12px;
    width:30%;
    max-height:280px;   
    border-radius:6px;
    -moz-border-radius:6px;
    overflow-y:auto;
     -webkit-box-shadow: 0 5px 4px rgba(0,0,0,.3);
  -moz-box-shadow: 0 5px 4px rgba(0,0,0,.3);
  box-shadow: 0 5px 4px rgba(0,0,0,.3);
}



.Slideshow_Shell.slidelayout_deck .slide_caption p, 
.Slideshow_Shell.slidelayout_deck .slide_caption h1,
.Slideshow_Shell.slidelayout_deck .slide_caption h2,
.Slideshow_Shell.slidelayout_deck .slide_caption h3
{
    margin: 0px;
    padding: 0px;
    
}

.Slideshow_Shell.slidelayout_deck .slide_caption h1,
.Slideshow_Shell.slidelayout_deck .slide_caption h2,
.Slideshow_Shell.slidelayout_deck .slide_caption h3
{
    font-size: 1em;
}
.Slideshow_Shell.slidelayout_deck .slide_caption p
{
    font-size: .8em;
}

.Slideshow_Shell.slidelayout_deck .btnPrevNav, 
.Slideshow_Shell.slidelayout_deck .btnNextNav
{
    display:none;
}

.slidelayout_deck .slider_container {
        background-color:#f7f7f7 !important;
        background:#f7f7f7 !important;
        color:#222 !important;
        border:0px !important;
}

.slidelayout_deck .Slideshow_Navbar{
    border-radius:0px;
    background-color:#f7f7f7 !important;
    background:#f7f7f7 !important;
    color:#222 !important;
    border:0px !important;}

.Slideshow_Shell.slidelayout_deck.slidecolor_univblue .slide_caption h2,
.Slideshow_Shell.slidelayout_deck.slidecolor_univblue .slide_caption p {
    background-color:inherit;
    color:#f7f7f7 !important;
}

.Slideshow_Shell.slidelayout_deck.slidecolor_medblue .slide_caption h2,
.Slideshow_Shell.slidelayout_deck.slidecolor_medblue .slide_caption p {
    background-color:inherit;
    color:#f7f7f7 !important;
}

.Slideshow_Shell.slidelayout_deck.slidecolor_lightblue .slide_caption h2,
.Slideshow_Shell.slidelayout_deck.slidecolor_lightblue .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_deck.slidecolor_gray .slide_caption h2,
.Slideshow_Shell.slidelayout_deck.slidecolor_gray .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_deck.slidecolor_orange .slide_caption h2,
.Slideshow_Shell.slidelayout_deck.slidecolor_orange .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
    text-shadow:none;
}

.Slideshow_Shell.slidelayout_deck.slidecolor_beige .slide_caption h2,
.Slideshow_Shell.slidelayout_deck.slidecolor_beige .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_deck.slidecolor_white .slide_caption h2,
.Slideshow_Shell.slidelayout_deck.slidecolor_white .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_deck.slidecolor_black .slide_caption h2,
.Slideshow_Shell.slidelayout_deck.slidecolor_black .slide_caption p {
    background-color:inherit;
    color:#f7f7f7 !important;
}

.Slideshow_Shell.slidelayout_deck.slidecolor_gradient .slide_caption h2,
.Slideshow_Shell.slidelayout_deck.slidecolor_gradient .slide_caption p {
    background-color:transparent;
    color:#121212 !important;
}

/*--------------------------------------------------------------
SLIDESHOW DOTS OVERWRITES
-----------------------------------------------------------------*/
.slidelayout_dots .slideshowcontrols
{margin-bottom:15px;}

.slidelayout_dots  .slider_container .slide_image,
.slidelayout_dots  .slider_container .slide_video
{
        height:auto;
}

    .slidelayout_dots.slideheight_600  .slider_top_container {height:600px;}
    .slidelayout_dots.slideheight_600  .slider_container .slide_image,
    .slidelayout_dots.slideheight_600  .slider_container .slide_video
    {
        height:600px;
        max-height:600px;
    }

    .slidelayout_dots.slideheight_500 .slider_top_container {height:500px;}
    .slidelayout_dots.slideheight_500 .slider_container .slide_image,
    .slidelayout_dots.slideheight_500 .slider_container .slide_video{
        height:500px;        
        max-height:500px;
    }

    .slidelayout_dots.slideheight_400 .slider_top_container {height:400px;}    
    .slidelayout_dots.slideheight_400 .slider_container .slide_image,
    .slidelayout_dots.slideheight_400 .slider_container .slide_video{
        height:400px;        
        max-height:400px;
    }

   .slidelayout_dots.slideheight_300 .slider_top_container {height: 300px;}
   .slidelayout_dots.slideheight_300 .slide_image, 
   .slidelayout_dots.slideheight_300 .slide_video{
        height:300px;
        max-height:300px;
    }

   .slidelayout_dots.slideheight_200 .slider_top_container {height:200px;}
   .slidelayout_dots.slideheight_200 .slider_container .slide_image,
   .slidelayout_dots.slideheight_200 .slider_container .slide_video{
        height:200px;
        max-height:200px;
    }

   .Slideshow_Shell.slidelayout_dots .slide_caption {
        min-height:100px;
        font-size:.9em;
        position:relative;
    }

.Slideshow_Shell.slidelayout_dots .Slideshow_Navbar
{
    clear: both;
    position: relative;
    margin-top: 0px;
    text-align: left;
    width:100%;
    padding:0%;
    padding-left:1%;
    padding-right:1%;
    margin: auto;
    z-index: 5000;
    border-radius:0px;
    -moz-border-radius:none;
    border-width:1px;
}

.Slideshow_Shell.slidelayout_dots .slider_container img
{
    border:solid 1px transparent;
}

.Slideshow_Shell.slidelayout_dots .Slideshow_Navbar button
{
    width: 18px;
    font-size: .8em;
    display: inline;
    margin: 1px;
    margin-top:9px;
    margin-left: 6px;
    padding: 1px;
    cursor: pointer;
    border-width:0px;
    text-indent:-9999px;
    border-radius:18px;
    height:18px;
    border:solid 1px #888 !important;
    background-color:#fff;
    background-image:none;
    color:#222;
}

.Slideshow_Shell.slidelayout_dots .Slideshow_Navbar button:first-child
{
    text-indent:0px;    
    border:solid 0px #888 !important;
    
}

.Slideshow_Shell.slidelayout_dots .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidelayout_dots .Slideshow_Navbar button:hover
{
    background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
    
    color:#222;
    border:solid 1px #222;
}

.Slideshow_Shell.slidelayout_dots .slide_caption,
.Slideshow_Shell.slidelayout_dots.slidecolor_univblue .slide_caption,
.Slideshow_Shell.slidelayout_dots.slidecolor_medblue .slide_caption,
.Slideshow_Shell.slidelayout_dots.slidecolor_lightblue .slide_caption,
.Slideshow_Shell.slidelayout_dots.slidecolor_gray .slide_caption,
.Slideshow_Shell.slidelayout_dots.slidecolor_orange .slide_caption,
.Slideshow_Shell.slidelayout_dots.slidecolor_beige .slide_caption,
.Slideshow_Shell.slidelayout_dots.slidecolor_white .slide_caption,
.Slideshow_Shell.slidelayout_dots.slidecolor_black .slide_caption,
.Slideshow_Shell.slidelayout_dots.slidecolor_gradient .slide_caption
{
    min-height: 30px;
    color: #f7f7f7 !important;
    background:#222 !important;
    background-color:#222 !important;
    background:transparent !important;
    background-color: rgba(0,0,0,.8) !important;
    padding: 1%;
    margin: 0px;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
}

.Slideshow_Shell.slidelayout_dots .slide_caption p, 
.Slideshow_Shell.slidelayout_dots .slide_caption h2,
.Slideshow_Shell.slidelayout_dots.slidecolor_univblue .slide_caption p,
.Slideshow_Shell.slidelayout_dots.slidecolor_univblue .slide_caption h2,
.Slideshow_Shell.slidelayout_dots.slidecolor_medblue .slide_caption p,
.Slideshow_Shell.slidelayout_dots.slidecolor_medblue .slide_caption h2,
.Slideshow_Shell.slidelayout_dots.slidecolor_lightblue .slide_caption p,
.Slideshow_Shell.slidelayout_dots.slidecolor_lightblue .slide_caption h2,
.Slideshow_Shell.slidelayout_dots.slidecolor_gray .slide_caption p,
.Slideshow_Shell.slidelayout_dots.slidecolor_gray .slide_caption h2,
.Slideshow_Shell.slidelayout_dots.slidecolor_orange .slide_caption p,
.Slideshow_Shell.slidelayout_dots.slidecolor_orange .slide_caption h2,
.Slideshow_Shell.slidelayout_dots.slidecolor_beige .slide_caption p,
.Slideshow_Shell.slidelayout_dots.slidecolor_beige .slide_caption h2,
.Slideshow_Shell.slidelayout_dots.slidecolor_black .slide_caption p,
.Slideshow_Shell.slidelayout_dots.slidecolor_black .slide_caption h2,
.Slideshow_Shell.slidelayout_dots.slidecolor_white .slide_caption p,
.Slideshow_Shell.slidelayout_dots.slidecolor_white .slide_caption h2,
.Slideshow_Shell.slidelayout_dots.slidecolor_gradient .slide_caption p,
.Slideshow_Shell.slidelayout_dots.slidecolor_gradient .slide_caption h2
{
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom:3px;
    color:#f7f7f7 !important;
    background:#222 !important;
    background-color:#222 !important;
    background:transparent !important;   
    background-color:transparent !important;
    text-shadow:2px 2px 4px rgba(0,0,0,1);
    -moz-text-shadow:2px 2px 4px rgba(0,0,0,1);
}

.Slideshow_Shell.slidelayout_dots .slide_caption p
{
    font-size: .85em;
}

/*--------------------------------------------------------------
SLIDESHOW MINIMAL OVERWRITES
-----------------------------------------------------------------*/
.slidelayout_minimal .slideshowcontrols
{margin-bottom:15px;}

.slidelayout_minimal  .slider_container .slide_image,
.slidelayout_minimal  .slider_container .slide_video
{
        height:auto;
}

    .slidelayout_minimal.slideheight_600  .slider_top_container {height:600px;}
    .slidelayout_minimal.slideheight_600  .slider_container .slide_image,
    .slidelayout_minimal.slideheight_600  .slider_container .slide_video
    {
        height:600px;
        max-height:600px;
    }

    .slidelayout_minimal.slideheight_500 .slider_top_container {height:500px;}
    .slidelayout_minimal.slideheight_500 .slider_container .slide_image,
    .slidelayout_minimal.slideheight_500 .slider_container .slide_video{
        height:500px;        
        max-height:500px;
    }

    .slidelayout_minimal.slideheight_400 .slider_top_container {height:400px;}    
    .slidelayout_minimal.slideheight_400 .slider_container .slide_image,
    .slidelayout_minimal.slideheight_400 .slider_container .slide_video{
        height:400px;        
        max-height:400px;
    }

   .slidelayout_minimal.slideheight_300 .slider_top_container {height: 300px;}
   .slidelayout_minimal.slideheight_300 .slide_image, 
   .slidelayout_minimal.slideheight_300 .slide_video{
        height:300px;
        max-height:300px;
    }

   .slidelayout_minimal.slideheight_200 .slider_top_container {height:200px;}
   .slidelayout_minimal.slideheight_200 .slider_container .slide_image,
   .slidelayout_minimal.slideheight_200 .slider_container .slide_video{
        height:200px;
        max-height:200px;
    }

.Slideshow_Shell.slidelayout_minimal .Slideshow_Navbar
{
    clear: both;
    position:relative;
    text-align: right;
    width:100%;
    padding:0%;
    padding-left:1%;
    padding-right:1%;
    margin:0px;
    z-index: 5000;
    border-radius:0px;
    -moz-border-radius:none;
    border-width:0px;
    min-height:14px;
}

.Slideshow_Shell.slidelayout_minimal .slider_container img
{
    border:solid 1px transparent;
}

.Slideshow_Shell.slidelayout_minimal .Slideshow_Navbar button
{
    width: 8px;
    font-size: .5em;
    display: inline;
    margin: 0px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 1px;
    padding-left:2px;
    padding-right:2px;
    cursor: pointer;
    border-width:0px;
    height:15px;
    width:12px;
    text-align:center;
}

.Slideshow_Shell.slidelayout_minimal .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidelayout_minimal .Slideshow_Navbar button:hover
{
    border:0px;
    border-radius:0px;
    box-shadow:none;
    width:12px;
    border-bottom:solid 3px #E17000; 
    padding-left:2px;
    padding-right:2px;
    text-align:center;   
}

.Slideshow_Shell.slidelayout_minimal .slide_caption,
.Slideshow_Shell.slidelayout_minimal.slidecolor_univblue .slide_caption,
.Slideshow_Shell.slidelayout_minimal.slidecolor_medblue .slide_caption,
.Slideshow_Shell.slidelayout_minimal.slidecolor_lightblue .slide_caption,
.Slideshow_Shell.slidelayout_minimal.slidecolor_gray .slide_caption,
.Slideshow_Shell.slidelayout_minimal.slidecolor_orange .slide_caption,
.Slideshow_Shell.slidelayout_minimal.slidecolor_beige .slide_caption,
.Slideshow_Shell.slidelayout_minimal.slidecolor_black .slide_caption,
.Slideshow_Shell.slidelayout_minimal.slidecolor_white .slide_caption,
.Slideshow_Shell.slidelayout_minimal.slidecolor_gradient .slide_caption
{
    min-height:20px;
    color: #f7f7f7 !important;
    background:transparent !important;
    background-color: rgba(0,0,0,.9) !important;
    padding: 1%;
    margin: 0px;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
}

.Slideshow_Shell.slidelayout_minimal .slide_caption p, 
.Slideshow_Shell.slidelayout_minimal .slide_caption h2,
.Slideshow_Shell.slidelayout_minimal.slidecolor_univblue .slide_caption p,
.Slideshow_Shell.slidelayout_minimal.slidecolor_univblue .slide_caption h2,
.Slideshow_Shell.slidelayout_minimal.slidecolor_medblue .slide_caption p,
.Slideshow_Shell.slidelayout_minimal.slidecolor_medblue .slide_caption h2,
.Slideshow_Shell.slidelayout_minimal.slidecolor_lightblue .slide_caption p,
.Slideshow_Shell.slidelayout_minimal.slidecolor_lightblue .slide_caption h2,
.Slideshow_Shell.slidelayout_minimal.slidecolor_gray .slide_caption p,
.Slideshow_Shell.slidelayout_minimal.slidecolor_gray .slide_caption h2,
.Slideshow_Shell.slidelayout_minimal.slidecolor_orange .slide_caption p,
.Slideshow_Shell.slidelayout_minimal.slidecolor_orange .slide_caption h2,
.Slideshow_Shell.slidelayout_minimal.slidecolor_beige .slide_caption p,
.Slideshow_Shell.slidelayout_minimal.slidecolor_beige .slide_caption h2,
.Slideshow_Shell.slidelayout_minimal.slidecolor_black .slide_caption p,
.Slideshow_Shell.slidelayout_minimal.slidecolor_black .slide_caption h2,
.Slideshow_Shell.slidelayout_minimal.slidecolor_white .slide_caption p,
.Slideshow_Shell.slidelayout_minimal.slidecolor_white .slide_caption h2,
.Slideshow_Shell.slidelayout_minimal.slidecolor_gradient .slide_caption p,
.Slideshow_Shell.slidelayout_minimal.slidecolor_gradient .slide_caption h2
{
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom:5px;
    color:#f7f7f7 !important;
    background-color:transparent !important;
    text-shadow:2px 2px 2px rgba(0,0,0,.8);
    -moz-text-shadow:2px 2px 2px rgba(0,0,0,.8);
}

.Slideshow_Shell.slidelayout_minimal .slide_caption p
{
    font-size: .85em;
}



/*--------------------------------------------------------------
SLIDESHOW STRIPS OVERWRITES
-----------------------------------------------------------------*/
.slidelayout_strips .slideshowcontrols
{margin-bottom:15px;}

.slidelayout_strips  .slider_container .slide_image,
.slidelayout_strips  .slider_container .slide_video
{
        height:auto;
}

    .slidelayout_strips.slideheight_600  .slider_top_container {height:600px;}
    .slidelayout_strips.slideheight_600  .slider_container .slide_image,
    .slidelayout_strips.slideheight_600  .slider_container .slide_video
    {
        height:600px;
        max-height:600px;
    }

    .slidelayout_strips.slideheight_500 .slider_top_container {height:500px;}
    .slidelayout_strips.slideheight_500 .slider_container .slide_image,
    .slidelayout_strips.slideheight_500 .slider_container .slide_video{
        height:500px;        
        max-height:500px;
    }

    .slidelayout_strips.slideheight_400 .slider_top_container {height:400px;}    
    .slidelayout_strips.slideheight_400 .slider_container .slide_image,
    .slidelayout_strips.slideheight_400 .slider_container .slide_video{
        height:400px;        
        max-height:400px;
    }

   .slidelayout_strips.slideheight_300 .slider_top_container {height: 300px;}
   .slidelayout_strips.slideheight_300 .slide_image, 
   .slidelayout_strips.slideheight_300 .slide_video{
        height:300px;
        max-height:300px;
    }

   .slidelayout_strips.slideheight_200 .slider_top_container {height:200px;}
   .slidelayout_strips.slideheight_200 .slider_container .slide_image,
   .slidelayout_strips.slideheight_200 .slider_container .slide_video{
        height:200px;
        max-height:200px;
    }

.Slideshow_Shell.slidelayout_strips .Slideshow_Navbar
{
    clear: both;
    position: relative;
    margin-top: 0px;
    text-align: left;
    width: 100%;
    padding:0%;
    padding-left:1%;
    padding-right:1%;
    margin: auto;
    z-index: 5000;
    border-radius:0px;
    -moz-border-radius:none;
    border-width:1px;
}

.Slideshow_Shell.slidelayout_strips .slider_container img
{
    border:solid 1px transparent;
}

.Slideshow_Shell.slidelayout_strips .Slideshow_Navbar button
{
    width: 8px;
    height:8px;
    font-size: .8em;
    display: inline;
    margin: 1px;
    margin-top:9px;
    margin-left: 6px;
    padding: 1px;
    cursor: pointer;
    border-width:0px;
    text-indent:-9999px;
    border-radius:8px;
    border:solid 1px #888 !important;
    background-color:#fff;
    background-image:none;
    color:#222;
}

.Slideshow_Shell.slidelayout_strips .Slideshow_Navbar button:first-child
{
    text-indent:0px;
    width: 18px;
    height:18px;    
    border-radius:18px;   
    
}

.Slideshow_Shell.slidelayout_strips .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidelayout_strips .Slideshow_Navbar button:hover
{
    background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
    
    color:#222;
    border:solid 1px #222 !important;
}

.Slideshow_Shell.slidelayout_strips .slide_caption
{
    min-height: 30px;
    padding: 1%;
    margin: 0px;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
}

.Slideshow_Shell.slidelayout_strips .slide_caption p, 
.Slideshow_Shell.slidelayout_strips .slide_caption h2
{
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom:3px;
    color:inherit;
    background-color:transparent;
    text-shadow:2px 2px 4px rgba(0,0,0,1);
    -moz-text-shadow:2px 2px 4px rgba(0,0,0,1);
}

.Slideshow_Shell.slidelayout_strips .slide_caption 
{
    position:absolute;
    top:0;
    left:0;
    height:auto;
    width:100%;
    background:none;
}
.Slideshow_Shell.slidelayout_strips .slide_caption h2,
.Slideshow_Shell.slidelayout_strips.slidecolor_univblue .slide_caption h2,
.Slideshow_Shell.slidelayout_strips.slidecolor_medblue .slide_caption h2,
.Slideshow_Shell.slidelayout_strips.slidecolor_lightblue .slide_caption h2,
.Slideshow_Shell.slidelayout_strips.slidecolor_gray .slide_caption h2,
.Slideshow_Shell.slidelayout_strips.slidecolor_orange .slide_caption h2,
.Slideshow_Shell.slidelayout_strips.slidecolor_beige .slide_caption h2,
.Slideshow_Shell.slidelayout_strips.slidecolor_white .slide_caption h2,
.Slideshow_Shell.slidelayout_strips.slidecolor_black .slide_caption h2,
.Slideshow_Shell.slidelayout_strips.slidecolor_gradient .slide_caption h2
{
    position:absolute;
    top:15%;
    left:8%;
    width:65%;
    padding:5px !important;
    background:#fff;
    background:rgba(255,255,255,.9);
    text-indent:7px;
    color:#0057ab;
    text-shadow:-1px 1px 1px rgba(0,0,0,.3);
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
	transform:rotate(0deg);
    font-size:2em;
    width:auto;
    height:auto;
    border:solid 1px #cdcdcd;
    -webkit-box-shadow: 0 8px 6px -6px black;
     -moz-box-shadow: 0 8px 6px -6px black;
          box-shadow: 0 8px 6px -6px black;
    z-index:8000;
}

.Slideshow_Shell.slidelayout_strips .slide_caption p,
.Slideshow_Shell.slidelayout_strips.slidecolor_univblue .slide_caption p,
.Slideshow_Shell.slidelayout_strips.slidecolor_medblue .slide_caption p,
.Slideshow_Shell.slidelayout_strips.slidecolor_lightblue .slide_caption p,
.Slideshow_Shell.slidelayout_strips.slidecolor_gray .slide_caption p,
.Slideshow_Shell.slidelayout_strips.slidecolor_orange .slide_caption p,
.Slideshow_Shell.slidelayout_strips.slidecolor_beige .slide_caption p,
.Slideshow_Shell.slidelayout_strips.slidecolor_white .slide_caption p,
.Slideshow_Shell.slidelayout_strips.slidecolor_black .slide_caption p,
.Slideshow_Shell.slidelayout_strips.slidecolor_gradient .slide_caption p  
{
    font-size: .85em;
    position:absolute;
    top:50%;
    left:12%;
    padding:8px !important;
    background:#222;
    background-color:#222;
    background:rgba(0,0,0,.9);
    width:auto;
    height:auto;
    color:#f7f7f7;
    line-height:1.2em;
    text-shadow:-2px 2px 3px rgba(0,0,0,.9);
    transform:rotate(0deg);
    -webkit-box-shadow: 0 8px 6px -6px black;
     -moz-box-shadow: 0 8px 6px -6px black;
          box-shadow: 0 8px 6px -6px black;
    z-index:7000;  
}



/*--------------------------------------------------------------
SLIDESHOW MOTION OVERWRITES
-----------------------------------------------------------------*/

.slidelayout_motion  .slider_container .slide_image,
.slidelayout_motion  .slider_container .slide_video
{
        height:auto;
}

    .slidelayout_motion.slideheight_600  .slider_top_container {height:600px;}
    .slidelayout_motion.slideheight_600  .slider_container .slide_image,
    .slidelayout_motion.slideheight_600  .slider_container .slide_video
    {
        height:600px;
        max-height:600px;
    }

    .slidelayout_motion.slideheight_500 .slider_top_container {height:500px;}
    .slidelayout_motion.slideheight_500 .slider_container .slide_image,
    .slidelayout_motion.slideheight_500 .slider_container .slide_video{
        height:500px;        
        max-height:500px;
    }

    .slidelayout_motion.slideheight_400 .slider_top_container {height:400px;}    
    .slidelayout_motion.slideheight_400 .slider_container .slide_image,
    .slidelayout_motion.slideheight_400 .slider_container .slide_video{
        height:400px;        
        max-height:400px;
    }

   .slidelayout_motion.slideheight_300 .slider_top_container {height: 300px;}
   .slidelayout_motion.slideheight_300 .slide_image, 
   .slidelayout_motion.slideheight_300 .slide_video{
        height:300px;
        max-height:300px;
    }

   .slidelayout_motion.slideheight_200 .slider_top_container {height:200px;}
   .slidelayout_motion.slideheight_200 .slider_container .slide_image,
   .slidelayout_motion.slideheight_200 .slider_container .slide_video{
        height:200px;
        max-height:200px;
    }

.Slideshow_Shell.slidelayout_motion .Slideshow_Navbar
{
    clear: both;
    position: relative;
    margin-top: 0px;
    text-align: left;
    width: 100%;
    padding:0%;
    padding-left:1%;
    padding-right:1%;
    margin: auto;
    z-index: 5000;
    border-radius:0px;
    -moz-border-radius:none;
    border-width:1px;
}

.Slideshow_Shell.slidelayout_motion .slider_container img
{
    border:solid 1px transparent;
    
}
.Slideshow_Shell.slidelayout_motion .slider_container .slide_image
{
    overflow:hidden;
    background-color:#f7f7f7;
    border:solid 1px #ccc;
}

.Slideshow_Shell.slidelayout_motion .slider_container .slide_show img
{
    transition: all 20s, opacity 1s;
    opacity:1;
}

.Slideshow_Shell.slidelayout_motion .slider_container .slide_hide img
{
    translate:transform(0,0) scale(1,1);
    opacity:0;
     transition:opacity 2s;
}


.Slideshow_Shell.slidelayout_motion .Slideshow_Navbar button
{
    width: 22px;
    height:20px;
    font-size: .8em;
    display: inline;
    margin: 1px;
    margin-top:9px;
    margin-left: 6px;
    padding: 1px;
    cursor: pointer;
    border-width:0px;
    border-top-left-radius:8px;    
    border-top-right-radius:8px;    
    border:solid 1px #cdcdcd;
    background-color:#fff;
    background-image:none;
    color:#222;
}

.Slideshow_Shell.slidelayout_motion .Slideshow_Navbar button:first-child
{
    text-indent:0px;
    width: 25px;
    height:18px;    
    border-radius:20px 5px 20px;   
    
}

.Slideshow_Shell.slidelayout_motion .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidelayout_motion .Slideshow_Navbar button:hover
{
    background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
    
    color:#222;
    border:solid 1px #222;
}


.Slideshow_Shell.slidelayout_motion .slide_caption,
.Slideshow_Shell.slidelayout_motion.slidecolor_default .slide_caption,
.Slideshow_Shell.slidelayout_motion.slidecolor_univblue .slide_caption,
.Slideshow_Shell.slidelayout_motion.slidecolor_medblue .slide_caption,
.Slideshow_Shell.slidelayout_motion.slidecolor_lightblue .slide_caption,
.Slideshow_Shell.slidelayout_motion.slidecolor_gray .slide_caption,
.Slideshow_Shell.slidelayout_motion.slidecolor_orange .slide_caption,
.Slideshow_Shell.slidelayout_motion.slidecolor_beige .slide_caption,
.Slideshow_Shell.slidelayout_motion.slidecolor_black .slide_caption,
.Slideshow_Shell.slidelayout_motion.slidecolor_white .slide_caption,
.Slideshow_Shell.slidelayout_motion.slidecolor_gradient .slide_caption
{
    max-height:150px!important;
    min-height:20px!important;
    padding:1% !important;
    margin: 0px;
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    box-sizing:border-box;
    z-index:4000;
    color: #f7f7f7 !important;
    background-color:#222 !important;
    background:#222 !important;
    background:rgba(0,0,0,.8) !important;
    background-color:rgba(0,0,0,.8) !important;    
}

.Slideshow_Shell.slidelayout_motion .slide_caption p, 
.Slideshow_Shell.slidelayout_motion .slide_caption h2, 
.Slideshow_Shell.slidelayout_motion.slidecolor_default .slide_caption p,
.Slideshow_Shell.slidelayout_motion.slidecolor_default .slide_caption h2,
.Slideshow_Shell.slidelayout_motion.slidecolor_univblue .slide_caption p,
.Slideshow_Shell.slidelayout_motion.slidecolor_univblue .slide_caption h2,
.Slideshow_Shell.slidelayout_motion.slidecolor_medblue .slide_caption p,
.Slideshow_Shell.slidelayout_motion.slidecolor_medblue .slide_caption h2,
.Slideshow_Shell.slidelayout_motion.slidecolor_lightblue .slide_caption p,
.Slideshow_Shell.slidelayout_motion.slidecolor_lightblue .slide_caption h2,
.Slideshow_Shell.slidelayout_motion.slidecolor_gray .slide_caption p,
.Slideshow_Shell.slidelayout_motion.slidecolor_gray .slide_caption h2,
.Slideshow_Shell.slidelayout_motion.slidecolor_orange .slide_caption p,
.Slideshow_Shell.slidelayout_motion.slidecolor_orange .slide_caption h2,
.Slideshow_Shell.slidelayout_motion.slidecolor_beige .slide_caption p,
.Slideshow_Shell.slidelayout_motion.slidecolor_beige .slide_caption h2,
.Slideshow_Shell.slidelayout_motion.slidecolor_black .slide_caption p,
.Slideshow_Shell.slidelayout_motion.slidecolor_black .slide_caption h2,
.Slideshow_Shell.slidelayout_motion.slidecolor_white .slide_caption p,
.Slideshow_Shell.slidelayout_motion.slidecolor_white .slide_caption h2,
.Slideshow_Shell.slidelayout_motion.slidecolor_gradient .slide_caption p,
.Slideshow_Shell.slidelayout_motion.slidecolor_gradient .slide_caption h2
{
    margin: 0px !important;
    padding:1% !important;
    width:100%;
    background-color:#000 !important;
    background:#000 !important;
    background:rgba(0,0,0,.8) !important;
    background:transparent !important;
    background-color:transparent !important;
    color:#f7f7f7 !important;
  
}

.Slideshow_Shell.slidelayout_motion .slide_caption h2
{
    position:relative;
    width:auto;
    height:auto;    
}

.Slideshow_Shell.slidelayout_motion .slide_caption p
{
    font-size: .85em;
  
}

/*--------------------------------------------------------------
SLIDESHOW LAYOUT LEFT
-----------------------------------------------------------------*/
.slidelayout_left .slideshowcontrols
{margin-bottom:15px;}

.slidelayout_left  .slider_container .slide_image,
.slidelayout_left  .slider_container .slide_video
{
        height:auto;
}

    .slidelayout_left.slideheight_600  .slider_top_container {height:600px;}
    .slidelayout_left.slideheight_600  .slider_container .slide_image,
    .slidelayout_left.slideheight_600  .slider_container .slide_video
    {
        height:600px;
        max-height:600px;
    }

    .slidelayout_left.slideheight_500 .slider_top_container {height:500px;}
    .slidelayout_left.slideheight_500 .slider_container .slide_image,
    .slidelayout_left.slideheight_500 .slider_container .slide_video{
        height:500px;        
        max-height:500px;
    }

    .slidelayout_left.slideheight_400 .slider_top_container {height:400px;}    
    .slidelayout_left.slideheight_400 .slider_container .slide_image,
    .slidelayout_left.slideheight_400 .slider_container .slide_video{
        height:400px;        
        max-height:400px;
    }

   .slidelayout_left.slideheight_300 .slider_top_container {height: 300px;}
   .slidelayout_left.slideheight_300 .slide_image, 
   .slidelayout_left.slideheight_300 .slide_video{
        height:300px;
        max-height:300px;
    }

   .slidelayout_left.slideheight_200 .slider_top_container {height:200px;}
   .slidelayout_left.slideheight_200 .slider_container .slide_image,
   .slidelayout_left.slideheight_200 .slider_container .slide_video{
        height:200px;
        max-height:200px;
    }

.Slideshow_Shell.slidelayout_left .Slideshow_Navbar
{
    clear: both;
    position: relative;
    margin-top: 0px;
    text-align: left;
    width: 100%;
    padding:0%;
    padding-left:1%;
    padding-right:1%;
    margin: auto;
    z-index: 5000;
    border-radius:0px;
    -moz-border-radius:none;
    border-width:1px;
}

.Slideshow_Shell.slidelayout_left .slider_container
{
      box-sizing:border-box;
    
}

.Slideshow_Shell.slidelayout_left .slider_container img
{
    border:solid 1px transparent;
    
}
.Slideshow_Shell.slidelayout_left .slider_container .slide_image,
.Slideshow_Shell.slidelayout_left .slider_container .slide_video
{
    overflow:hidden;
    float:left;
    width:70%;
    box-sizing:border-box;
}

.Slideshow_Shell.slidelayout_left .Slideshow_Navbar button
{
    width: 20px;
    height:20px;
    font-size: .7em;
    display: inline;
    margin: 1px;
    margin-top:9px;
    margin-left: 6px;
    padding: 1px;
    cursor: pointer;
    border-width:0px;
    border:solid 1px #cdcdcd;
    background-color:#fff;
    background-image:none;
    color:#222;
    border-radius:2px;
    
}

.Slideshow_Shell.slidelayout_left .Slideshow_Navbar button:first-child
{
    text-indent:0px;
    width: 25px;
    height:18px;    
    border-radius:20px 20px 5px;   
    
}

.Slideshow_Shell.slidelayout_left .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidelayout_left .Slideshow_Navbar button:hover
{
    background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
    
    color:#222;
    border:solid 1px #222;
}

.Slideshow_Shell.slidelayout_left .slide_caption
{
    height:100% !important;
    color: #222;
    background-color:#f7f7f7;
    padding:1% !important;
    margin: 0px;
    position:absolute;
    right:0px;
    top:0px;
    width:30%;
    box-sizing:border-box;
    overflow:auto;
    
}
.Slideshow_Shell.slidecolor_univblue.slidelayout_left .slide_caption
{  color: #f7f7f7;
    background-color: #002B54; }
  .Slideshow_Shell.slidecolor_medblue.slidelayout_left .slide_caption
{ color: #fff;
    background: #0059A2; }
.Slideshow_Shell.slidecolor_lightblue.slidelayout_left .slide_caption
{  color: #010101;
    background-color: #9DBED8;  }
.Slideshow_Shell.slidecolor_gray.slidelayout_left .slide_caption
{   color: #121212;
    background: #c1c1c1; }
.Slideshow_Shell.slidecolor_orange.slidelayout_left .slide_caption
{  color: #010101;
    background-color: #F58220;  }
.Slideshow_Shell.slidecolor_beige.slidelayout_left .slide_caption
{  color: #222;
    background-color: #DAD6CC;   }
.Slideshow_Shell.slidecolor_black.slidelayout_left .slide_caption
{  color: #f7f7f7;
    background-color: #121212; }
.Slideshow_Shell.slidecolor_white.slidelayout_left .slide_caption
{  color: #222;
    background-color: #fff; }


.Slideshow_Shell.slidelayout_left .slide_caption p, 
.Slideshow_Shell.slidelayout_left .slide_caption h2
{
    margin: 0px !important;
    padding:2% !important;
    margin-bottom:3px;
}

.Slideshow_Shell.slidelayout_left .slide_caption h2
{
    position:relative;
    width:auto;
    height:auto;    
}

.Slideshow_Shell.slidelayout_left .slide_caption p
{
    font-size: .85em;
  
}

.Slideshow_Shell.slidelayout_left.slidecolor_univblue .slide_caption h2,
.Slideshow_Shell.slidelayout_left.slidecolor_univblue .slide_caption p {
    background-color:inherit;
    color:#f7f7f7 !important;
}

.Slideshow_Shell.slidelayout_left.slidecolor_medblue .slide_caption h2,
.Slideshow_Shell.slidelayout_left.slidecolor_medblue .slide_caption p {
    background-color:inherit;
    color:#f7f7f7 !important;
}

.Slideshow_Shell.slidelayout_left.slidecolor_lightblue .slide_caption h2,
.Slideshow_Shell.slidelayout_left.slidecolor_lightblue .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_left.slidecolor_gray .slide_caption h2,
.Slideshow_Shell.slidelayout_left.slidecolor_gray .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_left.slidecolor_orange .slide_caption h2,
.Slideshow_Shell.slidelayout_left.slidecolor_orange .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
    text-shadow:none;
}

.Slideshow_Shell.slidelayout_left.slidecolor_beige .slide_caption h2,
.Slideshow_Shell.slidelayout_left.slidecolor_beige .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_left.slidecolor_white .slide_caption h2,
.Slideshow_Shell.slidelayout_left.slidecolor_white .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_left.slidecolor_black .slide_caption h2,
.Slideshow_Shell.slidelayout_left.slidecolor_black .slide_caption p {
    background-color:inherit;
    color:#f7f7f7 !important;
}

.Slideshow_Shell.slidelayout_left.slidecolor_gradient .slide_caption h2,
.Slideshow_Shell.slidelayout_left.slidecolor_gradient .slide_caption p {
    background-color:transparent;
    color:#121212 !important;
}


/*--------------------------------------------------------------
SLIDESHOW LAYOUT RIGHT
-----------------------------------------------------------------*/
.slidelayout_right .slideshowcontrols
{margin-bottom:15px;}

.slidelayout_right  .slider_container .slide_image,
.slidelayout_right  .slider_container .slide_video
{
        height:auto;
}

    .slidelayout_right.slideheight_600  .slider_top_container {height:600px;}
    .slidelayout_right.slideheight_600  .slider_container .slide_image,
    .slidelayout_right.slideheight_600  .slider_container .slide_video
    {
        height:600px;
        max-height:600px;
    }

    .slidelayout_right.slideheight_500 .slider_top_container {height:500px;}
    .slidelayout_right.slideheight_500 .slider_container .slide_image,
    .slidelayout_right.slideheight_500 .slider_container .slide_video{
        height:500px;        
        max-height:500px;
    }

    .slidelayout_right.slideheight_400 .slider_top_container {height:400px;}    
    .slidelayout_right.slideheight_400 .slider_container .slide_image,
    .slidelayout_right.slideheight_400 .slider_container .slide_video{
        height:400px;        
        max-height:400px;
    }

   .slidelayout_right.slideheight_300 .slider_top_container {height: 300px;}
   .slidelayout_right.slideheight_300 .slide_image, 
   .slidelayout_right.slideheight_300 .slide_video{
        height:300px;
        max-height:300px;
    }

   .slidelayout_right.slideheight_200 .slider_top_container {height:200px;}
   .slidelayout_right.slideheight_200 .slider_container .slide_image,
   .slidelayout_right.slideheight_200 .slider_container .slide_video{
        height:200px;
        max-height:200px;
    }

.Slideshow_Shell.slidelayout_right .Slideshow_Navbar
{
    clear: both;
    position: relative;
    margin-top: 0px;
    text-align: left;
    width: 100%;
    padding:0%;
    padding-left:1%;
    padding-right:1%;
    margin: auto;
    z-index: 5000;
    border-radius:0px;
    -moz-border-radius:none;
    border-width:1px;
}

.Slideshow_Shell.slidelayout_right .slider_container
{
      box-sizing:border-box;
    
}

.Slideshow_Shell.slidelayout_right .slider_container img
{
    border:solid 1px transparent;
    
}
.Slideshow_Shell.slidelayout_right .slider_container .slide_image,
.Slideshow_Shell.slidelayout_right .slider_container .slide_video
{
    overflow:hidden;
    float:right;
    width:70%;
    box-sizing:border-box;
}

.Slideshow_Shell.slidelayout_right .Slideshow_Navbar button
{
    width: 20px;
    height:20px;
    font-size: .7em;
    display: inline;
    margin: 1px;
    margin-top:9px;
    margin-left: 6px;
    padding: 1px;
    cursor: pointer;
    border-width:0px;
    border:solid 1px #cdcdcd;
    background-color:#fff;
    background-image:none;
    color:#222;
    border-radius:2px;
    
}

.Slideshow_Shell.slidelayout_right .Slideshow_Navbar button:first-child
{
    text-indent:0px;
    width: 25px;
    height:18px;    
    border-radius:20px 20px 5px;   
    
}

.Slideshow_Shell.slidelayout_right .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidelayout_right .Slideshow_Navbar button:hover
{
    background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
    
    color:#222;
    border:solid 1px #222;
}

.Slideshow_Shell.slidelayout_right .slide_caption
{
    height:100% !important;
    color: #222;
    background-color:#f7f7f7;
    padding:1% !important;
    margin: 0px;
    position:absolute;
    left:0px;
    top:0px;
    width:30%;
    box-sizing:border-box;
    overflow:auto;
    
}
.Slideshow_Shell.slidecolor_univblue.slidelayout_right .slide_caption
{  color: #f7f7f7;
    background-color: #002B54; }
  .Slideshow_Shell.slidecolor_medblue.slidelayout_right .slide_caption
{ color: #fff;
    background: #0059A2; }
.Slideshow_Shell.slidecolor_lightblue.slidelayout_right .slide_caption
{  color: #010101;
    background-color: #9DBED8;  }
.Slideshow_Shell.slidecolor_gray.slidelayout_right .slide_caption
{   color: #121212;
    background: #c1c1c1; }
.Slideshow_Shell.slidecolor_orange.slidelayout_right .slide_caption
{  color: #010101;
    background-color: #F58220;  }
.Slideshow_Shell.slidecolor_beige.slidelayout_right .slide_caption
{  color: #222;
    background-color: #DAD6CC;   }
.Slideshow_Shell.slidecolor_black.slidelayout_right .slide_caption
{  color: #f7f7f7;
    background-color: #121212; }
.Slideshow_Shell.slidecolor_white.slidelayout_right .slide_caption
{  color: #222;
    background-color: #fff; }


.Slideshow_Shell.slidelayout_right .slide_caption p, 
.Slideshow_Shell.slidelayout_right .slide_caption h2
{
    margin: 0px !important;
    padding:2% !important;
    margin-bottom:3px;
}

.Slideshow_Shell.slidelayout_right .slide_caption h2
{
    position:relative;
    width:auto;
    height:auto;    
}

.Slideshow_Shell.slidelayout_right .slide_caption p
{
    font-size: .85em;
  
}


.Slideshow_Shell.slidelayout_right.slidecolor_univblue .slide_caption h2,
.Slideshow_Shell.slidelayout_right.slidecolor_univblue .slide_caption p {
    background-color:inherit;
    color:#f7f7f7 !important;
}

.Slideshow_Shell.slidelayout_right.slidecolor_medblue .slide_caption h2,
.Slideshow_Shell.slidelayout_right.slidecolor_medblue .slide_caption p {
    background-color:inherit;
    color:#f7f7f7 !important;
}

.Slideshow_Shell.slidelayout_right.slidecolor_lightblue .slide_caption h2,
.Slideshow_Shell.slidelayout_right.slidecolor_lightblue .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_right.slidecolor_gray .slide_caption h2,
.Slideshow_Shell.slidelayout_right.slidecolor_gray .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_right.slidecolor_orange .slide_caption h2,
.Slideshow_Shell.slidelayout_right.slidecolor_orange .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
    text-shadow:none;
}

.Slideshow_Shell.slidelayout_right.slidecolor_beige .slide_caption h2,
.Slideshow_Shell.slidelayout_right.slidecolor_beige .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_right.slidecolor_white .slide_caption h2,
.Slideshow_Shell.slidelayout_right.slidecolor_white .slide_caption p {
    background-color:inherit;
    color:#121212 !important;
}

.Slideshow_Shell.slidelayout_right.slidecolor_black .slide_caption h2,
.Slideshow_Shell.slidelayout_right.slidecolor_black .slide_caption p {
    background-color:inherit;
    color:#f7f7f7 !important;
}

.Slideshow_Shell.slidelayout_right.slidecolor_gradient .slide_caption h2,
.Slideshow_Shell.slidelayout_right.slidecolor_gradient .slide_caption p {
    background-color:transparent;
    color:#121212 !important;
}



/*--------------------------------------------------------------
SLIDESHOW LAYOUT PAUSE / PLAY
-----------------------------------------------------------------*/
.slidelayout_pauseplay .slideshowcontrols
{margin-bottom:15px;}

.slidelayout_pauseplay   .slider_container .slide_image,
.slidelayout_pauseplay   .slider_container .slide_video
{
        height:auto;
}

    .slidelayout_pauseplay.slideheight_600  .slider_top_container {height:600px;}
    .slidelayout_pauseplay.slideheight_600  .slider_container .slide_image,
    .slidelayout_pauseplay.slideheight_600  .slider_container .slide_video
    {
        height:600px;
        max-height:600px;
    }

    .slidelayout_pauseplay.slideheight_500 .slider_top_container {height:500px;}
    .slidelayout_pauseplay.slideheight_500 .slider_container .slide_image,
    .slidelayout_pauseplay.slideheight_500 .slider_container .slide_video{
        height:500px;        
        max-height:500px;
    }

    .slidelayout_pauseplay.slideheight_400 .slider_top_container {height:400px;}    
    .slidelayout_pauseplay.slideheight_400 .slider_container .slide_image,
    .slidelayout_pauseplay.slideheight_400 .slider_container .slide_video{
        height:400px;        
        max-height:400px;
    }

   .slidelayout_pauseplay.slideheight_300 .slider_top_container {height: 300px;}
   .slidelayout_pauseplay.slideheight_300 .slide_image, 
   .slidelayout_pauseplay.slideheight_300 .slide_video{
        height:300px;
        max-height:300px;
    }

   .slidelayout_pauseplay.slideheight_200 .slider_top_container {height:200px;}
   .slidelayout_pauseplay.slideheight_200 .slider_container .slide_image,
   .slidelayout_pauseplay.slideheight_200 .slider_container .slide_video{
        height:200px;
        max-height:200px;
    }

.Slideshow_Shell.slidelayout_pauseplay .Slideshow_Navbar
{
    clear: both;
    position: relative;
    margin-top: 0px;
    text-align: left;
    width: 100%;
    padding:0%;
    padding-left:1%;
    padding-right:1%;
    margin: auto;
    z-index: 5000;
    border-radius:0px;
    -moz-border-radius:none;
    border-width:1px;
}

.Slideshow_Shell.slidelayout_pauseplay .slider_container
{
      box-sizing:border-box;
    
}

.Slideshow_Shell.slidelayout_pauseplay .slider_container img
{
    border:solid 1px transparent;
    width:100%;
    
}
.Slideshow_Shell.slidelayout_pauseplay .slider_container .slide_image,
.Slideshow_Shell.slidelayout_pauseplay .slider_container .slide_video
{
    width:100%;
    box-sizing:border-box;
}

.Slideshow_Shell.slidelayout_pauseplay .slideshowcontrols
{
    box-sizing:border-box;
    position:relative;
    clear:both;
}

.Slideshow_Shell.slidelayout_pauseplay .slideshowcontrols .btnPrevNav,
.Slideshow_Shell.slidelayout_pauseplay .slideshowcontrols .btnNextNav
{ 
    float:left;
    width:8%;
    height:18px;
    font-size: .7em;
    padding:1px;
    margin-top:10px;
    padding-top:3px;
    background-color:#f7f7f7;
    background:#f7f7f7;
    color:#222;
    border:0px;
    text-transform:capitalize;
    position:absolute;
    top:0px;
}

    .Slideshow_Shell.slidelayout_pauseplay .slideshowcontrols .btnPrevNav:hover a,
    .Slideshow_Shell.slidelayout_pauseplay .slideshowcontrols .btnNextNav:hover a {
        text-decoration:none;
    }

.Slideshow_Shell.slidelayout_pauseplay.slidearrow_downcenter .slideshowcontrols .btnPrevNav {
    left:30%;
}
.Slideshow_Shell.slidelayout_pauseplay.slidearrow_downcenter .slideshowcontrols .btnNextNav {
    left:55%;
}

.Slideshow_Shell.slidelayout_pauseplay.slidearrow_downleft .slideshowcontrols .btnNextNav {
    left:5%;
}

.Slideshow_Shell.slidelayout_pauseplay .slideshowcontrols .Slideshow_Navbar 
{
    text-align:center;
    display:block;
    margin:auto;
    margin-top:2px;
    width:initial;
    float:left;
    margin-left:42%;
    width:8%;
    
}

.Slideshow_Shell.slidelayout_pauseplay .Slideshow_Navbar button
{
    width: 20px;
    height:20px;
    font-size: .7em;
    display: inline;
    margin: 1px;
    margin-top:9px;
    margin-left: 6px;
    padding: 1px;
    cursor: pointer;
    border-width:0px;
    border:solid 0px #cdcdcd;
    background-color:#f7f7f7;
    background-image:none;
    color:#222;
    border-radius:2px;
    display:none;
    
}

.Slideshow_Shell.slidelayout_pauseplay .Slideshow_Navbar button:first-child
{
    text-indent:0px;
    height:18px;  
    display:block;
    width:100%;
    
}

.Slideshow_Shell.slidelayout_pauseplay .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidelayout_pauseplay .Slideshow_Navbar button:hover,
.Slideshow_Shell.slidelayout_pauseplay .slideshowcontrols .btnPrevNav:hover,
.Slideshow_Shell.slidelayout_pauseplay .slideshowcontrols .btnNextNav:hover
{
   background:#d1d1d1;    
   color:#222;
   border:solid 1px #222;
}

.Slideshow_Shell.slidelayout_pauseplay .slide_caption
{
    max-height:150px!important;
    min-height:20px!important;
    padding:1% !important;
    margin: 0px;
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    box-sizing:border-box;
    z-index:4000;
    color: #f7f7f7;
    background-color:#555;
    background:#555;
    background:rgba(0,0,0,.8);
    
}


.Slideshow_Shell.slidelayout_pauseplay .slide_caption p, 
.Slideshow_Shell.slidelayout_pauseplay .slide_caption h2
{
    margin: 0px !important;
    padding:1% !important;
    width:100%;  
    background-color:#555;
    background:transparent;
    color:#f7f7f7;
  
}

.Slideshow_Shell.slidelayout_pauseplay .slide_caption h2
{
    position:relative;
    width:auto;
    height:auto;    
    margin-bottom:0px;
    padding-bottom:0px !important;
}

.Slideshow_Shell.slidelayout_pauseplay .slide_caption p
{
    font-size: .85em;
  
}


/*--------------------------------------------------------------
SLIDESHOW LAYOUT 1 of X
-----------------------------------------------------------------*/

.slidelayout_bynumbers .slider_container .slide_image,
.slidelayout_bynumbers .slider_container .slide_video
{
        height:auto;
}

    .slidelayout_bynumbers.slideheight_600  .slider_top_container {height:600px;}
    .slidelayout_bynumbers.slideheight_600  .slider_container .slide_image,
    .slidelayout_bynumbers.slideheight_600  .slider_container .slide_video
    {
        height:600px;
        max-height:600px;
    }

    .slidelayout_bynumbers.slideheight_500 .slider_top_container {height:500px;}
    .slidelayout_bynumbers.slideheight_500 .slider_container .slide_image,
    .slidelayout_bynumbers.slideheight_500 .slider_container .slide_video{
        height:500px;        
        max-height:500px;
    }

    .slidelayout_bynumbers.slideheight_400 .slider_top_container {height:400px;}    
    .slidelayout_bynumbers.slideheight_400 .slider_container .slide_image,
    .slidelayout_bynumbers.slideheight_400 .slider_container .slide_video{
        height:400px;        
        max-height:400px;
    }

   .slidelayout_bynumbers.slideheight_300 .slider_top_container {height: 300px;}
   .slidelayout_bynumbers.slideheight_300 .slide_image, 
   .slidelayout_bynumbers.slideheight_300 .slide_video{
        height:300px;
        max-height:300px;
    }

   .slidelayout_bynumbers.slideheight_200 .slider_top_container {height:200px;}
   .slidelayout_bynumbers.slideheight_200 .slider_container .slide_image,
   .slidelayout_bynumbers.slideheight_200 .slider_container .slide_video{
        height:200px;
        max-height:200px;
    }

.Slideshow_Shell.slidelayout_bynumbers .Slideshow_Navbar
{
   margin-top: 0px;
   text-align: left;
   padding:0%;
   margin: auto;
   z-index: 5000;
   border-radius:0px;
   -moz-border-radius:none;
   border-width:1px;   
}

.Slideshow_Shell.slidelayout_bynumbers .slider_container
{
      box-sizing:border-box;
    
}

.Slideshow_Shell.slidelayout_bynumbers .slider_container img
{
    border:solid 1px transparent;
    width:100%;
}
.Slideshow_Shell.slidelayout_bynumbers .slider_container .slide_image,
.Slideshow_Shell.slidelayout_bynumbers .slider_container .slide_video
{
    width:100%;
    box-sizing:border-box;
}

.Slideshow_Shell.slidelayout_bynumbers .slideshowcontrols
{
    box-sizing:border-box;
    position:relative;
    clear:both;
}

.Slideshow_Shell.slidelayout_bynumbers .slideshowcontrols .btnPrevNav,
.Slideshow_Shell.slidelayout_bynumbers .slideshowcontrols .btnNextNav
{ margin:1%;
  height:25px;
  width:25px;
  padding:2px;
  border-radius:20px;
}

.Slideshow_Shell.slidelayout_bynumbers .slideshowcontrols .Slideshow_Navbar 
{
    text-align:center;
    margin:auto;
    margin-top:2px;
    min-width:15%;
    left:0px;
    clear:none;
}

.Slideshow_Shell.slidelayout_bynumbers .Slideshow_Navbar button
{
    height:20px;
    min-width:20px;
    max-width:26px;
    font-size: .7em;
    margin: 1px;
    margin-top:9px;
    margin-left: 10px;
    padding: 1px;
    cursor: pointer;
    border-width:0px;
    background-color:inherit;
    background-image:none;
    border-radius:2px;
    float:left;
   display:none;   
}
   

.Slideshow_Shell.slidelayout_bynumbers .Slideshow_Navbar button:after{content:'\  of ';}
.Slideshow_Shell.slidelayout_bynumbers .Slideshow_Navbar button:first-child:after{content:'';}
.Slideshow_Shell.slidelayout_bynumbers .Slideshow_Navbar button:last-child:after{content:'';}

.Slideshow_Shell.slidelayout_bynumbers .Slideshow_Navbar button:first-child
{
    text-indent:0px;
    height:18px;  
    display:inline;
    
}

.Slideshow_Shell.slidelayout_bynumbers .Slideshow_Navbar button:last-child {
    display:inline;
    margin-left:0px;
    width:4px;
    padding-left:0px;
    text-align:left;
    border:0px;

}

.Slideshow_Shell.slidelayout_bynumbers .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidelayout_bynumbers .Slideshow_Navbar button:hover
{
   background:transparent !important;
   background-color:transparent !important;
   color:#222;
    display:inline;
        box-shadow:none;
}

.Slideshow_Shell.slidelayout_bynumbers.slidecolor_univblue .slideshowcontrols .Slideshow_Navbar button.active,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_univblue .slideshowcontrols .Slideshow_Navbar button:hover, 
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_medblue .slideshowcontrols .Slideshow_Navbar button.active,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_medblue .slideshowcontrols .Slideshow_Navbar button:hover 
{
    color:#fff;
    border:0px;
}

.Slideshow_Shell.slidelayout_bynumbers.slidecolor_lightblue .slideshowcontrols .Slideshow_Navbar button.active,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_lightblue .slideshowcontrols .Slideshow_Navbar button:hover, 
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_orange .slideshowcontrols .Slideshow_Navbar button.active,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_orange .slideshowcontrols .Slideshow_Navbar button:hover, 
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_white .slideshowcontrols .Slideshow_Navbar button.active,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_white .slideshowcontrols .Slideshow_Navbar button:hover, 
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_gray .slideshowcontrols .Slideshow_Navbar button.active,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_gray .slideshowcontrols .Slideshow_Navbar button:hover, 
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_beige .slideshowcontrols .Slideshow_Navbar button.active,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_beige .slideshowcontrols .Slideshow_Navbar button:hover,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_gradient .slideshowcontrols .Slideshow_Navbar button.active,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_gradient .slideshowcontrols .Slideshow_Navbar button:hover 
{
    color:#222;
    border:0px;
}



.Slideshow_Shell.slidelayout_bynumbers.slidearrow_downcenter .slideshowcontrols .btnPrevNav {
    left:35%;    
}
.Slideshow_Shell.slidelayout_bynumbers.slidearrow_downcenter .slideshowcontrols .Slideshow_Navbar {
    left:37%;
}
.Slideshow_Shell.slidelayout_bynumbers.slidearrow_downcenter .slideshowcontrols .btnNextNav {
   left:40%;   
}


.Slideshow_Shell.slidelayout_bynumbers .slide_caption,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_default .slide_caption,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_univblue .slide_caption,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_medblue .slide_caption,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_lightblue .slide_caption,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_gray .slide_caption,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_orange .slide_caption,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_beige .slide_caption,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_white .slide_caption,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_black .slide_caption,
.Slideshow_Shell.slidelayout_bynumbers.slidecolor_gradient .slide_caption
{
    max-height:150px!important;
    min-height:20px!important;
    padding:1% !important;
    margin: 0px;
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    box-sizing:border-box;
    z-index:4000;
    background-color:#000;
    background:#000;
    background:rgba(0,0,0,.8);
    color:#f7f7f7;
    
    
}


.Slideshow_Shell.slidelayout_bynumbers .slide_caption p, 
.Slideshow_Shell.slidelayout_bynumbers .slide_caption h2
{
    margin: 0px !important;
    padding:1% !important;
    width:100%;
    box-sizing:border-box;  
    color:#f7f7f7 !important;
    background:transparent;
  
}

.Slideshow_Shell.slidelayout_bynumbers .slide_caption h2
{
    position:relative;
    width:auto;
    height:auto;    
    margin-bottom:0px;
    padding-bottom:0px !important;
}

.Slideshow_Shell.slidelayout_bynumbers .slide_caption p
{
    font-size: .85em;
  
}


/*--------------------------------------------------------------
SLIDESHOW LAYOUT SQUARES
-----------------------------------------------------------------*/

.slidelayout_squares .slider_container .slide_image,
.slidelayout_squares .slider_container .slide_video
{
        height:auto;
}

    .slidelayout_squares.slideheight_600  .slider_top_container {height:600px;}
    .slidelayout_squares.slideheight_600  .slider_container .slide_image,
    .slidelayout_squares.slideheight_600  .slider_container .slide_video
    {
        height:600px;
        max-height:600px;
    }

    .slidelayout_squares.slideheight_500 .slider_top_container {height:500px;}
    .slidelayout_squares.slideheight_500 .slider_container .slide_image,
    .slidelayout_squares.slideheight_500 .slider_container .slide_video{
        height:500px;        
        max-height:500px;
    }

    .slidelayout_squares.slideheight_400 .slider_top_container {height:400px;}    
    .slidelayout_squares.slideheight_400 .slider_container .slide_image,
    .slidelayout_squares.slideheight_400 .slider_container .slide_video{
        height:400px;        
        max-height:400px;
    }

   .slidelayout_squares.slideheight_300 .slider_top_container {height: 300px;}
   .slidelayout_squares.slideheight_300 .slide_image, 
   .slidelayout_squares.slideheight_300 .slide_video{
        height:300px;
        max-height:300px;
    }

   .slidelayout_squares.slideheight_200 .slider_top_container {height:200px;}
   .slidelayout_squares.slideheight_200 .slider_container .slide_image,
   .slidelayout_squares.slideheight_200 .slider_container .slide_video{
        height:200px;
        max-height:200px;
    }

.Slideshow_Shell.slidelayout_squares .Slideshow_Navbar
{
   margin-top: 0px;
   text-align: left;
   padding:0%;
   margin: auto;
   z-index: 5000;
   border-radius:0px;
   -moz-border-radius:none;
   border-width:1px;   
}

.Slideshow_Shell.slidelayout_squares .slider_container
{
      box-sizing:border-box;
    
}

.Slideshow_Shell.slidelayout_squares .slider_container img
{
    border:solid 1px transparent;
    width:100%;
    height:auto;
    
}
.Slideshow_Shell.slidelayout_squares .slider_container .slide_image,
.Slideshow_Shell.slidelayout_squares .slider_container .slide_video
{
    width:100%;
    box-sizing:border-box;
}

.Slideshow_Shell.slidelayout_squares .slideshowcontrols
{
      box-sizing:border-box;
    position:relative;
    clear:both;
}

.Slideshow_Shell.slidelayout_squares .slideshowcontrols .btnPrevNav,
.Slideshow_Shell.slidelayout_squares .slideshowcontrols .btnNextNav
{ margin:1%;
  height:25px;
  width:25px;
  padding:2px;
  border-radius:20px;
}

.Slideshow_Shell.slidelayout_squares .slideshowcontrols .Slideshow_Navbar 
{
    text-align:center;
    margin:auto;
    margin-top:2px;
    background-color:#f7f7f7;
    color:#222;
    left:0px;
    clear:none;
}

.Slideshow_Shell.slidelayout_squares .Slideshow_Navbar button
{
    height:10px;
    width:10px;
    font-size: .7em;
    margin: 1px;
    margin-top:9px;
    margin-left: 10px;
    padding: 1px;
    cursor: pointer;
    border-width:0px;
    background-color:inherit;
    background-image:none;
    border-radius:0px;
    border:solid 1px #888 !important;
    float:left;
    text-indent:-9999px;
}

.Slideshow_Shell.slidelayout_squares .Slideshow_Navbar button:first-child
{
    text-indent:0px;
    height:18px;
    width:18px;  
    display:inline;
    text-indent:0px;   
    border:solid 0px #888 !important; 
}

.Slideshow_Shell.slidelayout_squares .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidelayout_squares .Slideshow_Navbar button:hover
{
   background:#222;
   color:#f7f7f7;
   border:solid 1px #ccc;

    display:inline;
        box-shadow:none;
}



.Slideshow_Shell.slidelayout_squares.slidearrow_downcenter .slideshowcontrols .btnPrevNav {
    left:25%;    
}
.Slideshow_Shell.slidelayout_squares.slidearrow_downcenter .slideshowcontrols .Slideshow_Navbar {
    left:28%;
}
.Slideshow_Shell.slidelayout_squares.slidearrow_downcenter .slideshowcontrols .btnNextNav {
   right:25%;  
}

.Slideshow_Shell.slidelayout_squares.slidearrow_downleft .slideshowcontrols .Slideshow_Navbar {
    left:10%;
}


.Slideshow_Shell.slidelayout_squares .slide_caption,
.Slideshow_Shell.slidelayout_squares.slidecolor_default .slide_caption,
.Slideshow_Shell.slidelayout_squares.slidecolor_univblue .slide_caption,
.Slideshow_Shell.slidelayout_squares.slidecolor_medblue .slide_caption,
.Slideshow_Shell.slidelayout_squares.slidecolor_lightblue .slide_caption,
.Slideshow_Shell.slidelayout_squares.slidecolor_gray .slide_caption,
.Slideshow_Shell.slidelayout_squares.slidecolor_orange .slide_caption,
.Slideshow_Shell.slidelayout_squares.slidecolor_beige .slide_caption,
.Slideshow_Shell.slidelayout_squares.slidecolor_black .slide_caption,
.Slideshow_Shell.slidelayout_squares.slidecolor_white .slide_caption,
.Slideshow_Shell.slidelayout_squares.slidecolor_gradient .slide_caption
{
    max-height:150px!important;
    min-height:20px!important;
    padding:1% !important;
    margin: 0px;
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    box-sizing:border-box;
    z-index:4000;
    color: #f7f7f7;
    background-color:#222;
    background:#222;
    background:rgba(0,0,0,.8);
    background-color:rgba(0,0,0,.8);    
}

.Slideshow_Shell.slidelayout_squares .slide_caption p, 
.Slideshow_Shell.slidelayout_squares .slide_caption h2, 
.Slideshow_Shell.slidelayout_squares.slidecolor_default .slide_caption p,
.Slideshow_Shell.slidelayout_squares.slidecolor_default .slide_caption h2,
.Slideshow_Shell.slidelayout_squares.slidecolor_univblue .slide_caption p,
.Slideshow_Shell.slidelayout_squares.slidecolor_univblue .slide_caption h2,
.Slideshow_Shell.slidelayout_squares.slidecolor_medblue .slide_caption p,
.Slideshow_Shell.slidelayout_squares.slidecolor_medblue .slide_caption h2,
.Slideshow_Shell.slidelayout_squares.slidecolor_lightblue .slide_caption p,
.Slideshow_Shell.slidelayout_squares.slidecolor_lightblue .slide_caption h2,
.Slideshow_Shell.slidelayout_squares.slidecolor_gray .slide_caption p,
.Slideshow_Shell.slidelayout_squares.slidecolor_gray .slide_caption h2,
.Slideshow_Shell.slidelayout_squares.slidecolor_orange .slide_caption p,
.Slideshow_Shell.slidelayout_squares.slidecolor_orange .slide_caption h2,
.Slideshow_Shell.slidelayout_squares.slidecolor_beige .slide_caption p,
.Slideshow_Shell.slidelayout_squares.slidecolor_beige .slide_caption h2,
.Slideshow_Shell.slidelayout_squares.slidecolor_black .slide_caption p,
.Slideshow_Shell.slidelayout_squares.slidecolor_black .slide_caption h2,
.Slideshow_Shell.slidelayout_squares.slidecolor_white .slide_caption p,
.Slideshow_Shell.slidelayout_squares.slidecolor_white .slide_caption h2,
.Slideshow_Shell.slidelayout_squares.slidecolor_gradient .slide_caption p,
.Slideshow_Shell.slidelayout_squares.slidecolor_gradient .slide_caption h2
{
    margin: 0px !important;
    padding:1% !important;
    width:100%;
    background-color:#000;
    background:#000;
    background:rgba(0,0,0,.8);
    background:transparent;
    background-color:transparent;
    color:#f7f7f7;
  
}

.Slideshow_Shell.slidelayout_squares .slide_caption h2
{
    position:relative;
    width:auto;
    height:auto;    
    margin-bottom:0px;
    padding-bottom:0px !important;
}

.Slideshow_Shell.slidelayout_squares .slide_caption p
{
    font-size: .85em;
  
}


/*--------------------------------------------------------------
SLIDESHOW LAYOUT 80 Rounds
-----------------------------------------------------------------*/

.slidelayout_eightyrounds .slider_container .slide_image,
.slidelayout_eightyrounds .slider_container .slide_video
{
        height:auto;
}

    .slidelayout_eightyrounds.slideheight_600  .slider_top_container {height:600px;}
    .slidelayout_eightyrounds.slideheight_600  .slider_container .slide_image,
    .slidelayout_eightyrounds.slideheight_600  .slider_container .slide_video
    {
        height:600px;
        max-height:600px;
    }

    .slidelayout_eightyrounds.slideheight_500 .slider_top_container {height:500px;}
    .slidelayout_eightyrounds.slideheight_500 .slider_container .slide_image,
    .slidelayout_eightyrounds.slideheight_500 .slider_container .slide_video{
        height:500px;        
        max-height:500px;
    }

    .slidelayout_eightyrounds.slideheight_400 .slider_top_container {height:400px;}    
    .slidelayout_eightyrounds.slideheight_400 .slider_container .slide_image,
    .slidelayout_eightyrounds.slideheight_400 .slider_container .slide_video{
        height:400px;        
        max-height:400px;
    }

   .slidelayout_eightyrounds.slideheight_300 .slider_top_container {height: 300px;}
   .slidelayout_eightyrounds.slideheight_300 .slide_image, 
   .slidelayout_eightyrounds.slideheight_300 .slide_video{
        height:300px;
        max-height:300px;
    }

   .slidelayout_eightyrounds.slideheight_200 .slider_top_container {height:200px;}
   .slidelayout_eightyrounds.slideheight_200 .slider_container .slide_image,
   .slidelayout_eightyrounds.slideheight_200 .slider_container .slide_video{
        height:200px;
        max-height:200px;
    }

.Slideshow_Shell.slidelayout_eightyrounds .Slideshow_Navbar
{
   margin-top: 0px;
   text-align: left;
   padding:0%;
   margin: auto;
   z-index: 5000;
   border-radius:0px;
   -moz-border-radius:none;
   border-width:1px;   
}

.Slideshow_Shell.slidelayout_eightyrounds .slider_container
{
      box-sizing:border-box;
    
}

.Slideshow_Shell.slidelayout_eightyrounds .slider_container img
{
    border:solid 1px transparent;
    width:100%;
    height:auto;
    
}
.Slideshow_Shell.slidelayout_eightyrounds .slider_container .slide_image,
.Slideshow_Shell.slidelayout_eightyrounds .slider_container .slide_video
{
    width:100%;
    box-sizing:border-box;
}

.Slideshow_Shell.slidelayout_eightyrounds .slideshowcontrols
{
      box-sizing:border-box;
    position:relative;
    clear:both;
}

.Slideshow_Shell.slidelayout_eightyrounds .slideshowcontrols .btnPrevNav,
.Slideshow_Shell.slidelayout_eightyrounds .slideshowcontrols .btnNextNav
{ margin:1%;
  height:25px;
  width:25px;
  padding:2px;
  border-radius:20px;
}

.Slideshow_Shell.slidelayout_eightyrounds .slideshowcontrols .Slideshow_Navbar 
{
    text-align:center;
    margin:auto;
    margin-top:2px;
    background-color:#f7f7f7;
    color:#222;
    left:0px;
    clear:none;
}

.Slideshow_Shell.slidelayout_eightyrounds .Slideshow_Navbar button
{
    height:25px;
    width:25px;
    font-size: .7em;
    margin: 1px;
    margin-top:9px;
    margin-left: 10px;
    padding: 1px;
    cursor: pointer;
    border-width:0px;
    background-color:inherit;
    background-image:none;
    border-radius:0px;    
    border:solid 1px #888 !important;
    float:left;    
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}

.Slideshow_Shell.slidelayout_eightyrounds .Slideshow_Navbar button:first-child
{
    text-indent:0px;
    height:18px;
    width:18px;  
    display:inline;    
    border:solid 0px #888 !important;
}

.Slideshow_Shell.slidelayout_eightyrounds .Slideshow_Navbar button.active, 
.Slideshow_Shell.slidelayout_eightyrounds .Slideshow_Navbar button:hover
{
   background:#222;
   color:#f7f7f7;
   border:solid 1px #ccc;
   display:inline;
   box-shadow:none;
}



.Slideshow_Shell.slidelayout_eightyrounds.slidearrow_downcenter .slideshowcontrols .btnPrevNav {
    left:5%;    
}
.Slideshow_Shell.slidelayout_eightyrounds.slidearrow_downcenter .slideshowcontrols .Slideshow_Navbar {
    left:8%;
}
.Slideshow_Shell.slidelayout_eightyrounds.slidearrow_downcenter .slideshowcontrols .btnNextNav {
   right:5%;  
}

.Slideshow_Shell.slidelayout_eightyrounds.slidearrow_downleft .slideshowcontrols .Slideshow_Navbar {
    left:10%;
}


.Slideshow_Shell.slidelayout_eightyrounds .slide_caption
{
    max-height:150px!important;
    min-height:20px!important;
    padding:0% !important;
    margin: 0px;
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    box-sizing:border-box;
    z-index:4000;
    background-color:transparent;
}


.Slideshow_Shell.slidelayout_eightyrounds .slide_caption p
{
    margin: 0px !important;
    padding:1% !important;
    max-width:90%;  
    background:transparent;
    color:#f7f7f7;
    border-top-right-radius:20px;
     background-color:#555;
    background:#555;
    background:rgba(0,0,0,.8);
  
}

.Slideshow_Shell.slidelayout_eightyrounds .slide_caption h2
{
    margin: 0px !important;
    padding:1% !important;
    max-width:60%;  
    background:transparent;
    color:#f7f7f7;
    border-top-right-radius:20px;
     background-color:#555;
    background:#555;
    background:rgba(0,0,0,.8);
  
}

.Slideshow_Shell.slidelayout_eightyrounds .slide_caption h2
{
    position:relative;
    margin-bottom:0px;
    padding-bottom:0px !important;
}

.Slideshow_Shell.slidelayout_eightyrounds .slide_caption p
{
    font-size: .85em;
  
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+              END OF STANDARD STYLES YOU ARE                                         +
+     USE THE MY STYLE OVERRIDE CSS FILE TO ADJUST STYLES AS NEEDED                   +
+     PLEASE MAINTAIN YOUR SITE NAVIGATION SECTION IN THE MY NAVIGATION CSS FILE      +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

