@import url(https://fonts.googleapis.com/css?family=Sansita+One);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,400);
html {
  background-color: #bbb;
  margin: 0;
  height: 100%;
  background-image: url("../themes/skatinsel/assets/img/bg.jpg");
  background-repeat: repeat;
  background-position: 0 top; }

body {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  min-height: 100%;
  color: #494640;
  font-family: 'Open Sans', sans-serif; }

button {
  border: 0;
  cursor: pointer; }

button:focus, textarea:focus, input:focus, select:focus {
  outline: 0; }

div#wrapper {
  min-height: 100%;
  position: relative; }

div#main {
  width: 1029px;
  margin: 0 auto;
  padding-bottom: 310px; }

div {
  box-sizing: border-box; }

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

h1, h2 {
  text-align: center; }

ul.nolist {
  list-style: none; }

.left {
  float: left; }

.right {
  float: right; }

@font-face {
  font-family: BelweBT;
  src: url('../themes/skatinsel/assets/fonts/BelweBdBTBold.otf');
  font-weight: 600; }

.sansita {
  color: white;
  font-family: 'Sansita One', cursive; }

.openSans {
  color: white;
  font-family: 'Open Sans', sans-serif; }

.belweBT {
  font-family: 'BelweBT'; }

.withShadow {
  text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black; }

div#main hr {
  background: url("../themes/skatinsel/assets/img/hr.png") no-repeat;
  height: 35px;
  border: 0;
  clear: both; }

.patch3 div {
  display: inline-block; }

div#main h1.banner, div#main h2.banner, div#main h3.banner {
  text-align: center;
  font-size: 20px; }

div#main h1.banner .right, div#main h2.banner .right, div#main h3.banner .right {
  background: url("../themes/skatinsel/assets/img/banner.png") no-repeat -757px 0;
  width: 143px;
  height: 80px;
  padding-top: 15px;
  float: none; }

div#main h1.banner .center, div#main h2.banner .center, div#main h3.banner .center {
  background: url("../themes/skatinsel/assets/img/banner.png") 0 0;
  height: 80px;
  color: #4f2a16;
  padding: 15px 0 0 144px; }

h2.infobox {
  background-color: #fff9ad !important;
  color: #333 !important; }

h2.error {
  color: white;
  background-color: #de2b0d;
  font-size: 17px;
  line-height: 36px;
  padding: 0 10px;
  border-radius: 8px; }

button.blue, button.red, button.green {
  background: none;
  font-size: 20px; }

button.blue div, button.red div, button.green div {
  position: static !important; }

button.blue .right, button.red .right, button.green .right {
  background: url("../themes/skatinsel/assets/img/buttons.png") no-repeat -276px 0;
  width: 27px !important;
  height: 67px !important;
  line-height: 55px;
  float: none; }

button.blue .center, button.red .center, button.green .center {
  background: url("../themes/skatinsel/assets/img/buttons.png") no-repeat 0 0;
  padding-left: 26px;
  width: auto;
  height: 67px !important;
  line-height: 55px; }

button.red .right {
  background-position: -276px -240px; }

button.red .center {
  background-position: 0 -240px; }

button.green .right {
  background-position: -276px -400px; }

button.green .center {
  background-position: 0 -400px; }

button.blue.over .right {
  background-position: -276px -80px; }

button.blue.over .center {
  background-position: 0 -80px; }

button.red.over .right {
  background-position: -276px -320px; }

button.red.over .center {
  background-position: 0 -320px; }

button.green.over .right {
  background-position: -276px -480px; }

button.green.over .center {
  background-position: 0 -480px; }

button.blue.over div.icon {
  background: none; }

button.blue.disabled .right {
  background-position: -276px -160px !important; }

button.blue.disabled .center {
  background-position: 0 -160px !important; }

button.small {
  background: none;
  font-size: 16px; }

button.details {
  width: 102px; }

button.small .right {
  background: url("../themes/skatinsel/assets/img/buttons.png") no-repeat -284px -560px;
  width: 16px !important;
  height: 50px !important;
  line-height: 40px;
  float: none; }

button.small .center {
  background: url("../themes/skatinsel/assets/img/buttons.png") no-repeat 0 -560px;
  padding-left: 18px;
  width: auto !important;
  height: 50px !important;
  line-height: 40px; }

button.small.over .right {
  background-position: -284px -640px; }

button.small.over .center {
  background-position: 0 -640px; }

button.small.disabled .right {
  background-position: -284px -720px !important; }

button.small.disabled .center {
  background-position: 0 -720px !important; }

span.red {
  color: #d13d1b; }

span.green {
  color: #2a9725; }

.chatarea {
  position: absolute;
  overflow: auto;
  background: none;
  padding: 2px 7px;
  font-size: 14px;
  color: black;
  border: none;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text; }

.chatarea * {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text; }

.textbar, .playerlist {
  position: absolute; }

.textbar button, .textbar input, .textbar select {
  float: left; }

.textbar select {
  border: 1px solid #acacac;
  background-color: #efefef;
  color: #5b5b5b; }

.fancy-scrollbar {
  -webkit-overflow-scrolling: touch; }

.fancy-scrollbar::-webkit-scrollbar {
  width: 12px; }

.fancy-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.fancy-scrollbar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(137, 70, 32, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.fancy-scrollbar::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(137, 70, 32, 0.4); }

div.touricon {
  background: url(/img/common/tour_icons.jpg) 0 0;
  background-size: cover; }

.duel div.touricon {
  background-position: 0 0; }

.normal div.touricon {
  background-position: 0 25%; }

.zocker div.touricon {
  background-position: 0 50%; }

.bonus div.touricon {
  background-position: 0 75%; }

.jackpot div.touricon {
  background-position: 0 100%; }

ul.spacy {
  line-height: 28px; }

p.centered {
  width: 940px;
  margin: 10px auto; }

header img {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translate(-257px, 0) scale(0.87, 0.87);
  z-index: 10; }

header nav#main {
  background: url("../themes/skatinsel/assets/img/navbar.png") no-repeat;
  background-position: center;
  width: 100%;
  height: 112px; }

header nav#main #cont {
  width: 1029px;
  margin: 0 auto; }

header nav#main ul.left {
  width: 422px; }

header nav#main ul.left li {
  float: right;
  position: relative; }

