.devpal-carousel-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.devpal-carousel-wrapper {
  background: none repeat scroll 0 0 #f3f3f3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #000;
  overflow: hidden;
  width: 100%;
}

.devpal-carousel {
  position: relative;
  width: 20000px;
}

.devpal-carousel-item {
  float: left;
  height: 140px;
  margin: 10px 0 10px 30px;
  max-height: 140px !important;
  min-height: 140px !important;
  overflow: hidden;
  position: relative;
  width: 130px;
}

.devpal-carousel-item img {
  height: 140px;
  max-height: 140px !important;
  min-height: 140px !important;
  width: 130px;
}

.devpal-carousel-clearfix {
  clear: both;
}

.devpal-action-wrapper {
  width: 100%;
}

.devpal-move-left {
  background: none repeat scroll 0 0 #f3f3f3;
  float: left;
  height: 100%;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 0;
}

.devpal-move-right {
  background: none repeat scroll 0 0 #f3f3f3;
  float: right;
  height: 100%;
  padding: 5px;
  position: absolute;
  top: 0;
}

.action-wrap {
  padding: 5px;
}

.devpal-action-left, .devpal-action-right {
  cursor: pointer;
  height: 150px;
  width: 20px;
}

.devpal-action-left {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.devpal-action-right {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.devpal-carousel-item-name {
  bottom: 0;
  font-size: 12px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.devpal-carousel-transparent-class {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
  opacity: 0.75;

}
