/**
 * Dragdealer JS v0.9.5
 * http://code.ovidiu.ch/dragdealer-js
 *
 * Copyright (c) 2010, Ovidiu Chereches
 * MIT License
 * http://legal.ovidiu.ch/licenses/MIT
 */

.dragdealer {
  position: relative;
  height: 30px;
  background: #EEE;
}
.dragdealer .handle {
  position: absolute;
  cursor: arrow;
}
.dragdealer .red-bar {
  width: 100px;
  height: 30px;
  background: #CC0000;
  color: #FFF;
  line-height: 30px;
  text-align: center;
}
.dragdealer .disabled {
  background: #898989;
}
.top-spaced {margin-top: 10px;}

/* DRAGDEALER DEMOS */

.dragdealer {
  width: auto;
}

/* Slideshow */

#slideshow-menu-wrapper {
  position: relative;
  width: 302px;
  float: right;
}
#slideshow-menu-wrapper .cursor {
  position: absolute;
  width: 302px;
  height: 100px;
  margin-left: -13px;
  background: url(/css/images/rotator-arrow.png) left 20px no-repeat;
  z-index: 10;
}

ul#slideshow-menu {
  width: 302px;
}

ul#slideshow-menu li {
  margin: 0;
  height: 100px;
  border-left: 4px solid #efefef;
  background: #b4292f;
  color: #fff;
}
  ul#slideshow-menu li:first-child {border-top: none;}
  ul#slideshow-menu li:last-child {border-bottom: none;}
  ul#slideshow-menu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid #611417;
    border-top: 1px solid #af2b32;
    height: 78px;
  }
    ul#slideshow-menu li a .title {
      display: block;
      margin: 1px 0 7px 0;
      color: #dedede;
      font-size: 30px;
      line-height: 24px;
      letter-spacing: -1px;
      font-family: 'MuseoSlab300', arial, sans-serif;
    }
    ul#slideshow-menu li a .description {
      display: block;
      color: #fff;
      font-size: 14px;
      line-height: 11px;
      font-family: arial, verdana, sans-serif;
    }

#slideshow {
  width: 626px;
  height: 400px;
  overflow: hidden;
  float: left;
}
  #slideshow .handle {
    width: 2504px;
    height: 400px;
  }
    #slideshow .handle .slide {
      float: left;
      width: 626px;
      height: 400px;
      position: relative;
    }

.rotator ul {margin: 0; padding: 0; list-style: none;}
.rotator .caption {background: url(/css/images/rotator-caption.png) repeat; padding: 15px; color: #fff; position: absolute; bottom: 0; left: 0; width: 600px;}

























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
