@charset "UTF-8";

.bx-wrapper
{
	width: 480px;
  margin:60px auto;
}
.bx-wrapper .bx-pager
{
	position: absolute;
	bottom: -30px;
}

.bx-wrapper .bx-controls-direction a
{
	text-indent: 0;
	color: #FFF;
	display: table-cell;
	height: 100%;
	margin-top: 0px;
	position: absolute;
	top: 0;
	vertical-align: middle;
	background-color: #000;
  background-position: center center;
	text-indent: -9999px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.bx-wrapper .bx-controls-direction a.bx-prev
{
	background-image: url("../img/prev.png");
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover
{
  background-position: center center;
  opacity: 1;  
  filter: alpha(opacity=100);
}

.bx-wrapper .bx-controls-direction a.bx-next
{
	background-image: url("../img/next.png");
}
.bx-wrapper .bx-controls-direction a.bx-next:hover
{
  background-position: center center;
  opacity: 1;
  filter: alpha(opacity=100);
}
