.widget.featured-event {
    position: relative;
}
.widget.featured-event .with-caption p a,
.widget.featured-event .with-caption p span:first-child {
    font-size: 120%;
}
.widget.featured-event .with-caption span.date {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 89%;
}
.widget.featured-event .image {
    display: none;
    position: relative;
}
.widget.featured-event .image,
.widget.featured-event .image+.image {
    margin-top: 0;
}
.widget.featured-event .image:first-child {
    display: block;
}
.widget.featured-event>ul.nav {
    display: block;
    position: absolute;
    height: 35px;
    width: 70px;
    margin: 0;
    margin-bottom: 13px;
    padding: 0;
    top: 13px;
    right: 13px;
}
.widget.featured-event>ul.nav>li {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
    width: 50%;
    margin: 0;
    padding: 0;
    background-image: none;
}
.widget.featured-event>ul.nav>li>a {
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: white url('../../images/rotating-banner-arrow-right.png') no-repeat scroll center center;
    text-indent: -9999px;
    outline-style: none;
}
.widget.featured-event>ul.nav>li>a:hover {
    background-color: #ecac00;
}
.widget.featured-event>ul.nav>li:first-child {
    left: 0;
    right: auto;
}
.widget.featured-event>ul.nav>li:first-child>a {
    background-image: url('../../images/rotating-banner-arrow-left.png');
}