#showcase {
  width: 960px;
  height: 300px;
  margin: 0 auto;
}

#showcase-content {
  float: left;
  width: 700px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

#showcase-nav {
  float: left;
  width: 260px;
  height: 300px;
}

#showcase-nav a {
  color: #ffffff;
}

.showcase-slide {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.showcase-slide div {
  width: 440px;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.showcase-slide div a {
  color: #000;
  text-decoration: underline;
}

.showcase-slide div p:last-child {
  margin-top: 18px;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}

.showcase-slide h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.showcase-slide p {
  padding-left: 2px;
  font-size: 15px;
  line-height: 22px;
}

.showcase-slide ul {
  margin: 20px 0 0 15px;
  list-style-type: disc;
}
.showcase-slide li {
  margin: 10px 0;
  font-size: 12px;
}

#show1,
#show2,
#show3,
#show4 {
  width: 700px;
  height: 300px;
}

#fill {
  background-image: url(software-bg.jpg);
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
}
#content {
  background-image: url(courses-bg.jpg);
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
}
#showcase {
  background-image: url(books-bg.jpg);
  background-position: -9999px -9999px;
  background-repeat: no-repeat;
}

#show1 {
  background: url("home-bg.jpg");
}
#show2 {
  background: url("software-bg.jpg");
}
#show3 {
  background: url("courses-bg.jpg");
}
#show4 {
  background: url("books-bg.jpg");
}

#showcase-nav li {
  height: 90px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: width linear 0.1s;
  -moz-transition: width linear 0.1s;
  transition: width linear 0.1s;
  width: 250px;
  position: relative;
  padding: 5px;
}

#showcase-nav li:first-child {
  border-radius: 0 10px 0 0;
}
#showcase-nav li:last-child {
  border-radius: 0 0 10px 0;
}

#showcase-nav li:hover {
  width: 256px;
}

#showcase li p {
  font-size: 12px;
  margin: 3px 0;
}

#showcase-nav li p:first-child {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#showcase-nav li p:last-child {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
}

#tab-soft {
  background: url("tab1.png") repeat-x #38d3d5;
}
#tab-courses {
  background: url("tab2.png") repeat-x #75d279;
}
#tab-books {
  background: url("tab3.png") repeat-x #f0d148;
}

#home-sub {
  margin-top: 20px;
}
#home-sub h2 {
  font-size: 22px;
  margin: 0 0 10px 0;
}
.ue-row {
  margin: 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
.ue-row:last-child {
  border-bottom: none;
}
.ue-row p {
  font-size: 13px;
  line-height: 17px;
}
.ue-row a:hover {
  text-decoration: underline !important;
}
.ue-date {
  font-size: 12px;
  font-weight: 700;
  color: #222;
}
.ue-jahc {
  background: #2ebac9;
  color: #fff;
  padding: 2px;
}
#home-sub a:link,
#main a:active,
#main a:visited {
  color: #25548f;
  text-decoration: none;
}
#home-sub a:visited {
  color: #2c64a8; /*#2c64a8*/
}
#home-sub .column {
  float: left;
  width: 310px;
  padding: 10px 20px;
  border-left: 1px solid #ccc;
}
#home-sub .column.first {
  border: none;
}
#home-sub .column.small {
  width: 208px;
}

.ql {
  height: 65px;
  margin: 15px 0 0 0;
}
.ql img {
  margin: 0 0 -30px 0;
}
#fb img {
  margin: 0 -3px -30px 4px;
}

.column.first ul {
  list-style-type: disc;
  padding-left: 16px;
  margin: 20px 0;
}
.more-button {
  background: #38d3d5;
  padding: 10px;
  border-radius: 5px;
}
.more-button a {
  color: #ffffff !important;
  font-weight: 700;
}
.home-new-course {
  border-top: 1px dotted #ccc;
  padding-top: 10px;
  margin-top: 20px;
}
.home-banner {
	margin-bottom: 10px;
}