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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

a {
  outline: 0;
}



body {
  background-color: #000;
  font-family: 'Lucida Grande', Verdana, Helvetica, Arial;
}

#header_bg, #footer_bg {
  position: absolute;
  width: 100%;
  background-color: #000;
  z-index: 90;
  opacity: 0.7;
}

#header_bg {
  top: 0;
  height: 50px;
}

#footer_bg {
  bottom: 0;
  height: 35px;
}

#header, #footer {
  position: absolute;
  width: 100%;
  color: #fff;
  z-index: 100;
  text-shadow: 2px 2px 0 #000;
}

#header {
  text-align: center;
  top: 0;
  height: 50px;
  padding-top: 12px;
  font-size: 24px;
}



#footer {
  bottom: 0;
  height: 35px;
  font-size: 14px;
}

#image_description {
  text-align: center;
  padding-top: 9px;
}

#buttons {
  padding: 6px 0 0 25px;
  float: left;
}

#back_to_listing {
  float: right;
  color: #fff;
  text-decoration: none;
  padding: 6px 25px 0 0;
}

#back_to_listing img {
  vertical-align: middle;
}



#container {
  height: 100%;
}

#container img {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out; 
  transition: opacity 1s ease-in-out;
}

#container img.show {
  opacity: 1;
}



#status {
  position: absolute;
  top: 0;
  right: 0;
  height: 34px;
  padding: 8px 20px 0 20px;
}

#status.sold {
  /*border: 4px solid red;*/
  background-color: rgb(6,188,251); opacity: 0.9;
}

#status.contract {
  border: 4px solid orange;
}



/* Mobile */
#mobile {
  height: 100%;
  overflow: hidden;
  position: relative;
}

#mobile_images {
  position: absolute;
  left: 0;
  width: 1000px;
  -webkit-transition:all 1.0s ease-in-out;
  -moz-transition:all 1.0s ease-in-out;
  -o-transition:all 1.0s ease-in-out;
  -ms-transition:all 1.0s ease-in-out;  
  transition:all 1.0s ease-in-out;
}

#mobile_images img {
  padding: 0;
  margin: 0;
  float: left;
}

#mobile_swipe_helper_bg {
  display: none;
  background-color: #000;
  opacity: 0.7;
  z-index: 90;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 50px;
  border-radius: 8px;
}

#mobile_swipe_helper {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  z-index: 100;
  padding: 20px;
}
