.tweetbox {
  display: block;
  overflow: hidden;
  text-align: left;
  width: 100%;
  position: relative;
}
.tweets {
  display: block;
  margin: 0 auto;
  padding: 20px;
  z-index: 5;
}
.tweets li {
  background: transparent url("/inc/twit/img/ico-tweet.png") no-repeat scroll -10px -25px;
  font-size: 20px;
  line-height: 30px;
  list-style: outside none none;
  padding-left: 40px;
  z-index: 1;
}

.tweets li.active {
    z-index: 2;
}
.tweets span {
    display: block;
    font-size: 14px;
}
.tweets a {
    font-weight: bold;
}
.tweets .link {
    font-weight: normal;
}
.tweets a:hover {
    border-bottom: 0 none;
    text-decoration: underline;
}
.tweetbox .btns li.prev {
    list-style: outside none none;
    position: absolute;
    top: 30px;
    z-index: 15;
    background: rgba(0, 0, 0, 0) url("/inc/jquery_plugins/camera_slideshow/images/camera_skins.png") no-repeat scroll 0 0;
    border-bottom: 0 none;
    display: block;
    height: 40px;
    width: 40px;
}
.tweetbox .btns li.next {
  background: rgba(0, 0, 0, 0) url("/inc/jquery_plugins/camera_slideshow/images/camera_skins.png") no-repeat scroll -40px 0;
  border-bottom: 0 none;
  top: 30px;
  display: block;
  height: 40px;
  list-style: outside none none;
  position: absolute;
  right: 0;
  width: 40px;
  z-index: 15;
}
.tweetbox .btns:hover {
  opacity:0.5;
}
