div#showlector-left{
  float: left;
  margin-top: 15px;
  
}

div#showlector-right{
  margin-top: 20px;
  float: left;
  margin-left: 15px;
  width: 435px;
  margin-bottom: 20px;
}

div#showlector-right p{
  margin-top: 0px;
}
div#showlector-left-img{
  padding: 8px;
  border: 1px solid #ddd;
  background: #eee;
  width: 128px;
}

div#content-left h3{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}

div.course-gallery-item{
  float: left;
  background: #eee;
  border: 1px solid #ddd;
  padding: 8px;
  margin-right: 3px;
}

div#course-gallery-lastitem{
  margin-right: 0px;
}

div#course-gallery{
  margin-top: 15px;
}

div.course-gallery-breaker{
  clear: both;
  width: 100%;
  height: 3px;
}