header nav#main ul.right {
  width: 422px; }

header nav#main ul.right li {
  float: left;
  position: relative; }

header nav#main li {
  line-height: 112px;
  font-size: 20px; }

header nav#main li a {
  color: white;
  text-decoration: none;
  padding: 10px 26px;
  line-height: 40px; }

header nav#main li a:hover {
  background: rgba(52, 78, 221, 0.5);
  text-decoration: underline; }

nav#main ul ul.sub, nav#main ul ul.subsub {
  display: none;
  position: absolute;
  background-color: #2d33ab;
  z-index: 20;
  padding: 5px;
  top: 77px;
  direction: rtl;
  border: 4px solid transparent;
  -webkit-border-image: url(../themes/skatinsel/assets/img/menu_border.png) 25% round;
  -o-border-image: url(../themes/skatinsel/assets/img/menu_border.png) 25% round;
  border-image: url(../themes/skatinsel/assets/img/menu_border.png) 25% round; }

nav#main ul ul.subsub {
  margin: 0;
  left: 100%;
  top: 0; }

nav#main ul li ul.sub.toleft {
  left: auto;
  right: 0; }

nav#main ul ul.sub li, header nav#main ul#learn li ul.sub li {
  float: none;
  padding: 0;
  line-height: 20px;
  text-align: left;
  white-space: nowrap; }

nav#main ul ul.sub li a, header nav#main ul#learn li ul.sub li a {
  display: block;
  padding: 0 10px; }

header nav#main ul li:hover ul.sub {
  display: block; }

header nav#main ul.sub li:hover ul.subsub {
  display: block; }

header ul#learn {
  width: 185px !important; }

header nav#main a.button {
  display: block;
  background: url("../themes/skatinsel/assets/img/btn_nb_center.png") no-repeat 0 0;
  width: 185px;
  height: 87px;
  font-size: 20px;
  padding: 0;
  text-align: center;
  line-height: 27px;
  padding-top: 24px; }

header nav#main a.button:hover {
  background: url("../themes/skatinsel/assets/img/btn_nb_center.png") no-repeat 0 -109px;
  text-decoration: none; }

header nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

header nav ul.left {
  float: left;
  width: 400px; }

