﻿#slider {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  background-color: #F6F8F4;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding: 15px;
}

.content {
  width: 700px;
  float: left;
  position: relative;
}

.content ol{
  margin-top: 10px;
}

.content li{
  font-family: "Helvetica Neue", Helvetica, Arial, STXihei, STHeiti, SimSun, sans-serif;
}

.inslider a {
  text-decoration: none;
}

.contentholder {
  width: 700px;
  overflow: hidden;
  position: relative;
  height: 300px;
}

.contentslider {
  position: absolute;
  top: 0;
  left: 0;
}

.imgslider img {
  float: left;
}

.contentnav {
  height: 30px;
  z-index: 100;
  line-height: 30px;
  margin: 5px;
  clear: both;
}

.contentnav a {
  padding: 5px;
  text-decoration: none;
  color: #C00;
  margin-right: 20px;
  margin-left: 20px;
  float: left;
}

#startTestScreen {
  background-color: #F6F8F4;
  height: 360px;
  text-align: center;
  padding: 160px 0 0 0;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

#startTestScreen h3 {
  font-size: 50px;
  font-weight: normal;
  line-height: normal;
}

#timer {
  width: 30%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 7px;
  padding: 1% 1% 0.5% 1%;
  margin: 50px auto 10px auto;
}

#timer input[type=submit] {
  width: 100%;
  padding: 1% 0;
  border-radius: 5px;
  color: #FFF;
  background-image: linear-gradient(to bottom, #E56E70, #D24846);
  font-family: arial;
  font-weight: bold;
}

#timer input[type=submit]:active {
  box-shadow: inset 1px 1px 3px 0 #A72B2A;
}

#timer_clock {
  font-size: 150%;
  border: none;
  border-radius: 7px;
  text-align: center;
  padding: 5%;
  display: block;
  width: 90%;
}

.testResult {
  margin: 1.5%;
}

