#slidebox {
  width: 450px;
  height: 145px;
  padding: 10px;
  background-color: #fff;
  position: fixed;
  bottom: 0px;
  right: -480px;
  z-index: 999;
  -moz-box-shadow: -5px 0px 7px #aaa;
  -webkit-box-shadow: -5px 0px 7px #aaa;
  box-shadow: -5px 0px 7px #aaa;
}
#slidebox p,
a.more {
  font-size: 11px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #555;
}
a.more {
  cursor: pointer;
  color: #e28409;
}
a.more:hover {
  text-decoration: underline;
}
#slidebox .stitle {
  color: #000;
  font-size: 16px;
  margin: 0 233px 4px 0px;
  font-style: normal;
  border-bottom: 3px solid #ffc600;
}
#slidebox ul {
  padding-left: 10px;
}
#slidebox li {
  max-width: 380px;
}
#slidebox li a {
  font-size: 19px;
  color: #1e3466;
}
a.close {
  background: transparent url(../images/close.gif) no-repeat top left;
  width: 13px;
  height: 13px;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  opacity: 1.5 !important;
}
a.close:hover {
  background-position: 0px -13px;
  opacity: 1.5 !important;
}

#carousel {
  width: 420px;
  margin: 0 auto;
}

#ui-carousel-next,
#ui-carousel-prev {
  width: 18px;
  height: 18px;
  background: url(../images/arrow-left.png) #fff center center no-repeat;
  display: block;
  position: absolute;
  top: 116px;
  z-index: 100;
  opacity: 0.7;
}

#ui-carousel-next {
  right: 167px;
  background-image: url(../images/arrow-right.png);
}

#ui-carousel-prev {
  left: 130px;
}

#ui-carousel-next > span,
#ui-carousel-prev > span {
  display: none;
}

#pages {
  width: 150px;
  margin: 0 auto;
}

.bullet {
  background: url(../images/page-off.png) center center no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  margin-right: 5px;
  float: left;
}
