<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cxslide.actions {
	width: 299px!important;
	height: 200px!important;
}

.cxslide.actions {
	margin-top: 20px;
}

.cxslide.actions .box {
	width: 299px!important;
}

.cxslide.actions ul.list {
	list-style: none!important;
	list-style-image: none!important;
}

.cxslide.actions .list li {
	width: 299px!important;
}

.cxslide.actions a {
  color: #eee;
  z-index: 99!important;
  display: block;
  text-decoration: none;
  height: 200px!important;
  cursor: pointer!important;
}

.cxslide.actions .list img { vertical-align: top; margin: 0;}

.cxslide.actions .list p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  color: #eee;
  font: 12px/24px;
  text-indent: 12px;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
  background: rgba(0,0,0,0.6);
}

.cxslide.actions .btn {
  overflow: hidden;
  position: absolute;
  z-index: 99;
  top: 25px;
  right: 25px;
  border: none!important;
  box-shadow: none!important;
  cursor: default!important;
}

.cxslide.actions .btn li {
  float: left;
  width: 14px;
  height: 14px;
  margin: 0 0 0 10px;
  border-radius: 50%;
  border: 2px solid #666;
  background: #ccc;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  list-style-type: none;
  z-index: 99;
}

.cxslide.actions .btn .selected {
  background: #333;
}

.cxslide.actions .minus,
.cxslide.actions .plus {
  position: absolute;
  top: 45%;
  width: 32px;
  height: 38px;
  background-image: url(img/control_actions.png);
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
  z-index: 99;
}

.cxslide.actions .minus {
  left: 10px;
  background-position: 0 0;
}

.cxslide.actions .plus {
  right: 10px;
  background-position: -32px 0;
}

.cxslide.actions .minus:hover { background-position: 0 -38px; }

.cxslide.actions .plus:hover { background-position: -32px -38px; }</pre></body></html>