#container {
  font-family:Poppins;
  overflow: hidden;
  width: 100%;
  height: 430px;
  margin: 0 auto;
  cursor: pointer;
  margin-top:10px;
}

#imgs {
  display: block;
  padding: 0;
  width: 200%;
}

#imgs li {
  padding-right: 10px;
  display: inline-block;
 *display:inline;
}

#imgs img {
  width: 300px;
}

.title {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: white;
  font-weight: bold;
  text-align: center;
  background: #ddd;
}

.course_block{
	width:300px;
	padding:20px 0;
}

.course_block a{
	color:#000000;
	text-decoration:none;
}

.course_block a:hover{
	text-decoration:none;
	color:#f7631b;
}

.course_block h4{
	font-family:Poppins;
	font-weight:bold;
	color:#000000;
	padding:0 10px;
	transition:all ease 0.5s;
}

.course_block h4:hover{
	text-decoration:none;
	color:#f7631b;
}

.course_block p{
	font-family:Poppins;
	font-size:15px;
	font-weight:lighter;
	text-align:justify;
	line-height:1.5;
	color:#A6A6A6;
	padding:0 10px;
	margin:5px 0;
}

