#owl-demo {
  position: relative;
  max-height: 350px;
  overflow: hidden;
}

#owl-demo .owl-item img{
  display: block;
  width: 100%;
  height: auto;
}

#owl-demo .owl-controls {
  height: 30px;
  width: auto;
  position: absolute;
  bottom: 5px;
  right: -5px;
}

#owl-demo .owl-dots {
  height: 30px;
  width: auto;
  position: absolute;
  bottom: 5px;
  right: 300px;
}

#owl-demo .owl-pagination {
  width: auto;
  height: auto;
}

#owl-demo .owl-pagination .owl-page {
  width:13px;
  height: 13px;
  display: inline-block;
  margin:0px 5px;
  border-radius: 100%;
  background-color: #909090;
}


#owl-demo .owl-pagination .active {
  width:13px;
  height: 13px;
  display: inline-block;
  margin:0px 5px;
  border-radius: 100%;
  background-color: #F0F0F0;
}