p {
  margin: 0;
  padding: 0;
}

.content-item {
  background: url(../images/30_years_of_HIV.jpg);
  height: 180px;
  /*margin: 20px auto;*/
  overflow: hidden;
  position: relative;
  width: 333px;
  margin-bottom:3px;
}
.content-item .overlay {
  border-bottom: 100px solid #56ac4a;
  border-left: 100px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .85;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
}
.content-item:hover .overlay {
  border-bottom: 800px solid #56ac4a;
  border-left: 800px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item .corner-overlay-content {
  bottom: 15px;
  color: #333;
  position: absolute;
  right: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item:hover .corner-overlay-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item .overlay-content {
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-item .overlay-content h3 {
  border-bottom: 1px solid #333;
  padding: 0 0 5px;
  margin-bottom: 10px;
  font-family: verdana,sans-serif;
  font-size: 16px;
}
.content-item .overlay-content a.more {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}
.content-item .overlay-preview {
  bottom: 0;
  color: #333;
  left: 0;
  opacity: 1;
  /*padding: 30px;*/
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-item .overlay-preview div {
  padding: 5px 0;
  text-align: center;
  width: 100%;
  color: #f29e30;
  font-size: 12px;
  background-color: #002D62;
}
.content-item:hover .overlay-preview {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item:hover .overlay-content {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.kb-button {
    border-radius: 3px 3px 3px 3px;
    float: left;
    font-family: 'Oswald',sans-serif;
    font-size: 11px;
    height: 25px;
    line-height: 23px;
}
.kb-button:link, .kb-button:visited {
    background: url("../sliderPlugin/assets/button/button_light.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    color: #333333;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #CCCCCC;
}

.spTitle {
	height:30px; margin-bottom:1px; padding-left:7px;
	color:#FFF; font-weight:bold; font-size:20px;	
	background:#0f6cb6;
}