html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, figure, figcaption, main, menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select, textarea, select, label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vehicleCarousel {
  border: 1px solid #ccc;
  height: 250px;
  width: 298px;
  position: relative; }
  .vehicleCarousel,
  .vehicleCarousel h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .vehicleCarousel .carouselHeader {
    padding: 5px 10px; }
    .vehicleCarousel .carouselHeader h2 {
      float: left;
      font-size: 18px;
      line-height: 25px; }
    .vehicleCarousel .carouselHeader:after {
      content: "";
      display: table;
      clear: both; }
  .vehicleCarousel .carouselFooter {
    bottom: 0;
    padding: 0 15px;
    position: absolute; }
    .vehicleCarousel .carouselFooter .continentalLogo {
      background: url(../img/carouselSprite.png) no-repeat 0 0;
      display: block;
      margin: 0 0 5px 0;
      height: 19px;
      text-indent: -9999px;
      width: 176px; }
  .vehicleCarousel .carouselControls {
    color: #666;
    float: right;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    position: relative;
    text-align: center;
    width: 105px; }
    .vehicleCarousel .carouselControls .control {
      border: 1px solid #ccc;
      cursor: pointer;
      display: block;
      height: 22px;
      overflow: hidden;
      position: absolute;
      text-indent: -9999px;
      top: 0;
      transition: border-color 0.3s ease-in-out;
      width: 22px; }
      .vehicleCarousel .carouselControls .control:hover {
        border-color: #666; }
      .vehicleCarousel .carouselControls .control:after {
        background: url(../img/carouselSprite.png) no-repeat;
        content: "";
        display: block;
        height: 8px;
        left: 8.5px;
        position: absolute;
        top: 7px;
        width: 5px; }
      .vehicleCarousel .carouselControls .control.slideLeft {
        left: 0; }
        .vehicleCarousel .carouselControls .control.slideLeft:after {
          background-position: 0 -29px; }
      .vehicleCarousel .carouselControls .control.slideRight {
        right: 0; }
        .vehicleCarousel .carouselControls .control.slideRight:after {
          background-position: 0 -47px; }
  .vehicleCarousel .carouselWrapper {
    clear: both;
    height: 192px;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .vehicleCarousel .carouselWrapper .slide {
      height: 192px;
      left: 300px;
      position: absolute;
      width: 300px; }
      .vehicleCarousel .carouselWrapper .slide:first-child {
        left: 0; }
      .vehicleCarousel .carouselWrapper .slide a {
        background-color: #eee;
        display: block;
        margin-top: -50px; }
        .vehicleCarousel .carouselWrapper .slide a.ph {
          margin-top: -30px; }
        .vehicleCarousel .carouselWrapper .slide a img {
          display: block;
          max-width: 100%;
          transition: opacity 0.3s ease-in-out; }
        .vehicleCarousel .carouselWrapper .slide a:hover img {
          filter: alpha(opacity=90);
          opacity: 0.9; }
      .vehicleCarousel .carouselWrapper .slide .slideText {
        background-color: #fff;
        bottom: 0;
        left: 0;
        padding: 5px 0 5px 15px;
        position: absolute;
        right: 0;
        font-size: 12px;
        font-weight: bold;
        line-height: 14px; }
        .vehicleCarousel .carouselWrapper .slide .slideText .vehicleDetail {
          width: 225px; }
        .vehicleCarousel .carouselWrapper .slide .slideText .vehiclePrice {
          position: absolute;
          right: 10px;
          top: 5px; }
