/* CSS Reset [Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html] - v2.0 | 20110126
-------------------------------------------------------------- */
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; }

/* HTML5 display-role reset for older browsers */
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 {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: collapse;
  border-spacing: 0; }

/* Additional Template Specific Reset
-------------------------------------------------------------- */
/* ClearFix
-------------------------------------------------------------- */
.clearix:before, .clearfix:after {
  content: "";
  display: table; }

.container:before, .container:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.container:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* for IE only */
.container {
  zoom: 1; }

/* for IE only */
/*
Title: Cheli & Peacock Property Websites Styling
Developer: David Kidger // Squidge Inc Ltd
*/
html, body {
  height: 100%;
  font-size: 100%; }

body {
  font-size: 14px;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: #242A00;
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
  position: relative; }

/* Global
-------------------------------------------------------------- */
h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 18px; }

h3, .h3 {
  font-size: 18px; }

h4, .h4 {
  font-size: 18px; }

a {
  text-decoration: none;
  outline: 0; }
  a:hover {
    text-decoration: underline; }
  a:hover, a:active {
    outline: 0; }

input:focus {
  outline: none; }

/* Layout
-------------------------------------------------------------- */
.container {
  width: 940px;
  margin: 0 auto;
  position: relative; }

#GlobalOverlay {
  display: none; }

#MessageBanner {
  display: none; }

#GlobalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
  z-index: 900; }
  #GlobalOverlay div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    margin-top: -100px;
    width: 960px;
    height: 200px;
    text-align: center;
    color: #ccc;
    font-size: 14px;
    font-weight: bold; }

#MessageBanner {
  background: #333;
  background: rgba(0, 0, 0, 0.75);
  color: #ccc;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 960px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  z-index: 999;
  font-size: 14px; }
  #MessageBanner.error {
    background: #c73b3b;
    color: #eee;
    top: auto;
    bottom: 0;
    left: 0; }

