.thumbnail{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75); 
cursor: pointer;
margin: 20px 40px 20px 40px
}

.thumbnail:hover{
    -webkit-box-shadow: 0px 0px 20px 0px #8B0F04;
-moz-box-shadow: 0px 0px 20px 0px #8B0F04;
box-shadow: 0px 0px 20px 0px #8B0F04;
}

#thumbnails{
    text-align: center;
}

.leftpane{
    float: left;
    width: 45%;
}

.rightpane{
    float: left;
    width: 55%;
}

.frame{
    height: 720px;
    width: 720px;
   /* background: url('/aboutus/teacheroftheyear/finalists/2020-21/photos/TOYFinalists_WebPage2020.png') no-repeat;*/
    margin: auto;
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.buttons{
    text-align: center;
}

.backbutton, .downloadbutton{
    background: #266090;
    border: 1px solid #CCCCCC;
    border-radius: 9px 9px 9px 9px;
-moz-border-radius: 9px 9px 9px 9px;
-webkit-border-radius: 9px 9px 9px 9px;
border: 0px solid #000000;
color: white;
padding: 10px;
width: 120px;
cursor: pointer;
text-align: center;
display: inline-block;
margin: 15px;

}

.backbutton:hover, .downloadbutton:hover{
      opacity: 0.8;
      color: white;
}