/* homepage */
.column-container {
  position: absolute;
  top: 466px;
  left: 0;
  padding: 0 0 80px 0;
  width: 700px;
  overflow: hidden;
}
  .column-container .column {
    float: left;
    margin: 0 22px 0 0;
  }
    .column-container .column-top {
      width: 284px;
      height: 4px;
      background: url('../../images/content/column-top.png') no-repeat;
    }
    .column-container .column-middle {
      padding: 25px 0 0 33px;
      width: 251px; /*284*/
      overflow: hidden;
      background: url('../../images/content/section-middle.png') repeat-y;
    }
    .column-container .column-bottom {
      width: 284px;
      height: 4px;
      background: url('../../images/content/column-bottom.png') no-repeat;
    }

/* readmore columns */
.column-container p.readmore a {
  display: block;
  color: #f6b903;
  padding: 10px 20px 10px 30px;
  background: url('../../images/content/arrow-right.png') no-repeat 0 12px;
  text-decoration: none;
}
  .column-container p.readmore a {
    color: #333;
    line-height: 15px;
  }
  .column-container p.readmore a:hover {
    color: #acacac;
  }

/* exhibitors */
.exhibitors-trigger {
  position: absolute;
  top: 142px;
  left: 420px;
  width: 222px; /*254*/
  height: 342px;
  padding: 0 0 0 32px;
  background: url('../../images/content/exhibitors.png') no-repeat;
}
  .exhibitors-trigger h2 {
    padding: 20px 0 0 0;
    color: #fff;
  }
  .exhibitors-trigger ul li a,
  .exhibitors-trigger ul li a span,
  .exhibitors-trigger ul li a strong {
    display: block;
  }
  .exhibitors-trigger ul li a {
    width: 190px;
    padding: 10px 0 10px 0;
    background: url('../../images/content/home-dotted-white.gif') no-repeat left bottom;
    overflow: hidden;
    text-decoration: none;
    line-height: 18px;
    word-wrap: break-word;
  }
  .exhibitors-trigger ul li a img {
    float: left;
  }
  .exhibitors-trigger ul li a span {
    float: right;
    padding: 0 0 0 0;
    width: 108px;
    color: #999;
  }
  .exhibitors-trigger ul li.no-image a span {
    float: none;
    width: auto;
  }


  .exhibitors-trigger ul li a strong {
    font-weight: bold;
    color: #fff;
  }
  .exhibitors-trigger p.readmore a {
    display: block;
    color: #f6b903;
    padding: 10px 0 10px 30px;
    background: url('../../images/content/arrow-right-alternative.png') no-repeat 0 50%;
    text-decoration: none;
  }
  .exhibitors-trigger ul li a:hover strong {
    color: #acacac;
  }
  .exhibitors-trigger p.readmore a:hover {
    color: #ffd435;
  }
  .exhibitors-trigger ul li a span.logo-container {
    position: relative;
    float: left;
    width: 72px;
    height: 51px;
    background-color: #fff;
    border-radius: 2px;
  }
  .exhibitors-trigger ul li a span.logo-container table {
    padding:0px;
    margin:0px;
    border-collapse:collapse;
    border-spacing:0px;
    float:left;
    border:none;
  }
  .exhibitors-trigger ul li a span.logo-container table td {
    padding: 0px;
    vertical-align: middle;
    height: 51px;
    border: none;
  }
  .exhibitors-trigger ul li a span.logo-container img {
    padding: 4px;
    border-radius: 2px;
  }

/* news */
.news h2 {
  padding: 0 0 5px 0;
}
.news ul {
  margin: 0 0 10px 0;
}
.news ul li a {
  display: block;
  padding: 15px 0 15px 0;
  width: 220px;
  background: url('../../images/content/home-dotted.gif') no-repeat left bottom;
  color: #c95117;
  text-decoration: none;
  line-height: 19px;
}
.news ul li:first-child a{
  padding-top: 0px;
}
  .news ul li a strong {
    display: block;
    color: #333;
  }
  .news ul li a:hover strong {
      color: #acacac;
  }

.hometrigger {
  padding: 0 0 5px 0;
}
  .hometrigger ul {
    margin: 0 0 10px 0;
    text-align: center;
  }
  .hometrigger ul li a {
    display: block;
    padding: 15px 0 15px 0;
    width: 220px;
    background: url('../../images/content/home-dotted.gif') no-repeat left bottom;
    color: #c95117;
    text-decoration: none;
    line-height: 19px;
  }

/* .jcarousel-item */
.jcarousel-container {
  position: relative;
  margin: 0px 0 10px 0;
  overflow: hidden;
  background: url('../../images/content/home-dotted.gif') no-repeat left bottom;
}
  .jcarousel-clip {
    overflow: hidden;
  }
    .jcarousel-clip-horizontal {
      position: relative;
      width: 221px;
      height: 123px;
    }
  ul#carousel li {
    width: 221px;
    float: left;
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
    ul#carousel li a {
      text-decoration: none;
    }
    ul#carousel li img {
      display: inline-block;
      vertical-align: middle;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      user-select: none;
    }
    ul#carousel li span.placeholder {
      display: inline-block;
      height: 120px;
      width: 1px;
      vertical-align: middle;
    }
    .jcarousel-prev {
      position: absolute;
      top: 54px;
      left: 0;
      z-index: 10;
      width: 12px;
      height: 123px;
      background: url('../../images/content/carousel-arrow-left.png') no-repeat 0 0;
      cursor: pointer;
    }
    .jcarousel-next {
      position: absolute;
      top: 54px;
      left: 211px;
      z-index: 10;
      width: 12px;
      height: 123px;
      background: url('../../images/content/carousel-arrow-right.png') no-repeat 0 0;
      cursor: pointer;
    }
    .jcarousel-prev-disabled,
    .jcarousel-next-disabled {
      cursor: default;
      background-position: 0 -226px;
    }