.meteor-slides {
  clear: both;
  height: auto !important;
  line-height: 0;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 10; }
  .meteor-slides.single-slide .mslide {
    display: block; }

.meteor-clip {
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }

.meteor-shim {
  border: 0;
  height: auto !important;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto\9; }

.mslide {
  display: none;
  height: auto !important;
  margin: 0;
  max-width: 100%;
  padding: 0; }
  .mslide a {
    border: 0;
    margin: 0;
    padding: 0; }
  .mslide img {
    border: 0;
    box-shadow: none !important;
    display: block;
    height: auto !important;
    margin: auto !important;
    max-width: 100%;
    padding: 0 !important;
    width: auto\9; }
  .mslide img[src$='.png'] {
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    zoom: 1; }

.meteor-slidetitle {
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin: 0;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  line-height: 2; }

.meteor-nav {
  display: inline;
  list-style: none;
  height: auto;
  margin: 0 !important;
  padding: 0; }
  .meteor-nav li {
    display: inline;
    height: auto;
    list-style: none;
    margin: 0;
    padding: 0; }
  .meteor-nav a {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 45px;
    opacity: 0;
    filter: "alpha(opacity=0)";
    transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
    transition: opacity .5s ease-out, transform .5s ease-out;
    font-size: 40px;
    font-size: 4rem;
    text-align: center;
    line-height: 37.5px;
    z-index: 11;
    background: rgba(255, 255, 255, 0.8);
    color: #333; }
    .meteor-nav a:hover, .meteor-nav a:focus, .meteor-nav a:active, .meteor-nav a:visited {
      color: #333; }
  .meteor-nav .prev a {
    left: 0;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.15);
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px); }
  .meteor-nav .next a {
    right: 0;
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-transform: translateX(40px);
            transform: translateX(40px); }

.meteor-slides:hover .meteor-nav a {
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  .meteor-slides:hover .meteor-nav a:hover {
    opacity: 0.9;
    filter: "alpha(opacity=90)"; }

.meteor-buttons {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: auto;
  width: auto;
  height: 15px;
  padding: 0;
  z-index: 12; }
  .meteor-buttons a {
    display: block;
    float: left;
    outline: none;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0 !important;
    background: #ccc;
    background: rgba(255, 255, 255, 0.5);
    transition: background-color ease-in-out .5s; }
    .meteor-buttons a.activeSlide {
      background: #f9f9f9;
      background: rgba(255, 255, 255, 0.8); }
    .meteor-buttons a:hover {
      background: #fff;
      background: rgba(255, 255, 255, 0.9); }
