
#slideshow-controller {
  position: absolute;
  bottom: 10px;
  left: 45%;
	display: none;
}

#slideshow-banner ul { 
	position: relative;
	margin:0;
}

#slideshow-banner ul .slideshow-item {
	position: absolute;
	width: 100%;
}

#controller-left {
    position: absolute;
    left: 34%;
    top: auto;
    cursor: pointer;
    z-index: 1;
    bottom: 50px;
}

#controller-right {
  position: absolute;
  right: 34%;
  top:auto;
  bottom: 50px;
  cursor: pointer;
	z-index: 1;
}

.controller-item {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #f00;
  margin-right: 10px;
  border-radius: 10px;
  opacity: 0.5;
  cursor: pointer;
}

.controller-item-hover {
  opacity: 1;
  background: #ccc;
  transform: rotateX(360deg);
  transition: transform 2s;
}

.slideshow-transform img {
  transform: scale(1.1, 1.1);
  transition: transform 8s;
}

/*===================== Custom css add =====================*/

#slideshow-banner .slideshow-item img{
	width: 100%;
}










