﻿.focal-slideshow {
    background: none repeat scroll 0 0 #000000;
    box-shadow: 0 2px 2px #999999;
    height: 285px;
    overflow: hidden;
    position: relative;
}
.focal-slideshow .slideshow .slide {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.focal-slideshow .spotlight {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 300px;
    top: 0;
}
.focal-slideshow .upcoming {
    left: 678px;
    position: absolute;
    right: 0;
    top: 0;
}
.focal-slideshow .upcoming .slot {
    display: block;
    height: 140px;
    overflow: hidden;
    position: relative;
    width: 300px;
}
.focal-slideshow .upcoming .item {
    display: block;
    height: 95px;
    overflow: hidden;
    position: relative;
    width: 300px;
}
