/*
 * Slideshow blocks
 **/
@media (max-width: 640px) {
  .view-featured-items {
      width: 275px;
      margin: 0 auto;
  }
}

.views-slideshow-controls-top {
    background: url("images/crosshatch-texture.png") repeat scroll 0 0 #45403a;
    border-radius: 5px !important;
    padding: 0.5em;
    max-width: 262px;
}

.views-slideshow-controls-text{
    float: left;
}

.views-slideshow-slide-counter {
    float: right;
    color: white;
}

.views-slideshow-controls-text a{
    color: white;
    text-decoration: none;
}

#block-views-featured-items-block .views-field-nothing, 
#block-views-featured-items-block .views-field-title, 
#block-views-featured-items-block .views-field-field-item-caption {
    background: url("images/crosshatch-texture.png") repeat scroll 0 0 #45403a;
    color: white;
    padding: 0.5em;
}

#block-views-featured-items-block .views-field-title {
    border-radius: 5px 5px 0px 0px !important;
} 

#block-views-featured-items-block .views-field-nothing {
    border-radius: 0px 0px 5px 5px !important; 
    padding-bottom: 1.5em;
}

#block-views-featured-items-block .views-field-title,
#block-views-featured-items-block .views-field-field-item-caption,
#block-views-featured-items-block .views-field-nothing {
    max-width: 262px;
}

#block-views-featured-items-block .slide-button {
    padding: 0.5em;
    background-color: #990000;
    color: white;
    text-shadow: 1px 1px 1px black;
    transition: background-color 1s ease 0s;
    text-decoration: none;

    float: right;
    position: relative;
    top: -1.5em; 
}

#block-views-featured-items-block .slide-button:hover,
#block-views-featured-items-block .slide-button:focus {
    background-color: #A76600;
}
