/*** sands_Slick.css 04-19-2016 ***/
.slick-prev, .slick-next {
    width: 55px; 
    height: auto;
}

.slick-prev { left: -50px; }

.slick-next { right:-50px; }

.slick-prev:before, .slick-next:before {
    font-size: 32;
    color: #90b1db;
}

.slick-prev:before
{
    content: '\2192'; 
}
.slick-next:before
{
    content: '\2190'; 
}

.sph_content {
    width: 100%;  /*100 in accordion/WP: 80 on page by itself*/
    margin: auto;   /*need for centering*/
    font-family: Arial, Helvetica, sans-serif; 
}

.panel {
    height:150px;   /*leave room for 2 lines of text*/
    width: 160px;
}

.panel img
{
    height: 100px;
    width : 160px;
    margin: 10px auto;
    text-align: center;
    max-width: 1600px;
}

.panel p {
    font-size: 12pt;
    font-weight: 500;
    color: white;
    visibility: hidden;
}

#sph-slick-carousel {
    background-color: #90b1db;
    border:4px solid darkBlue;
    width: 90%;
}

.sph_MyButton {
    display: none;
    background-color: #2d89ef;
    font-size: 12pt;
    font-weight: normal;
    color: white;
}

#sph_myVideo, #sph_myFrame {
    display: none;
    border: 8px solid #90b1db;
}
 
#sph_Div {
    font-family: Arial, Helvetica, sans-serif; 
}
