@charset "utf-8";

.bxslider-title ul { 
	padding:0px; margin:0px; 
}
.bxslider-title li { 
	list-style:none; 
}
.bxslider-title img { 
	width:100%; 
}

/* bxSlider */
.bxslider-title .bx-wrapper { 
	margin-bottom:0px; 
}
.bxslider-title .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  0;
	left: 0px;
	background: #fff;
}
.bxslider-title .bx-wrapper .bx-pager {
	bottom: 5px;
}
.bx-wrapper .bx-prev {
    background: url('/_main/_main_prev.png') no-repeat ;
	width: 125px; height: 125px;
}
.bx-wrapper .bx-next {
    background: url('/_main/_main_next.png') no-repeat;
	width: 125px; height: 125px;
}
.bxslider-title .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255,255,255,0.75);
	transition: all 1.0s ease-in-out;
	transform: scale(1.2);
}
.bxslider-title .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bxslider-title .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgb(233, 27, 35);
	width:30px;
}


  .act {
     transition-duration: 2s;
     transition-timing-function: ease-in;
     transform: scale(2);
     transform-origin: center center;
     z-index: 9999999;
  }

  .act1 {
     transition-duration: 2s;
     transition-timing-function: ease-in;
     transform: scale(1);
     transform-origin: center center;
     z-index: 9999999;
  }

.bxslider li img {
  width: 100%;
  height: auto;
  /* Add the transition property for the transform */
  transition: transform 0.5s ease-in-out;
}

/* The class to be added by JavaScript for the zoom effect */
.bxslider li.zooming img {
  transform: scale(1.1); /* Zoom in by 10% */
}