header {
  width: 100%;
  height: 390px;
  background: #000 url(f/default-hero.jpg) no-repeat top center;
  position: relative; }
  header #ImageFader {
    background: transparent url(f/header-fade-out.png) repeat-y top center;
    display: none;
    width: 1340px;
    height: 390px;
    margin: 0 auto;
    position: relative;
    z-index: 200; }
  header .hero-logo {
    background: transparent url(f/elewana-hero.png) no-repeat top center;
    background-size: auto 50%;
    height: 390px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 100; }
  header .slideshow {
    position: absolute;
    width: 100%;
    height: 390px;
    top: 0;
    left: 0;
    z-index: 5;
    background: #000; }
    header .slideshow .slide {
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: top center;
      display: none; }
      header .slideshow .slide:first-child {
        display: block; }

.MainNav {
  background: #181F00;
  border: 1px solid #2D320B;
  border-left: 0;
  border-right: 0;
  padding: 2px 0;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); }
  .MainNav nav {
    width: 960px;
    margin: 0 auto; }
    .MainNav nav ul {
      position: relative; }
      .MainNav nav ul li {
        line-height: 1.3em;
        color: #717A34;
        padding: 0 20px;
        height: 40px;
        display: table-cell;
        border-spacing: 20px;
        vertical-align: middle;
        text-align: center;
        font-size: 12px;
        background-image: url(f/dark-menu-stroke.png), url(f/darker-menu-stroke.png);
        background-position: center left, center right;
        background-repeat: no-repeat; }
        .MainNav nav ul li.first {
          background: transparent url(f/darker-menu-stroke.png) no-repeat center right; }
        .MainNav nav ul li.last {
          background: transparent url(f/dark-menu-stroke.png) no-repeat center left; }
        .MainNav nav ul li a {
          color: #717A34;
          text-decoration: none;
          margin-left: 1px; }
        .MainNav nav ul li:hover, .MainNav nav ul li.stick {
          padding: 0 19px;
          cursor: pointer;
          background: #717A34;
          border-radius: 4px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border: 1px solid #717A34;
          background-image: -ms-linear-gradient(top, #515A1F 0%, #717A34 100%);
          background-image: -moz-linear-gradient(top, #515A1F 0%, #717A34 100%);
          background-image: -o-linear-gradient(top, #515A1F 0%, #717A34 100%);
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #515A1F), color-stop(1, #717A34));
          background-image: -webkit-linear-gradient(top, #515A1F 0%, #717A34 100%);
          background-image: linear-gradient(to bottom, #515A1F 0%, #717A34 100%); }
          .MainNav nav ul li:hover a, .MainNav nav ul li.stick a {
            color: #C5CAAB; }
          .MainNav nav ul li:hover ul, .MainNav nav ul li.stick ul {
            display: block; }
        .MainNav nav ul li.stick {
          background: #515A1F;
          border-color: #515A1F;
          cursor: default;
          text-decoration: none; }
          .MainNav nav ul li.stick ul {
            background: #515A1F; }
          .MainNav nav ul li.stick a {
            cursor: default; }
        .MainNav nav ul li.single-item {
          z-index: 40; }
      .MainNav nav ul ul {
        display: none;
        position: absolute;
        bottom: -33px;
        left: 0;
        width: 100%;
        background: #717A34;
        height: 35px;
        line-height: 35px;
        border-radius: 4px;
        cursor: default; }
        .MainNav nav ul ul li {
          display: inline;
          background: none;
          text-align: center;
          line-height: 35px;
          float: left;
          padding: 0 10px;
          height: 35px; }
          .MainNav nav ul ul li:hover {
            padding: 0 10px;
            background: none;
            border: 0;
            cursor: default !important; }
            .MainNav nav ul ul li:hover a {
              color: #fff;
              text-decoration: none;
              cursor: pointer !important; }
          .MainNav nav ul ul li a:hover {
            text-decoration: underline; }
          .MainNav nav ul ul li a.stick {
            color: #fff;
            text-decoration: underline;
            cursor: default !important; }

.ie6 .MainNav li, .ie7 .MainNav li {
  display: block;
  float: left;
  width: auto !important;
  padding: 0 21px;
  background-image: none !important; }
  .ie6 .MainNav li.first, .ie6 .MainNav li.last, .ie7 .MainNav li.first, .ie7 .MainNav li.last {
    background-image: none !important; }
  .ie6 .MainNav li:hover, .ie7 .MainNav li:hover {
    padding: 0 21px;
    border: 0; }

.main {
  background: #181f00;
  display: block;
  width: 940px;
  padding: 10px;
  margin: 50px auto 5px auto;
  border-radius: 4px;
  position: relative;
  min-height: 400px; }
  .main.central .block.left, .main.central .main-heading {
    margin-left: 236px; }
  .main.central .block.right {
    width: 224px; }
  .main .mini-logo {
    width: 100%;
    height: 84px;
    background: transparent url(f/camp-logo.png) no-repeat left top;
    margin-bottom: 20px; }
  .main .block {
    width: 460px;
    display: block; }
    .main .block.left {
      float: left; }
    .main .block.right {
      float: right; }
  .main h1 {
    font-size: 20px;
    color: #c9ceaf; }
    .main h1.main-heading {
      margin-bottom: 5px; }
  .main article {
    border-bottom: 1px solid #3c4411;
    margin-bottom: 30px; }
    .main article h1 {
      margin: 15px 0;
      line-height: 1.4em; }
      .main article h1 a {
        color: #fff;
        text-decoration: none; }
        .main article h1 a:hover {
          color: #C9CEAF; }
  .main h2, .main h3 {
    font-size: 18px;
    color: #c9ceaf;
    margin: 15px 0; }
  .main h3 {
    font-size: 14px;
    margin-bottom: -10px; }
  .main p {
    margin: 15px 0;
    color: #6f7833; }
  .main ul {
    margin: 15px 0;
    list-style-type: disc;
    padding-left: 18px; }
  .main .download-list {
    display: block;
    clear: both; }
    .main .download-list ul {
      padding: 0;
      border-bottom: 1px solid #3C4411; }
    .main .download-list li {
      list-style-type: none;
      border-top: 1px solid #3C4411;
      padding: 4px 0;
      color: #fff;
      margin: 0;
      background: transparent url(f/icon-arrow-light-right.png) no-repeat left center; }
    .main .download-list a {
      padding-left: 25px;
      display: block; }
    .main .download-list p {
      display: none; }
  .main li {
    margin-bottom: 5px;
    color: #fff; }
    .main li span {
      color: #6f7833; }
  .main p a, .main li a {
    color: #C9CEAF; }
    .main p a:hover, .main li a:hover {
      color: #fff; }
  .main p strong, .main li strong {
    font-weight: bold; }
  .main p em, .main li em {
    font-style: italic; }
  .main .img {
    margin: 15px 0;
    position: relative;
    width: 458px; }
    .main .img img {
      border: 1px solid #3c4411;
      display: block; }
    .main .img .caption {
      position: absolute;
      bottom: 1px;
      left: 1px;
      width: 100%;
      background: #000;
      background: rgba(0, 0, 0, 0.7);
      font-style: italic;
      color: #c9ceaf;
      font-size: 12px; }
      .main .img .caption span {
        display: block;
        padding: 8px;
        color: #c9ceaf; }
    .main .img.thumbnail, .main .img.portrait {
      width: 222px;
      float: left;
      margin-right: 15px; }
      .main .img.thumbnail.right, .main .img.portrait.right {
        float: right;
        margin-left: 15px;
        margin-right: 0; }
    .main .img.thumbnail .caption {
      display: none; }
  .main iframe {
    display: block;
    max-width: 458px !important;
    border: 1px solid #3c4411;
    margin: 15px auto; }
  .main .quote {
    display: block;
    background: transparent url(f/testimonial-quote.png) no-repeat top left;
    padding-left: 80px;
    color: #6f7833;
    border-bottom: 1px solid #2d330b;
    padding-bottom: 15px;
    margin: 15px 0;
    clear: both; }
    .main .quote .cite {
      display: block;
      color: #c9ceaf;
      font-style: italic;
      font-size: 12px; }
  .main.homepage {
    font-size: 16px; }
    .main.homepage .block.left {
      float: none;
      display: block;
      width: 560px;
      margin: 30px auto; }
    .main.homepage .block.right {
      display: none; }
    .main.homepage section {
      display: block;
      width: 560px;
      margin: 30px auto; }
      .main.homepage section .big-quote {
        font-size: 26px;
        font-style: italic;
        font-weight: normal;
        line-height: 1.5em;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #c8cdae;
        color: #d4d5ba; }
        .main.homepage section .big-quote .marks {
          color: #717a34; }
          .main.homepage section .big-quote .marks.first {
            padding-right: 5px; }
          .main.homepage section .big-quote .marks.last {
            padding-left: 5px; }
        .main.homepage section .big-quote .cite {
          display: block;
          text-align: right;
          font-style: normal;
          font-size: 18px;
          color: #717a34; }
        .main.homepage section .big-quote span {
          color: red; }
      .main.homepage section .standfirst {
        font-weight: bold;
        color: #d4d5ba;
        font-size: 18px; }
      .main.homepage section p {
        margin: 15px 0;
        color: #fff; }

.oldie .main {
  height: 400px; }

ul.gallery {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 20px 3px; }
  ul.gallery li {
    float: left;
    margin: 5px;
    position: relative; }
    ul.gallery li .vid-icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent url(f/gallery-play-icon.png) no-repeat center center; }
  ul.gallery img {
    width: 222px;
    height: 145px;
    display: block; }
  ul.gallery a {
    position: relative;
    z-index: 5;
    display: block;
    border: 1px solid #3c4411; }
    ul.gallery a:hover {
      border-color: #c9ceaf; }

ul.archive {
  padding: 0;
  list-style-type: none;
  font-size: 12px; }
  ul.archive li {
    border-top: 1px solid #2d330b;
    padding: 4px 0;
    color: #fff;
    margin: 0;
    background: transparent url(f/icon-arrow-light-right.png) no-repeat left center; }
  ul.archive a {
    color: #6f7833;
    padding-left: 25px; }

.promo-block {
  margin: 15px 0;
  border: 1px solid #2d330b;
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
  clear: both; }
  .promo-block .promo-img {
    float: left;
    width: 224px; }
    .promo-block .promo-img img {
      border: 1px solid #3c4411;
      display: block; }
  .promo-block .promo-txt {
    float: right;
    width: 226px;
    font-size: 12px; }
    .promo-block .promo-txt .promo-heading, .promo-block .promo-txt .promo-heading a {
      font-weight: bold;
      color: #6f7833; }
    .promo-block .promo-txt .promo-txt {
      line-height: 1.5em;
      margin-bottom: 5px; }
    .promo-block .promo-txt .promo-lnk a {
      color: #6f7833;
      padding: 5px 0 5px 25px;
      background: transparent url(f/icon-arrow-light-right.png) no-repeat left center; }

.homepage .promo-block .promo-txt {
  width: 316px; }

.post-stripe {
  display: block;
  border: 1px solid #3c4411;
  border-left: 0;
  border-right: 0;
  margin-top: -8px;
  padding: 5px;
  font-size: 12px; }
  .post-stripe .post-date {
    float: left;
    color: #C9CEAF; }
  .post-stripe .post-share {
    float: right; }
    .post-stripe .post-share a {
      color: #fff; }

.pagination {
  margin-bottom: 20px; }
  .pagination a {
    color: #6f7833; }
  .pagination .lowerprevlink {
    float: left; }
  .pagination .lowernextlink {
    float: right; }

.home-badge-panel {
  position: absolute;
  right: 25px;
  top: 50px;
  width: 150px;
  height: 300px; }
  .home-badge-panel img, .home-badge-panel .img {
    width: auto;
    border: 0 !important;
    max-width: 150px;
    margin: 8px auto; }
  .home-badge-panel div {
    margin: 0 !important; }
  .home-badge-panel img.img {
    float: none !important;
    width: 100% !important; }

.badges {
  position: absolute;
  right: 45px;
  top: 150px; }
  .badges a.block {
    display: block;
    width: 100%;
    height: 100%; }

.extra-badges {
  position: absolute;
  left: 45px;
  top: 150px; }
  .extra-badges a.block {
    display: block;
    width: 100%;
    height: 100%; }

.logo01 {
  width: 88px;
  height: 93px;
  background: transparent url(f/badge-eco-tourism-gold.png) no-repeat center center;
  display: block; }

.logo02 {
  margin-top: 20px;
  width: 92px;
  height: 109px;
  background: transparent url(f/badge-classic-safari-camps.png) no-repeat center center;
  display: block; }

.logo03 {
  margin-top: 20px;
  width: 92px;
  height: 101px;
  background: transparent url(f/badge-worlds-best.png) no-repeat center center;
  display: block; }

.creditstrip {
  display: block;
  width: 940px;
  margin: 0 auto;
  text-align: right;
  font-size: 10px;
  color: #C9CEAF;
  height: 120px;
  line-height: 20px;
  opacity: 0.7; }
  .creditstrip a {
    color: #C9CEAF; }

.footer-logo {
  float: left;
  display: inline-block;
  height: 44px; }
  .footer-logo img {
    height: 44px; }

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

#ContactForm {
  display: block;
  width: 940px;
  padding: 0 10px;
  margin: 0 auto;
  background: #717a34;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0px -20px 30px 0 #181f00;
  box-shadow: 0px -20px 30px 0 #181f00; }
  #ContactForm .contact-strip {
    display: block;
    background: transparent url(f/icon-arrow-dark-up.png) no-repeat left center;
    height: 35px;
    line-height: 35px;
    position: relative; }
    #ContactForm .contact-strip.active {
      background-image: url(f/icon-arrow-dark-down.png); }
    #ContactForm .contact-strip .contact-cta {
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      display: inline;
      padding-left: 25px; }
      #ContactForm .contact-strip .contact-cta span {
        font-size: 12px;
        font-style: italic;
        font-weight: normal; }
    #ContactForm .contact-strip .social-links {
      position: absolute;
      top: 0;
      right: 0; }
      #ContactForm .contact-strip .social-links li {
        float: left;
        text-indent: -9999em;
        overflow: hidden; }
        #ContactForm .contact-strip .social-links li a.blog, #ContactForm .contact-strip .social-links li a.news {
          display: block;
          width: 206px;
          height: 34px;
          background: transparent url(f/blog-button.png) no-repeat center center; }
        #ContactForm .contact-strip .social-links li a.news {
          background: transparent url(f/news-button.png?v2) no-repeat center center; }
        #ContactForm .contact-strip .social-links li a.social-icon {
          display: block;
          width: 24px;
          height: 34px;
          background: transparent url(f/social-icons.png) no-repeat center left;
          margin-right: 3px; }
          #ContactForm .contact-strip .social-links li a.social-icon.pin {
            background-position: -24px center; }
          #ContactForm .contact-strip .social-links li a.social-icon.twit {
            background-position: -48px center; }
  #ContactForm h3 {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #181f00;
    margin-bottom: 3px; }

.contact-box {
  color: #181f00;
  border-top: 1px solid #fff;
  display: none; }

/*
Handle Sticky Footer for Smaller Devices
*/
input[type="email"], input[type="text"], textarea {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #181f00;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  padding: 5px; }

input[type="email"]:focus, input[type="text"]:focus, textarea:focus {
  border-color: #fff !important; }

textarea {
  resize: none; }

input.HighLight, textarea.HighLight {
  border-color: #c73b3b; }

.contact-info {
  display: block;
  width: 220px;
  float: left; }

.contact-info a {
  color: #fff; }

.contact-info, .contact-request {
  margin-top: 20px; }

.contact-request {
  display: block;
  width: 460px;
  float: left;
  margin: 20px 20px 0 20px;
  padding-bottom: 20px; }

.contact-info li {
  font-size: 11px;
  color: #fff;
  line-height: 1.4em;
  padding-bottom: 3px; }

.contact-info li strong {
  display: block;
  color: #181f00; }

.contact-request p {
  color: #181f00;
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 15px; }

.contact-request label, .contact-social label {
  display: none; }

.contact-request input[type=email], .contact-request input[type=text] {
  width: 216px;
  float: left;
  margin: 0 4px 4px 0; }

.contact-request input.last {
  margin-right: 0 !important; }

.contact-request textarea {
  margin-bottom: 5px;
  width: 448px !important;
  min-width: 448px !important;
  max-width: 448px !important;
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important;
  resize: none; }

.contact-request .pretty-checkbox {
  float: left;
  width: 220px;
  margin-bottom: 10px; }

.contact-request .hr {
  width: 460px; }

.contact-request button {
  font-family: Arial,Helvetica,sans-serif;
  cursor: pointer;
  float: right;
  background: transparent url(f/icon-arrow-dark-right.png) no-repeat center right;
  border: 0;
  height: 21px;
  line-height: 20px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: bold; }

button::-moz-focus-inner {
  border: 0; }

/* AddThis Styling */
.atm-i {
  box-shadow: none !important;
  border-color: #D5D6D6; }

.atm-s a:hover, #at_hover.atm-s a:hover {
  background-color: #717A34; }

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* User Style: */
#cboxOverlay {
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

#colorbox {
  background: #000;
  background: rgba(0, 0, 0, 0.5); }

#cboxContent {
  margin: 0 0 40px 0; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  border: 1px solid #717A34;
  background: #fff; }

#cboxTitle {
  position: absolute;
  bottom: -30px;
  left: 30px;
  color: #fff;
  text-align: left;
  font-size: 12px;
  font-style: italic; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
  display: none !important; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  bottom: -30px;
  left: 5px;
  background: url(f/icon-arrow-white-left.png) no-repeat top left;
  width: 20px;
  height: 20px;
  text-indent: -9999px; }

#cboxNext {
  position: absolute;
  bottom: -30px;
  right: 5px;
  background: url(f/icon-arrow-white-right.png) no-repeat top right;
  width: 20px;
  height: 20px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: bottom right; }

#cboxLoadingOverlay {
  background: #000; }

#cboxLoadingGraphic {
  background: url(f/loading.gif) no-repeat center center; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(f/icon-close-white.png) no-repeat top center;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  z-index: 999; }

#cboxClose:hover {
  background-position: bottom center; }

/*# sourceMappingURL=style.css.map */
