  .padder {
    padding:1em;
  }
  .latTitle {
    font-size:1.3em;
  }
  .latSubtitle {
    font-size:1.2em;
    font-weight:normal;
    color:#666;
  }

  .screencontainer {
    display:none;
  }
  .stp h3 {
    font-size:1.3em;
    padding:0;
    margin:0;
  }
  .stp p {
    margin:0;
    padding:0;
  }
  .stp .go {
    font-weight:bold;
  }
  .g-button {
    margin-top:.25em;
  }
  .stp input:focus {
    border:2px solid #FFA32C;
    padding:4px;
  }
  .stp input {
    border:1px solid #999;
    float:right;
    margin-right:1.5em;
    margin-top:.35em;
    padding:5px;
    width:135px;
  }
  .g-button span span a {
    font-size:.85em;
  }
  .stp .g-button {
    margin:3px auto 0 auto;
    width:150px;
  }

  .featureRow {
    height:86px;
    margin-bottom:1em;
    display:block;
  }
  .featureRow .g-first.g-unit {
    text-align:right;
  }
  .featureRow .g-unit {
    text-align:left;
  }
  .featureRow .g-first.g-unit img {
    margin-right:2em;
  }
  .featureRow h4 {
    font-size:1.2em;
    padding-bottom:5px;
  }

  .screenholder {
    width:190px;
  }
  .screenholder img {
  }
  .capholder {
    margin-left:190px;
  }
  img.largeScreen {
    border:1px solid #999;
    background:#dfdfdf;
    padding:4px;
  }

  .caption-pad {
    padding:0 1.5em 1.5em 1.5em;
  }
  .cp {
    padding:0 1.5em 1.5em 1.5em;
  }
  .caption {
    margin-top:1em;
    font-size:1em;
  }

  #latVidObject {
    height:240px;
    border:1px solid #dedede;
  }

  #captionContainer {
    margin-top:1em;
    color:#595c63;
  }

  #screenContainers {
    margin-top:1em;
  }
  .screenContainer {
    width:320px;
    height:240px;
    display:none;
  }
  #latVid {
    display:block;
    width:322px;
    height:242px;
    margin:0 auto;
  }

  .thumb-container {
    margin-top:.5em;
  }

  .screenshot, #map, #screenshot {
    display:block;
    margin:0 auto;
    border:1px solid #999;
    margin-bottom:1em;
  }
  .selectedThumb img {
  }

  .thumbs img {
    width:50px;
    height:50px;
    padding:3px;
    background:#dfdfdf;
    border:1px solid blue;
    margin-left:4px;
  }
  .thumbs div.smallScreenDiv {
  }
  .thumbs div.smallScreenDiv:hover {
    background:url('/mobile/images/latitude/thumb-selected-left.gif') no-repeat 26px;
  }
  .thumbs .selectedThumb {
    background:url('/mobile/images/latitude/thumb-selected-left.gif') no-repeat 26px;
  }
  .thumbs .selectedThumb img {
    padding:0;
    border:4px solid #ffa32c;
  }


