.slideSelect,
.slideSelect * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.slideSelect {
  position: relative;
}
.slideSelect .ss-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.slideSelect .ss-container .ss-options {
  margin: 0;
  padding: 0;
  position: absolute;
  list-style: none;
}
.slideSelect .ss-container .ss-options .ss-option {
  float: left;
  cursor: pointer;
  overflow: hidden;
}
.slideSelect .ss-navigation span {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.slideSelect.vertical .ss-option {
  float: none;
}
.dark-theme.slideSelect {
  padding: 0 30px;
}
.dark-theme.slideSelect .ss-option {
  padding: 10px 5px;
  text-align: center;
}
.dark-theme.slideSelect .ss-option img {
  max-width: 128px;
  height: auto;
}
.dark-theme.slideSelect .ss-option h4 {
  font-size: 10px;
}
.dark-theme.slideSelect .ss-option p {
  font-size: 8px;
  text-align: left;
}
.dark-theme.slideSelect .ss-option.active {
  border-radius: 4px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  background: #464241;
  color: #ededed;
}
.dark-theme.slideSelect .ss-navigation span {
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background: url('../images/arrows-dark.png') no-repeat;
}
.dark-theme.slideSelect .ss-navigation span.ss-prev {
  left: 0;
  background-position: 0 0;
}
.dark-theme.slideSelect .ss-navigation span.ss-prev:hover {
  background-position: 0 -30px;
}
.dark-theme.slideSelect .ss-navigation span.ss-prev:active {
  background-position: 0 -60px;
}
.dark-theme.slideSelect .ss-navigation span.ss-next {
  right: 0;
  background-position: -60px 0;
}
.dark-theme.slideSelect .ss-navigation span.ss-next:hover {
  background-position: -60px -30px;
}
.dark-theme.slideSelect .ss-navigation span.ss-next:active {
  background-position: -60px -60px;
}
.dark-theme.slideSelect.vertical {
  padding: 30px 0;
}
.dark-theme.slideSelect.vertical .ss-navigation span {
  top: auto;
  margin-top: 0;
  left: 50%;
  margin-left: -15px;
}
.dark-theme.slideSelect.vertical .ss-navigation span.ss-prev {
  top: 0;
  background-position: -30px 0;
}
.dark-theme.slideSelect.vertical .ss-navigation span.ss-prev:hover {
  background-position: -30px -30px;
}
.dark-theme.slideSelect.vertical .ss-navigation span.ss-prev:active {
  background-position: -30px -60px;
}
.dark-theme.slideSelect.vertical .ss-navigation span.ss-next {
  bottom: 0;
  background-position: -90px 0;
}
.dark-theme.slideSelect.vertical .ss-navigation span.ss-next:hover {
  background-position: -90px -30px;
}
.dark-theme.slideSelect.vertical .ss-navigation span.ss-next:active {
  background-position: -90px -60px;
}
.light-theme.slideSelect {
  padding: 0 30px;
}
.light-theme.slideSelect .ss-option {
  padding: 5px;
  text-align: center;
}
.light-theme.slideSelect .ss-option img {
  max-width: 128px;
  max-height: 72px;
}
.light-theme.slideSelect .ss-option h4 {
  font-size: 12px;
}
.light-theme.slideSelect .ss-option p {
  font-size: 10px;
  text-align: left;
}
.light-theme.slideSelect .ss-option.active {
  background: #fdfdfa;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.light-theme.slideSelect .ss-navigation span {
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background: url('../images/arrows-light.png') no-repeat;
}
.light-theme.slideSelect .ss-navigation span.ss-prev {
  left: 0;
  background-position: 0 0;
}
.light-theme.slideSelect .ss-navigation span.ss-next {
  right: 0;
  background-position: -30px 0;
}
.light-theme.slideSelect.vertical {
  padding: 30px 0;
}
.light-theme.slideSelect.vertical .ss-navigation span {
  top: auto;
  margin-top: 0;
  left: 50%;
  margin-left: -15px;
}
.light-theme.slideSelect.vertical .ss-navigation span.ss-prev {
  top: 0;
  background-position: 0 -30px;
}
.light-theme.slideSelect.vertical .ss-navigation span.ss-next {
  bottom: 0;
  background-position: -30px -30px;
}
.modern-theme.slideSelect {
  padding: 0 30px;
}
.modern-theme.slideSelect .ss-option {
  padding: 5px;
  text-align: center;
}
.modern-theme.slideSelect .ss-option img {
  height: 100%;
}
.modern-theme.slideSelect .ss-option h4 {
  font-size: 14px;
  padding-bottom: 10px;
}
.modern-theme.slideSelect .ss-option p {
  font-size: 12px;
}
.modern-theme.slideSelect .ss-option.active {
  border: 2px dotted #c94e28;
  background: rgba(202, 78, 40, 0.1);
}
.modern-theme.slideSelect .ss-navigation span {
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background: url('../images/arrows-modern.png') no-repeat;
}
.modern-theme.slideSelect .ss-navigation span.ss-prev {
  left: 0;
  background-position: 0 0;
}
.modern-theme.slideSelect .ss-navigation span.ss-next {
  right: 0;
  background-position: -30px 0;
}
.modern-theme.slideSelect.vertical {
  padding: 30px 0;
}
.modern-theme.slideSelect.vertical .ss-navigation span {
  top: auto;
  margin-top: 0;
  left: 50%;
  margin-left: -15px;
}
.modern-theme.slideSelect.vertical .ss-navigation span.ss-prev {
  top: 0;
  background-position: 0 -30px;
}
.modern-theme.slideSelect.vertical .ss-navigation span.ss-next {
  bottom: 0;
  background-position: -30px -30px;
}
.custom-modern-theme.slideSelect {
  padding: 0 30px;
}
.custom-modern-theme.slideSelect .ss-option {
  padding: 5px;
}
.custom-modern-theme.slideSelect .ss-option img {
  height: 100%;
  float: left;
  padding-right: 10px;
}
.custom-modern-theme.slideSelect .ss-option h4 {
  font-size: 14px;
  padding-bottom: 10px;
}
.custom-modern-theme.slideSelect .ss-option p {
  font-size: 12px;
}
.custom-modern-theme.slideSelect .ss-option.active {
  border: 2px dotted #c94e28;
  background: rgba(202, 78, 40, 0.1);
}
.custom-modern-theme.slideSelect .ss-navigation span {
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background: url('../images/arrows-modern.png') no-repeat;
}
.custom-modern-theme.slideSelect .ss-navigation span.ss-prev {
  left: 0;
  background-position: 0 0;
}
.custom-modern-theme.slideSelect .ss-navigation span.ss-next {
  right: 0;
  background-position: -30px 0;
}
.custom-modern-theme.slideSelect.vertical {
  padding: 30px 0;
}
.custom-modern-theme.slideSelect.vertical .ss-navigation span {
  top: auto;
  margin-top: 0;
  left: 50%;
  margin-left: -15px;
}
.custom-modern-theme.slideSelect.vertical .ss-navigation span.ss-prev {
  top: 0;
  background-position: 0 -30px;
}
.custom-modern-theme.slideSelect.vertical .ss-navigation span.ss-next {
  bottom: 0;
  background-position: -30px -30px;
}
.modern-theme.slideSelect {
  padding: 0 30px;
}
.modern-theme.slideSelect .ss-option {
  padding: 5px;
  text-align: center;
}
.modern-theme.slideSelect .ss-option img {
  height: 100%;
}
.modern-theme.slideSelect .ss-option h4 {
  font-size: 14px;
  padding-bottom: 10px;
}
.modern-theme.slideSelect .ss-option p {
  font-size: 12px;
}
.modern-theme.slideSelect .ss-option.active {
  border: 2px dotted #c94e28;
  background: rgba(202, 78, 40, 0.1);
}
.modern-theme.slideSelect .ss-navigation span {
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background: url('../images/arrows-modern.png') no-repeat;
}
.modern-theme.slideSelect .ss-navigation span.ss-prev {
  left: 0;
  background-position: 0 0;
}
.modern-theme.slideSelect .ss-navigation span.ss-next {
  right: 0;
  background-position: -30px 0;
}
.modern-theme.slideSelect.vertical {
  padding: 30px 0;
}
.modern-theme.slideSelect.vertical .ss-navigation span {
  top: auto;
  margin-top: 0;
  left: 50%;
  margin-left: -15px;
}
.modern-theme.slideSelect.vertical .ss-navigation span.ss-prev {
  top: 0;
  background-position: 0 -30px;
}
.modern-theme.slideSelect.vertical .ss-navigation span.ss-next {
  bottom: 0;
  background-position: -30px -30px;
}
