@charset "utf-8";
/* CSS Document */
#slides {
  display: none;
}

#slides .slidesjs-navigation {
	display: none;
}

.slidesjs-pagination {
	display: none;
}

.controller {
	display: table;
	width: 100%;
	margin-top: 5px;
}
.next {
	float: right;
	display: block;
	background-image: url(images/btns-next-prev_2.png);
	background-repeat: no-repeat;
	width:18px;
	height:18px;
	text-indent: -9999px;
	background-position: -18px 0;
}
.next:hover {
  background-position: -18px -18px;
  cursor: pointer;
}
.prev {
	margin-right: 10px;
	float: right;
	display: block;
	background-image: url(images/btns-next-prev_2.png);
	background-repeat: no-repeat;
	width:18px;
	height:18px;
	text-indent: -9999px;
	background-position: 0 0;
}
.prev:hover {
  background-position: 0 -18px;
  cursor: pointer;
}