* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

body {
  background: url(../images/launcher-bg.jpg) top left no-repeat;
  position: relative;
  width: 382px;
  height: 402px;
  overflow: hidden;
  font: 12px Arial, sans-serif;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 282px;
  height: 162px;
}

.container {
  position: absolute;
  width: 100%;
  height: 235px;
  top: 173px;
  left: 0;
}
.container .mainNav {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  height: 39px;
  overflow: hidden;
  font-size: 14px;
}
.container .mainNav li {
  display: block;
  font-weight: bold;
  border-left: 1px solid #48312c;
  border-right: 1px solid #231914;
  float: left;
  padding: 0px 10px;
}
.container .mainNav li:last-child {
  border-right: none;
}
.container .mainNav li a {
  text-transform: capitalize;
  color: #e2e2e2;
  text-decoration: none;
  line-height: 24px;
}
.container .mainNav li a:hover {
  color: #f7da00;
}
.container .mainNav li.fast-register a {
  color: #f7da00;
}
.container .mainNav li.fast-register a span {
  background: #8a0100;
  padding: 3px 5px;
  color: #f9fb66;
  border-radius: 3px;
}
.container .newsNav {
  display: block;
  width: 100%;
  padding-top: 9px;
  overflow: hidden;
}
.container .newsNav li {
  display: block;
  height: 22px;
  line-height: 22px;
  padding: 0 12px 0px 25px;
  background: url(../images/li-icon.png) 12px 7px no-repeat;
}
.container .newsNav li a {
  color: #000;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.container .newsNav li a:hover {
  color: #df4040;
}
.container .newsNav li a::first-letter {
  text-transform: capitalize;
}
.container .newsNav li a time {
  float: right;
}
.container .newsNav li a.hot {
  font-weight: bold;
}

.jcarousel-wrapper {
  margin: 0;
  position: relative;
  border: none;
  width: 282px;
  height: 162px;
  border-radius: 5px;
  box-shadow: 0 0 2px #999;
}

/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
}

.jcarousel ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  float: left;
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 200px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  border-radius: 30px;
  box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
  left: -50px;
}

.jcarousel-control-next {
  right: -50px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
  display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
  opacity: 0.5;
  cursor: default;
}

/** Carousel Pagination **/
.jcarousel-pagination {
  position: absolute;
  bottom: 5px;
  right: 12px;
}

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  line-height: 17px;
  min-width: 20px;
  background: #8A0100;
  color: whitesmoke;
  border-radius: 3px;
  padding: 3px;
  text-align: center;
  margin-right: 2px;
  opacity: 0.75;
}

.jcarousel-pagination a.active {
  background: #F7DA00;
  color: whitesmoke;
  opacity: 1;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
