.view-tours .imagefield-field_tourimage {
   width:300px;
   height:auto;
}
div.switcher {
  width:500px;
  height:325px;
  background-position:0% 0%;
  position:relative;
  margin-bottom: 20px;
}
div.year {
  position:absolute;
  top:10px;
  left:10px;
  font-family: Trebuchet MS;
  font-weight: bold;
  font-size: 3em;
}
div.year {
  color: white;
}
div.year a {
  color: white;
}
div.year-shadow {
  position:absolute;
  top:12px;
  left:12px;
  font-family: Trebuchet MS;
  font-weight: bold;
  font-size: 3em;
}
div.year-shadow {
  color: black;
}
div.places {
  position:absolute;
  bottom:10px;
  left:10px;
  color: white;
  font-weight:bold;
}
div.places-shadow {
  position:absolute;
  bottom:9px;
  left:11px;
  color: black;
  font-weight: bold;
}
.view-tours .views-field-title .field-content.link {
  color: blue;
  cursor: pointer;
}
.view-tours .views-field-title .field-content.link:hover {
  text-decoration: underline;
}