#load{
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 10;
  display: nonse;
}
 #load img{
  margin: 22% 0 0 46%;
  width: 32px;
  height: 32px;
}


       #c-carousel {
        height: 100%;
        padding: 0;
        margin: 0;
      }
      #c-carousel {
        background: url(img/gui/bg_glare.png) top center no-repeat #bcc;
      }
      #c-carousel {
        min-height: 600px;
      }
      #c-carousel * {
        font-family: Arial, Geneva, SunSans-Regular, sans-serif;
        font-size: 14px;
        color: #333;
        line-height: 22px;
      }

      #wrapper {
        max-width: 940px;
      }
      #carousel-wrapper {
/*        padding-bottom: 10px;
        position: relative;*/
      }
      #carousel, #thumbs {
        overflow: hidden;
      }
      #carousel-wrapper .caroufredsel_wrapper {
        /*border-radius: 10px;*/
        box-shadow: 0 0 5px #5F4A39;
      }

      #carousel span, #carousel img,
      #thumbs a, #thumbs img  {
        display: block;
        float: left;
      }
      #carousel span, #carousel a,
      #thumbs span, #thumbs a {
        position: relative;
      }
      #carousel img,
      #thumbs img {
        border: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
      }
      #carousel img.glare,
      #thumbs img.glare {
        width: 102%;
        height: auto;
      }

      #carousel span {
        width: 554px;
        height: 313px;
      }

      #thumbs-wrapper {
        padding: 10px 40px;
        position: relative;
      }
      #thumbs a {
        border: 2px solid #5F4A39;
        width: 150px;
        height: 100px;
        margin: 0 10px;
        overflow: hidden;
        /*border-radius: 10px;*/
        
        -webkit-transition: border-color .5s;
        -moz-transition: border-color .5s;
        -ms-transition: border-color .5s;
        transition: border-color .5s;
      }
      #thumbs a:hover, #thumbs a.selected {
        border-color: #7BD1CC;
      }
      
      #wrapper img#shadow {
        width: 100%;
        position: absolute;
        bottom: 0;
      }

      #prev, #next {
        /*background: transparent url('img/gui/carousel_nav.png') no-repeat 0 0;*/
        display: block;
        width: 22px;
        height: 55px;
        margin-top: -29px;
        position: absolute;
        top: 50%;
      }
      #prev {
        background:url("../images/prev.png") no-repeat;
        left: 10px;
      }
      #next {
        background:url("../images/next.png") no-repeat;
        right: 10px;
      }     
      /*#prev:hover { 
        background-position: 0 -20px;       
      }
      #next:hover {
        background-position: -19px -20px;       
      }*/
      /*#prev.disabled, #next.disabled {
        display: none !important;
      }*/