.slideshow {
    position: relative;
    top: 0px;
    left: 0px;
    width: 1356px;
    height: 350px;
    overflow: hidden;
    border-radius: 0px 0px 4px 4px;
        box-shadow: 2px 0px 3px lightgray;

}


.panorama_overlay{
    
    position: absolute; 
    top: 230px; 
    height: 50px; 
    background-color: rgb(51, 101, 138);
    font-family: panno-light;
    color: white;
    font-size: 50px;
    left: 60px;
    
}

.panorama_overlayextra{
    
    position: absolute; 
    top: 282px; 
    left: 80px; 
    background-color: rgb(221, 78, 38);
    font-family: panno-light;
    color: white;
    font-size: 25px;
    
}


.panorama_slidebox{
    margin-left: 0px; 
    display: inline; 
    width: 1366px; 
    height: 320px;
    overflow: hidden;
    border-radius: 0px 0px 4px 4px;
    
}

.panorama_slidecontainer{
    
    height: 350px;
    overflow: hidden;
    position: relative; 
    width: 6098px;
}

.panorama_slideimage{
    width: 1366px; 
    height: 400px;
}

.panorama_slideselector{
    
    position: absolute;
    top: 300px;
    left: 633px;
    width: 100px;
    height: 20px;
    
}

.panorama_circle{
    position: relative;
    height: 14px;
    width: 14px;
    background-color: #333333;
    position: absolute;
    background-color: rgb(51, 101, 138);
    border-radius: 50px;

}