header nav ul.right {
  float: right;
  width: 400px; }

header nav#top {
  position: fixed;
  background: url("../themes/skatinsel/assets/img/nav_top.png") repeat-x;
  width: 100%;
  height: 45px;
  z-index: 160; }

header nav#top #cont {
  margin: 0 auto;
  width: 1000px;
  color: #545454; }

header nav#top ul.left li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #2f5771; }

header nav#top ul.right li {
  float: right;
  padding: 0 10px;
  border-left: 1px solid #2f5771; }

header nav#top li a {
  line-height: 38px;
  color: #72c8ff;
  text-decoration: none; }

header nav#top li a:hover {
  color: white;
  text-decoration: underline; }

header a#logout {
  margin-left: 20px; }

header #messages.new {
  background-color: #ae7616; }

header #messages a {
  display: block;
  text-decoration: none !important;
  background: url(../themes/skatinsel/assets/img/common/mail.png) no-repeat center center;
  width: 80px;
  height: 38px;
  text-align: center; }

header #messages div {
  display: inline; }

header #messages.new div {
  background-color: red;
  font-weight: bold;
  color: white;
  padding: 0 6px;
  border: 2px solid white;
  border-radius: 12px; }

header section.logged_out {
  position: relative;
  background-image: url("../themes/skatinsel/assets/img/top_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 332px;
  text-align: center; }

.home header section.logged_out {
  background-image: url("../themes/skatinsel/assets/img/top_home_bg.jpg");
  height: 718px; }

header section.logged_in {
  position: relative;
  background-image: url("../themes/skatinsel/assets/img/top_loggedin_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 382px;
  text-align: center; }

a#home {
  display: inline-block;
  background: url("../themes/skatinsel/assets/img/icon_home.png") no-repeat center center;
  width: 20px; }

a#home:hover {
  background-image: url("../themes/skatinsel/assets/img/icon_home_over.png");
  text-decoration: none !important; }

.home header img {
  top: 40px;
  left: 50%;
  transform: translate(-257px, 0); }

.dialog {
  position: fixed;
  /*visibility: hidden;*/
  display: none;
  z-index: 300;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.dlg_with_background {
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: all; }

.dialog .thedlg {
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: all; }

.dialog .head div, .dialog .foot div {
  background-image: url("../themes/skatinsel/img/common/dlg.png");
  height: 53px;
  z-index: 20; }

.dialog .foot div {
  height: 50px; }

.dialog .head div.right, .dialog .foot div.right {
  float: right;
  background-position: -700px 0;
  width: 98px; }

.dialog .foot div.right {
  background-position: -700px -84px; }

.dialog .head div.center, .dialog .foot div.center {
  background-position: 0 0;
  margin-right: 98px; }

.dialog .foot div.center {
  background-position: 0 -84px; }

.dialog .head h2 {
  position: absolute;
  color: #ffd09f;
  line-height: 52px;
  margin: 0;
  text-align: center;
  width: 100%; }

.dialog .head button {
  position: absolute;
  background: url("../themes/skatinsel/img/game/btn_close.png") no-repeat;
  width: 48px;
  height: 44px;
  right: 10px;
  top: 5px; }

.dialog .head button.over {
  background-position: 0 -60px; }

.dialog .head button#hide {
  background: url("../themes/skatinsel/img/game/btn_hide.png") no-repeat; }

.dialog .body {
  background-color: #fce8c7;
  padding: 10px;
  border-left: 7px solid #9d5e48;
  border-right: 7px solid #9d5e48;
  color: #9f5b14;
  margin: 0 5px -5px 5px;
  z-index: 10; }

.dialog .body h2 {
  margin-top: 5px; }

.dialog .body .buttons {
  text-align: center; }

.dialog .body .buttons.top-border {
  margin-top: 10px; }

.dialog .body .buttons button .center {
  min-width: 75px; }

#dlg_stats label {
  width: 200px; }

#dlg_stats p {
  color: #9f5b14;
  font-weight: normal; }

table {
  border-collapse: collapse;
  width: 100%; }

