#carouselContainer {
width:100%;
height: 400px;
}
#carouselContent {
    display: inline-block;  
    width: 90%;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}

#carouselContent::-webkit-scrollbar { width:5px; height:5px; }
#carouselContent::-webkit-scrollbar-track { background-color: transparent; }

#carouselContent ul {
    left: 0;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
    width: 550%;
}
#carouselContent li {
    display: inline-block;
    width: 18%;
    margin: auto;
}
.carouselArrow {
    width: 5%;  
    height: 100%;
    display: inline-block;
    background-position: center;
    background-size: contain; 
    background-repeat: no-repeat;  
    cursor: pointer;
    opacity:1;
}
.carouselArrow:hover {
    opacity: 0.7;
}
.carouselTitle {
   display: table-cell;
   positio:relative;
}
.carouselTitle a {
    margin-left: 20px;
}
.panelContainer {
display: table;
height: 100%;
margin: auto;
}
.panel {
    display: table-cell;
    width: 45%;
    height: 100%;
    vertical-align: middle;
}
#welcomePanelTable {
    height: 370px;
}
#welcomePanelTable td {
    width: 33%;
    position: relative;
    overflow: hidden;
}
#welcomePanelTable h1 {
    font-family: roboto;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 20px;
    margin: 10px;
}
#welcomePanelContainer {
    height: 262px;
    overflow: hidden;
}
#welcomeDesc {
    letter-spacing: 0px;
    text-align: justify;
    padding: 7px;
}
#staffPanel a {
    display: inline-block;    
    width: 100px;  
    height: 100px;
    background-size: cover;
    background-position: center;
}
#staffPanel a:hover {
    opacity: 0.7;
}
#staffPanel img {
    width: 100%;
    height: 100%;
}
.panel h2 {
    margin: auto;
}
.panel table {
    border-collapse: separate;
    border-spacing: 5px;
    border: none;
    width: 87%;
    margin: auto;
}
.slantedTitle {
    position: absolute;
    width: 150%;
    padding: 5px 0;
    bottom: 0;
    left: -25%;
}
#quickLinks th {
     -webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
     transition: all 0.5s linear;
}

#updatesContainer {
    height: 250px;
    overflow-y: auto;
}

#carouselPanel3 .panelContainer {
    width: 650px;
}

#carouselPanel1 table, #carouselPanel3 table {
    border-collapse: separate;
    border-spacing: 10px;
    border: none;
    width: 90%;
    margin: auto;
}

#staffPanel {
    padding: 25px;
}

#staffPanel h2 {
   margin-bottom: 10px;
}

#carouselPanel2 table {
    border-collapse: separate;
    border-spacing: 10px;
    border: none;
    height: 300px;
    margin: auto;
    width: 90%;
}

#carouselPanel2 table td {
    width: 33%;
    padding: 0 5px;
    height: 350px;
    position: relative;
    overflow: hidden;
}

#carouselPanel2 table td::-webkit-scrollbar { width:3px; height:3px; }
#carouselPanel2 table td::-webkit-scrollbar-track { background-color:#f0f0f0; }

.spotlightImg, .spotlightDesc {
    display: table-cell;
    vertical-align: middle;
}
.spotlightImg a {
    background-size:cover;
    background-position: right;
    display: block;
    width: 70px;
    height: 70px;
}
.spotlightTitle {
    margin: auto;
}
.spotlightTitle2 {
    margin: auto;
}
.spotlightDesc {
    display: block;
    height: 230px;
    overflow-y: auto;
    padding: 0 5px;
}
.spotlightContainer {
    display: table;
}
.spotlightContainer, #quickLinks table, #welcomePanelContainer, #updatesContainer {
    padding: 5px;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;  
    opacity: 0;
    position: relative;
}
#spotlight td:hover .spotlightContainer, #quickLinks:hover table, #welcomePanel:hover #welcomePanelContainer, #updates:hover #updatesContainer {
    opacity: 1;
}
#quickLinks a {
    display: block;
}
.panel a:hover {
    color: #AEBD96;
}