table th {
  color: #eed6be;
  border-left: 2px solid #7e3b15;
  border-right: 2px solid #7e3b15;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0; }

table thead {
  background-color: #a74e1c;
  border: 2px solid #7e3b15; }

table th {
  border-left: none;
  border-right: 2px solid #7e3b15;
  line-height: 28px; }

table.trans thead {
  background: none; }

tbody {
  color: #110702; }

tbody td {
  border: 2px solid #c1a077;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0; }

tbody td.left {
  float: none;
  text-align: left;
  padding-left: 10px; }

tbody td.right {
  float: none;
  text-align: right;
  padding-right: 10px; }

tbody tr:nth-child(even) td {
  background-color: #f2daac; }

tbody tr.selected td {
  background-color: #ddc8a6; }

tbody td small {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 4px; }

thead th small {
  display: block;
  padding: 2px 0;
  font-size: 13px;
  line-height: 16px; }

td.withbutton {
  padding-top: 6px;
  width: 120px; }

.box {
  border-radius: 8px;
  background-color: #f8efda;
  border: 1px solid #c5a77f;
  padding: 10px;
  margin: 0 25px; }

.box h2 {
  border-radius: 8px;
  background-color: #b27f47;
  color: #f8efda;
  font-size: 17px;
  line-height: 36px;
  padding: 0 10px;
  text-align: left; }

.box h2:first-child, .box p:first-child {
  margin-top: 0; }

.box h3 {
  margin-bottom: 3px; }

.box h3.subhead {
  margin: 0 0 10px 0;
  font-size: 18px; }

.box p, .box ul {
  margin-top: 0; }

.box.centered p, .box.centered h2 {
  text-align: center; }

.box.withindent {
  width: 95%;
  margin: 0 auto 20px auto;
  padding-bottom: 10px; }

div.withleftcol {
  margin: 0 25px;
  margin-left: 320px !important; }

div.leftcol {
  float: left;
  width: 285px;
  margin-left: 25px; }

div.leftcol button .center {
  width: 235px !important; }

.box.narrow {
  margin: 0 75px; }

.box.narrower {
  margin: 0 125px; }

.box.small {
  margin: 0 250px; }

.box.withpadding {
  padding: 20px; }

div.leftcol.box {
  font-size: 14px; }

div.leftcol.box.buttons {
  min-height: 200px; }

.paging {
  text-align: center;
  margin-top: 10px; }

.paging strong {
  font-size: 20px;
  margin: 0 20px; }

.paging button .center {
  width: 90px !important; }

.news {
  margin-top: 50px;
  margin-bottom: 50px; }

.news img {
  border: 2px solid #cb9f67;
  float: left;
  margin: 0 20px 20px 0; }

.news .imgwithtitle {
  width: 258px;
  float: left;
  margin: 0 20px 20px 0; }

.news .imgwithtitle img {
  margin: 0; }

.news .imgwithtitle p {
  text-align: center;
  background-color: #b27f47;
  color: #f8efda;
  margin: 0;
  font-size: 12px; }

.faqitem {
  box-shadow: 0 0.5em 0.5em -0.5em rgba(0, 0, 0, 0.3);
  margin: 0 75px;
  padding: 10px 0; }

.faqitem a {
  color: #666;
  text-decoration: none; }

h2.faq {
  text-align: left;
  margin: 5px 0;
  padding: 0 10px;
  cursor: pointer; }

h2.faq span {
  display: inline-block;
  float: right;
  background: url(../themes/skatinsel/assets/img/plusminus.png) 0 -36px;
  width: 29px;
  height: 29px;
  margin-top: 2px; }

h2.faq:hover span {
  background-position: 0 -108px; }

h2.faq.active span {
  background-position: 0 0; }

h2.faq.active:hover span {
  background-position: 0 -72px; }

.faqitem .box {
  margin: 10px 10px 0 10px; }

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: url("../themes/skatinsel/assets/img/footer_bg.png") repeat-x top;
  height: 221px;
  color: white; }

footer div#cont {
  position: relative;
  top: -40px;
  background: url("../themes/skatinsel/assets/img/footer_center_bg.png") no-repeat center 11px;
  width: 1029px;
  height: 250px;
  margin: 0 auto;
  padding-top: 96px; }

footer img {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0); }

footer nav {
  margin: 28px auto 0 auto; }

footer nav ul {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0; }

footer nav li {
  display: inline-block;
  padding: 10px; }

footer a {
  color: white;
  text-decoration: none;
  font-weight: bold; }

footer p {
  padding-top: 20px;
  clear: both;
  text-align: center; }

body {
  width: 100%;
  min-width: 1029px; }

button.playnow {
  background: url("../themes/skatinsel/assets/img/btn_playnow.png") no-repeat 0 0;
  width: 298px;
  height: 100px;
  font-size: 20px; }

button.playnow.over {
  background-position: 0 -100px; }

button#facebook {
  background: url("../themes/skatinsel/assets/img/btn_facebook.png") no-repeat 0 0;
  width: 173px;
  height: 51px;
  font-size: 20px;
  font-family: Arial, Helvetica;
  font-size: 14px;
  color: white;
  padding-left: 40px; }

div#wrapper {
  background-image: url("../themes/skatinsel/assets/img/paper.jpg");
  background-repeat: repeat-y;
  background-position: center top; }

section.text {
  position: relative;
  width: 940px;
  margin: 0 auto;
  text-align: center; }

div.splash {
  width: 940px;
  height: 540px;
  background: url("../themes/skatinsel/assets/img/splash.jpg") no-repeat; }

div.splash button {
  position: relative;
  top: 400px; }

section#social {
  position: relative;
  width: 940px;
  margin: 0 auto;
  text-align: center; }

section#social button {
  display: block;
  margin: 10px auto; }

section#social .attention {
  height: 60px;
  margin: 35px 200px 35px 200px;
  background: -moz-linear-gradient(left, rgba(181, 153, 96, 0) 0%, rgba(181, 153, 96, 0.02) 1%, rgba(181, 153, 96, 1) 50%, rgba(181, 153, 96, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(181, 153, 96, 0) 0%, rgba(181, 153, 96, 0.02) 1%, rgba(181, 153, 96, 1) 50%, rgba(181, 153, 96, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(181, 153, 96, 0) 0%, rgba(181, 153, 96, 0.02) 1%, rgba(181, 153, 96, 1) 50%, rgba(181, 153, 96, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b59960', endColorstr='#00b59960',GradientType=1);
  /* IE6-9 */ }

section#social button.playnow {
  position: relative;
  top: -20px; }

section#social .fb_container {
  width: 480px;
  height: 70px;
  margin: 50px 0 10px 0; }

section#social #sailbtns {
  float: right;
  margin-top: -37px;
  width: 200px; }

section#social #sailbtns p {
  text-align: left;
  margin-bottom: 5px; }

section#social #sailbtns a {
  float: left;
  background: url(../themes/skatinsel/assets/img/sail.png) no-repeat left top;
  width: 68px;
  height: 71px;
  display: block;
  text-decoration: none; }

section#social #sailbtns a#tw {
  background-position: -81px 0; }

section#social li {
  text-align: left; }

header section p {
  position: absolute;
  margin: 0;
  line-height: 24px;
  width: 100%;
  text-align: center; }

header section.logged_out p span {
  color: #bbc69c; }

header section.logged_out p#slogan1 {
  top: 340px; }

header section.logged_out p#slogan2 {
  top: 641px; }

header section.logged_out button.playnow {
  position: absolute;
  top: 532px;
  left: 50%;
  margin-left: -149px; }

header section.logged_out button#facebook {
  position: absolute;
  top: 670px;
  left: 50%;
  margin-left: -87px; }

.glossarlinks {
  margin-bottom: 10px !important; }

.glossarlinks a {
  font-weight: bold;
  color: #494640;
  padding: 0 7px;
  font-size: 20px;
  text-decoration: none; }

.slider-wrapper
{
	position: relative;
	text-align: center;
}

.unslider{overflow:auto;margin:0;padding:0}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel>li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px}

.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #b27f47;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #b27f47;
  cursor: default;
}

.unslider-arrow
{
	display: block;
	width: 32px;
	height: 32px;

	top: 50%;
	right: -50px;
	left: auto;
	margin-top: -16px;

	overflow: hidden;

	background: rgba(0,0,0,.2) no-repeat 50% 50%;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==');
	background-size: 7px 11px;

	border-radius: 32px;
	text-indent: -999em;

	opacity: .6;
	transition: opacity .2s;
}

.unslider-arrow:hover
{
	opacity: 1;
}

.unslider-arrow.prev
{
	left: 15px;
	right: auto;
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}