/*  CSS Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent
}

html, body {
    min-height: 100%;
}

body {
    background: #000;
    color: #8f8e8f;
    line-height: 1;
    font-family: Verdana, serif;
    font-size: 11px;
    width: 100%;

}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearFloat {
    clear: both;
    float: none;
    height: 0px;
    width: 0px;
    display: inline;
    overflow: hidden;
}

/*End Reset*/
/*FONT-FACE*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 12, 2010 */

@font-face {
	font-family: 'Prelo';
	src: url('http://casino.winner.com/style/fonts/prelo-bold_italic-webfont.eot');
	src: local('☺'), url('http://casino.winner.com/style/fonts/prelo-bold_italic-webfont.woff') format('woff'), url('http://casino.winner.com/style/fonts/prelo-bold_italic-webfont.ttf') format('truetype'), url('http://casino.winner.com/style/fonts/prelo-bold_italic-webfont.svg#webfontcHV3ZB7O') format('svg');
	font-weight: normal;
	font-style: normal;
}
.font_prelo {
    font: 2em / 40px "Prelo";
    text-shadow: 2px 2px 2px #3c0001;
}

/*Alertpop*/
#alertpop {
    position: absolute;
    top: 300px;
    left: -9999px;
    z-index: 100;
    height: 119px;
    width: 375px;
    padding: 0;
    background: url(/tpl/wic/shared/images/downloadpopbg.jpg) left top no-repeat;
    text-align: center;
}

#ap_closebtt {
    width: 16px;
    height: 14px;
    float: right;
    margin: 4px 5px 0 0;
}

#ap_dlok {
    margin: 0 20px 0 0;
}

#alertpop h4 {
    text-align: left;
    font: bold 12px tahoma, verdana, san-serif;
    color: #fff;
    cursor: move;
    overflow: hidden;
    margin: 5px 0 25px 10px;
    width: 340px;
    float: left;
}

#alertpop h5 {
    text-align: left;
    clear: both;
    margin: 0 0 15px 50px;
    color: #000;
    font: 11px tahoma, verdana, sans-serif;
    z-index: 102;
}

/*End Alertpop*/

/*Begin Layout*/
#index {
    background: url(/tpl/wic/shared/images/bg.png) left bottom repeat-x #000;
}

#index .main_bg {
    background: url(/tpl/wic/shared/images/main_bg.jpg) no-repeat center 123px;
}

#wrap {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#index #wrap {
    width: 940px;
}

#header, #header_404 {
    overflow: hidden;
    padding-top: 12px;
    width: 960px;
    position: relative;
}

#index #header, #index #header_404 {
    width: 940px;
}

#logo {
    float: left;
    margin-top: 12px;
    clear: both;
}

#index h1 {
    font-size: 10px;
    padding-top: 3px;
    margin-left:5px;
}

/* Begin Langs */
#langs {
    float: right;

    font-size: 10px;
    font-weight: bold;
    line-height: 11px;
    padding-left: 10px;
    position: relative;

}

#langs li {
    float: left;
    color: #fff;
    border-left: 1px solid #777;
    padding: 0 8px;
    text-transform: capitalize;
}

#langs li a {
    color: #fff;
    display: block;
    width: 18px;
    height: 10px;
    background: url(/tpl/wic/shared/images/flags/flags_sprite.gif) no-repeat;
    text-indent: -9999px;
    border: 1px solid #939393;
}

#langs .en a {background-position: -261px -1px;}
#langs .da a {background-position: -21px -1px;}
#langs .de a {background-position: -41px -1px;}
#langs .es a {background-position: -61px -1px;}
#langs .fr a {background-position: -81px -1px;}
#langs .it a {background-position: -101px -1px;}
#langs .nl a {background-position: -121px -1px;}
#langs .pl a {background-position: -141px -1px;}
#langs .pt a {background-position: -161px -1px;}
#langs .ro a {background-position: -181px -1px;}
#langs .ru a {background-position: -201px -1px;}
#langs .sr a {background-position: -221px -1px;}
#langs .sv a {background-position: -241px -1px;}
#langs .uk a {background-position: -261px -1px;}
#langs .cz a {background-position: -281px -1px;}
#langs .no a {background-position: -319px -1px;}
#langs .fi a {background-position: -338px -1px;}

#langs li a:hover {
    color: #9b000d;
}

#langs li.current {
    padding-left: 19px;
    background: url("/tpl/wic/shared/images/langs_arr.gif") no-repeat 9px 2px;
    border-left:0px none;
}

#langs li.opened {
    background: url("/tpl/wic/shared/images/langs_arr.gif") no-repeat 9px bottom !important;
}

#langs #toggle {
    position: absolute;
    z-index: 11;
    left: 7px;
    top: 4px;
    width: 10px;
    height: 10px;
}

#langs dd.items {
    display: block;
    width: 98px;
    background: url(/tpl/wic/shared/images/langs_bg.png) left bottom no-repeat;
}

#langs dd ul {
    background: url(/tpl/wic/shared/images/langs_open_bg.png) left top repeat-y #202020;
    position: relative;
    top: -4px;
}

#langs dd ul li {
    height: 20px;
    line-height: 20px;
    border-top: 1px solid #000;
}

#langs dd ul li.seperator {
    height: 5px;
    line-height: 0;
    font-size: 0;
    background: url(/tpl/wic/shared/images/langs_seperator.png) left top no-repeat;
    border: none;
}

#langs dd ul li.first {
    border: none;
}

#langs dd ul li a {
    color: #8f9090;
    text-decoration: none;
    display: block;
    width: 98px;
    text-indent: 27px;
    line-height: 20px;
}

#langs dd ul li a img {
    margin-right: 5px;
}

#langs dd ul li a:hover {
    color: #fff;
}

/* End Langs */

/*Begin Brand Menu*/
#brandmenu {
    position: absolute;
    top: 50px;
    right: 0;
    overflow: hidden;
    padding-left: 69px;
    height: 30px;
    z-index:1000;
}

#brandmenu li {
    float: left;
    line-height: 34px;
    margin-left: 15px;
    height: 30px;
}

#brandmenu li a {
    float: left;
    display: block;
    width: 65px;
    height: 30px;
    overflow: hidden;
    text-indent: -5000px;

}

#brandmenu li a.home {
    background-position: -9px -65px !important;
}

#brandmenu li a.home:hover {
    background-position: -9px -35px !important;
}

#brandmenu li a.casino {
    background-position: -80px -5px !important;
}

#brandmenu li a.poker {
    background-position: -168px -65px !important;
}

#brandmenu li a.poker:hover {
    background-position: -168px -35px !important;
}

.ru #brandmenu li a {
    width: 74px !important;
}

.ru #brandmenu li a.home {
    background-position: -9px -65px !important;
    width: 74px !important;
}

.ru #brandmenu li a.home:hover {
    background-position: -9px -36px !important;
    width: 74px !important;
}

.ru #brandmenu li a.casino {
    background-position: -92px -5px !important;
}

.ru #brandmenu li a.poker {
    background-position: -189px -65px !important;
    width: 54px !important;
}

.ru #brandmenu li a.poker:hover {
    background-position: -189px -36px !important;
    width: 54px !important;
}


/*End Brand Menu*/

/*Begin Main Menu*/
#mainmenu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}

#mainmenu ul li {
    width: 100%;
}

#mainmenu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

#mainmenu li {
    float: left;
    position: relative;
    z-index: 90;
}

#mainmenu a {
    display: block;
    position: relative;
}

#mainmenu li:hover ul,
#mainmenu li.sfHover ul {
    left: 0;
    top: 26px; /* match top ul list item height */
    z-index: 99 !important;
    background: #b2b2b2;
}

ul#mainmenu li:hover li ul,
ul#mainmenu li.sfHover li ul {
    top: -999em;
    z-index: 1000;
}

ul#mainmenu li li:hover ul,
ul#mainmenu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
    z-index: 1001;
}

ul#mainmenu li li:hover li ul,
ul#mainmenu li li.sfHover li ul {
    top: -999em;
    z-index: 1002;
}

ul#mainmenu li li li:hover ul,
ul#mainmenu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
    z-index: 1003;
}

/*Visual for Superfish*/
#mainmenu {
    clear: both;
    margin-bottom: 12px;
    line-height: 28px;
    height: 29px;
    position: relative;
    margin-top: 6px;
    z-index: 10;
    background: url(/tpl/wic/shared/images/mainmenu_bg.png) repeat-x;
}

#mainmenu li a {
    padding: 0 10px 0 14px;
    height: 29px;
    line-height: 28px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-decoration: none;

}

#mainmenu a, #mainmenu a:visited {
/* visited pseudo selector so IE6 applies text colour*/
    color: #000;
}

#mainmenu li ul li a:visited {
    color: #000;
}

#mainmenu li {
/*background: #BDD2FF;*/
}

#mainmenu li li {
    background: #AABDE6;
}

#mainmenu li li li {
    background: #9AAEDB;
}

#mainmenu li:hover, #mainmenu li.sfHover {

    background-color: #b2b2b2;

    color: #000;
    outline: 0;
}

#mainmenu li:hover, #mainmenu li.sfHover {

}

#mainmenu li:hover a, #mainmenu li.sfHover a {

    color: #000;
}

/*No-Childs Items Style*/
#mainmenu li.single:hover, #mainmenu li.sfHover.single {

}

#mainmenu li.single:hover a, #mainmenu li.sfHover.single a, #mainmenu li.sfHover.single a:hover {

    color: #000;

}

/*End No-Childs Items Style*/
#mainmenu li:hover ul li a, #mainmenu li.sfHover ul li a {
    background: none;
}

/*Drop-down lists*/
#mainmenu li:hover ul, #mainmenu li.sfHover ul {
    width: 175px;
    border-top: 1px solid #aeaeae;
    z-index: 1000;
}

#mainmenu li:hover ul li.last, #mainmenu li.sfHover li.last {

    border-bottom: none !important;
}

#mainmenu li:hover ul li, #mainmenu li.sfHover ul li {
    background: none;

}

#mainmenu li ul li a {
    color: #3f3f3f;
    font-size: 11px;
    font-weight: normal;
}

#mainmenu li ul li a:hover {
    color: #be0000;
}

/*Superfish Arrows*/
/*** arrows **/
#mainmenu a.sf-with-ul {

    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
    position: absolute;
    display: none;
    right: .75em;
    top: 1.05em; /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url(/tpl/wic/shared/images/mainmenu/arrows-ffffff.png) -10px -100px no-repeat; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {
/* give all except IE6 the correct values */
    top: .8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#mainmenu ul .sf-sub-indicator {
    background-position: -10px 0;
}

#mainmenu ul a > .sf-sub-indicator {
    background-position: 0 0;
}

/* apply hovers to modern browsers */
#mainmenu ul a:focus > .sf-sub-indicator,
#mainmenu ul a:hover > .sf-sub-indicator,
#mainmenu ul a:active > .sf-sub-indicator,
#mainmenu ul li:hover > a > .sf-sub-indicator,
#mainmenu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*End Main Menu*/
#content {
    overflow: hidden;
}

/* Skin and Gallery*/
#main {
    position: relative;
    z-index: 1;
    background-color: #000;
    height: 363px;
    border: 1px solid #555555;
}

#view_gallery {
    position: absolute;
    left: 20px;
    top: 305px; /*320*/
    z-index: 100;
    cursor: pointer;
    background: url(/tpl/wic/shared/images/view_gallery_bg.png) no-repeat;
    width: 200px;
    height: 39px;
    overflow: hidden;
    line-height: 150%;
    color: #000;
}

#view_gallery p {
    padding: 3px 0 0 52px;
}

/*#view_gallery:hover {*/
/*color:#fff;*/
/*}*/
/*#view_gallery.active {*/
/*background-position: 0 -82px;*/
/*line-height: 35px;*/
/*}*/
/*#switcher.active:hover {*/
/*background-position: 0 -123px;*/
/*}*/
#view_gallery strong {
    display: block;
    margin-top: 20px;
}

#visual {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 0;
    display: block;
    width: 940px;
    height: 240px;
    margin: 0 auto;
}

#main .left, #main .right {
    position: absolute;
    top: 60px;
    display: block;
    width: 10px;
    height: 13px;
    text-indent: -9999px;
    z-index: 10;
}

#gallery .left {
    left: 0;
    background-position: left bottom;
}

#gallery .right {
    right: 0;
    background-position: left top;
}

#c_wrapper {
    background: #000;
    width: 900px !important;
}

.infobox h4 {
    text-transform: uppercase;
    float: left;
    width: 150px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    color: #fff;
}

.infobox p {
    clear: both;
    line-height: 130%;
    margin-bottom: 5px;
    font-size: 10px;
}

.infobox p.links {
/*position: absolute;*/
/*left: 0;*/
/*bottom: 0;*/
/*padding-left: 5px;*/
    padding: 10px 0 2px;
}

.infobox  a {
    display: block;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 150%;
}

.infobox  a:hover {
    text-decoration: underline;
}

.infobox  a.red {
    color: #f00;
}

.infobox .closeme {
    display: block;
    float: right;
    width: 14px;
    height: 14px;
    background: url(/tpl/wic/shared/images/closeme.gif) left top no-repeat;
    cursor: pointer;
}

/*End Skin and Gallery*/

/*Begin Visuals*/
#promobox {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: center;
    display: block; /*width: 250px;*/
}

/*#main #download_button {
	display:block;
	width:180px;
	height:75px;
	text-indent:-9999px;
	margin:18px auto 0 auto;

}
#main #download_button:hover{
    background-position:0% bottom;
}*/
.bonus_box {
    display: block;
    margin-bottom: 10px; /*width: 245px;*/
    color: #fff;
    text-decoration: none;
    text-align: center;
    font: 4.2em / 0.7em "Prelo";
    text-shadow: 2px 2px 2px #000;
}

#main #download_button {
    background-image: url('/tpl/wic/shared/images/download.jpg');
    background-position: 0% top;
    display: inline-block; /*width:180px;*/
    height: 80px;
    margin: 0 auto 0 auto;
    text-transform: lowercase;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    clear: both;
    padding-left: 10px;
    white-space: nowrap;
}

#main #download_button:hover {
    background-position: 0% -80px;
    cursor: pointer;
}

#main #download_button span {
    background-image: url('/tpl/wic/shared/images/download.jpg');
    background-position: right top;
    display: block;
    height: 100%;
    padding-right: 10px;
}

#main #download_button:hover span {
    background-image: url('/tpl/wic/shared/images/download.jpg');
    background-position: right -80px;
}

#more {
    color: #c80000;
    text-transform: capitalize;
    text-decoration: none;
}

#more:hover {
    text-decoration: underline;
}

/*End Skin and Visuals*/

/*Begin Share It*/
#index #share {
    position: absolute;
    right: 0;
    top: 30px;
}

#share {
    height: 20px;
    overflow: hidden;
    background: url(/tpl/wic/shared/images/share_bg.gif) right top repeat-x;
}

#share .toggle {
    padding-left: 20px;
    background: url(/tpl/wic/shared/images/share_arrows.gif);
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
}

#share .toggle img {
    padding-right: 2px;
    background: url(/tpl/wic/shared/images/share_pipe.gif) right center no-repeat;
}

#share #icons {
    float: left;
}

#share #icons li {
    padding: 4px 5px;
    background: none;
    margin: 0;
}

#share * {
    float: left;
}

/*End Share It*/
/*Begin ticker*/
#jackpot_ticker {
    text-align: center;
    background: transparent url('/tpl/wic/shared/images/ticker_bg.gif');

    padding: 8px 0;
    margin-top: 20px;
    position: relative;
}

#jackpot_ticker img {
    margin-top: 6px;
    vertical-align: top;
}

/*End ticker*/
/*Begin Home Page Tabs*/
.tabs_box {
    width: 480px;
    margin: 20px 0;
    float: left;
    color: #FFFFFF;
}

.tabs_box .tabs {
    width: 480px;
    height: 25px;
    background: url(/tpl/wic/shared/images/tabs_line.gif) right bottom no-repeat;
}

.tabs_box .tabs li {
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 3px;
    margin-left: 5px;
    background-color: transparent;
}

.tabs_box .tabs li a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.tabs_box .tabs li a span {
    padding: 0 5px;
    min-width: 150px;
}

.tabs_box .tabs li.ui-state-default, .tabs_box .tabs li.ui-state-active, .tabs_box .tabs li.ui-state-default a, .tabs_box .tabs li.ui-state-default a span, .tabs_box .tabs li.ui-state-active a, .tabs_box .tabs li.ui-state-active a span {
    background-image: url(/tpl/wic/shared/images/tabs.gif);
}

.tabs_box .tabs li.ui-state-default {
    background-position: left 0;
    background-repeat: no-repeat;
}

.tabs_box .tabs li a, .tabs_box .tabs li a span {
    display: block;
    height: 25px;
    cursor: pointer;
}

.tabs_box .tabs li.ui-state-default a span {
    background-position: left -25px;
    background-repeat: repeat-x;
}

.tabs_box .tabs li.ui-state-default a {
    background-position: right -50px;
    background-repeat: no-repeat;
    padding-right: 3px;
    color: #666;
}

.tabs_box .tabs li.ui-state-hover a {
    color: #aaa;
}

.tabs_box .tabs li.ui-state-active {
    background-position: left -75px;
    background-repeat: no-repeat;
}

.tabs_box .tabs li.ui-state-active a span {
    background-position: left -100px;
    background-repeat: repeat-x;
}

.tabs_box .tabs li.ui-state-active a {
    background-position: right -125px;
    background-repeat: no-repeat;
    padding-right: 3px;
    color: #fff;
}

.tabs_box .ui-tabs-hide {
    display: none;
}

#promos, #fair, #winnersbox, #vipclub {
    height: 150px;
    overflow: hidden;
    clear: both;
    line-height: 1.3;
}

#fair h3, #promos h3, #winnersbox h3, #vipclub h3, #fair h4, #vipclub h4, #winnersbox h4, #vipclub h4 {
    line-height: 1;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}

#fair a, #vipclub a {
    color: #fff;
}

/*Begin Carousel*/
#promos {
    width: 440px;
    overflow: hidden;
    color: #fff;
}

#promos ul {
    width: 400px;
    height: 150px;
    overflow: hidden;
}

#promos ul li {
    width: 440px;
    min-height: 120px;
    margin: 15px;
}

#promos ul li h4 {
    margin-bottom: 5px;
    font-size: 12px;
}

#promos ul li img {
    float: right;
}

#promos ul li p {
    line-height: 130%;
    margin-bottom: 5px;
}

#promos a {
    color: #fff;
    /*font-weight: bold;
     text-decoration: none;*/
}

#promos a:hover {
    text-decoration: none;
}

#controls {
    text-align: center;
    bottom: 0px;
    position: absolute;
    right: 200px;
    text-align: center;
    z-index: 100;
}

.next, .prev, #gallery .left, #gallery .right {
    background-image: url(/tpl/wic/shared/images/arrows.gif);
    background-repeat: no-repeat;
    line-height: 15px;
    padding: 1px 0 0 0;
}

.next {
    background-position: right top;
    padding-right: 15px;
}

.prev {
    background-position: left bottom;
    padding-left: 15px;
}

#fair, #vipclub {
    color: #fff;
    padding: 15px;
    line-height: 1.3;
}

#fair h3, #vipclub h3, #fair h4, #vipclub h4 {
    line-height: 1;
    margin-bottom: 5px;
    font-size: 12px;
}

#fair a, #vipclub a {
    color: #fff;
}

#fair img, #vipclub img {
    float: right;
    margin: 0 10px;
}

#winnersbox {
    margin: 15px;
}

#winnersbox img {
    float: right;
}

#winnersbox table img {
    float: none;
}

#winnersbox table {
    width: 260px;
}

#winnersbox table tr.odd td {
    background: #171717;
}

#winnersbox table tr td {
    width: 70px;
    line-height: 20px;
    color: #fff;
    padding-left: 3px;
}

#winnersbox table tr th {
    background: #000;
    text-align: center;
    width: 30px;
}

#winnersbox p {
    margin: 10px;
}

#winnersbox a {
    color: #fff;
    /*font-weight: bold;
        text-decoration: none;
    */
}

#winnersbox a:hover {
    text-decoration: none;
}

.box {
    width: 300px;
    float: left;
    background: #343434;
    border: 1px solid #555;
    padding: 15px 0 30px 0;
    margin-top: 20px;
    position: relative;
}
.box a{
    color:#FFF;
    text-decoration:none;
}
.box a:hover{
    text-decoration:underline;
}
.box p {
    margin: 0 30px 12px 20px;
    line-height: 14px;
}

.box h2 {
    font-size: 15px;
    color: #dedede;
    margin: 0 30px 12px 9px;
    background: url(/tpl/wic/shared/images/box_bullet.gif) 0 3px no-repeat;
    padding-left: 10px;
}

.box h2 a {
    color: #dedede;
    text-decoration: none;
}

.box h2 a:hover {
    text-decoration: underline;
}

.box .more {
    position: absolute;
    left: 20px;
    bottom: 14px;
    color: #fff;
    text-decoration: none;
}

.box .more:hover {
    text-decoration: underline;
}

#carousel {
    border: 1px solid #555;
    width: 620px;
    float: left;
    margin-right: 16px;
    margin-top: 20px;
    height: 180px;
    position: relative;
}

#promos_carousel_controls {
    position: absolute;
    top: 1px;
    left: 1px;
}

#promos_carousel_controls a {

    display: block;
    width: 144px;
    height: 59px;

}

#promos_carousel_controls a.activeSlide {
    background: url(/tpl/wic/shared/images/games_current_bg.gif) no-repeat;
}

#promos_carousel_controls img {

    margin: 3px 0 0 3px;
}

#promos_carousel {
    width: 470px;
    height: 180px;
    margin-left: 150px;
}

#promos_carousel a {
    color: #fff;
    text-decoration: none;
}

#promos_carousel a:hover {
    text-decoration: underline;
}

#promos_carousel li {

}

#promos_carousel li img {
    float: right;
    width: 230px;
}

#promos_carousel li .txt {
    float: left;
    width: 230px;
    padding-top: 25px;
}

#promos_carousel li h4 {
    font-size: 18px;
    font-style: italic;
    color: #fff;
    margin-bottom: 12px;
}

#promos_carousel li p {
    line-height: 14px;
}

#promos_carousel li .more {
    position: relative;
    top: 15px;
}

#monthly_winners {
    background: #000;
    padding-bottom: 0px;
    height: 165px;
}

/*Last winners*/

#latest_winners_box {
    margin: 0 0 0 20px;
    width: 86%;
}

#latest_winners_box th, #latest_winners_box td {
    text-align: left;
    border-bottom: 1px dotted #555555;
    padding: 4px 7px 4px 0px;
}

#latest_winners_box .last td {
    border-bottom: 0px none;
}

#vip_club {
    background: #000;
    margin: 20px 16px 0 18px;
}

#why_wager {
    width: 100%;
    padding-bottom: 3px;
    margin-bottom: 20px;
}

#bookmarks {
/*background: url(/tpl/bricks/shared/images/bookmarks_shadow.jpg) 0 50px no-repeat;*/
    clear: both;
    width: 420px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 100px;
}

#bookmarks li {
    width: 70px;
    float: left;
    position: relative;
}

#bookmarks li a {
    display: block;
    height: 72px;

}

#bookmarks .icon {
    position: absolute;
    left: 14px;
    top: 30px;
}

#bookmarks .sep {
    position: absolute;
    left: 0;
    top: 50px;
}

/*Begin Options*/
#options {
    width: 960px;
    height: 80px;
    margin: 20px auto;
}

#options li {
    float: left;
    width: 250px;
    height: 100px;
    display: inline;
    padding-left: 50px;
    margin-left: 20px;
}

#options li h5 {
    margin-bottom: 10px;
}

#options li h5 a {
    display: block;
    width: 250px;
    overflow: hidden;
    text-indent: -9999px;
}

#options li {
    background-repeat: no-repeat;
}

#options li ul li {
    background-image: none !important;
    width: auto;
    height: auto;
    padding: 0;
    float: none;
    clear: both;
}

#options li p {
    line-height: 150%;
}

#options .p1 strong {
    display: block;
    clear: both;
}

#options li.p3 {
    padding-left: 60px;
    width: 240px;
}

#options li.p1 {
    background-position: 0 0;
}

#options li.p2 {
    background-position: 0 -100px;
}

#options li.p3 {
    background-position: 0 -200px;
}

/*End Options*/
/*Begin Bottom Menu*/
#bottom_menu {
    clear: both;
    width: 960px;
    margin: 0 auto;
    text-align: center;
    margin-top: 0;
    position: relative;
    z-index: 2;
}

#bottom_menu li {
    display: inline;
    padding: 0 10px;
}

#bottom_menu li a {
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}

#bottom_menu li a:hover {
    text-decoration: underline;
}

/*End Bottom Menu*/
#icons_holder {
    width: 875px;
    overflow: hidden;
    margin: 17px auto 11px;
}

/*Begin Summary*/
#summary {
    width: 960px;
    margin: 15px auto;
    padding-top: 10px;
    background: url(/tpl/wic/shared/images/summary_seperator.png) center top no-repeat;
    overflow: hidden;
}

#summary p {
    text-align: center;
    padding: 0 20px;
    line-height: 13px;
}

#summary ul {
    background: url(/tpl/wic/shared/images/summary_seperator.png) center bottom no-repeat;
    overflow: hidden;
}

#summary li {
    float: left;
    width: 245px;
    background-image: url(/tpl/wic/shared/images/summary_icons.jpg);
    background-repeat: no-repeat;
    padding: 0 10px 10px 65px;
    line-height: 120%;
}

#summary li.dices {
    background-position: -114px 0;
}

#summary li.cards {
    background-position: -57px -44px;
}

#summary li.token {
    background-position: 0 -88px;
}

#summary li strong {
    display: block;
    margin-bottom: 20px;
}

/*End Summary*/
/*Begin Symbols*/
#symbols {
    width: 658px;
    float: left;
    line-height: 60px;
    height: 30px;
    padding: 6px 0 0;
    overflow: hidden;
}

#symbols li {
    float: left;
    height: 23px;
    padding: 0 12px 0 13px;
    border-left: 1px solid #666;
    margin-left: -1px;
}

#symbols li a {
    display: block;
    height: 29px;
    position: relative;
    top: -3px;
    background: transparent url(/tpl/wic/shared/images/bg_credits.png) no-repeat;
}

#symbols #playtech {
    width: 64px;
    background-position: 0 0;
}

#symbols #playtech:hover {
    background-position: 0 -30px;
}

#symbols #resp_gaming {
    width: 80px;
    background-position: 0 -60px;
}

#symbols #resp_gaming:hover {
    background-position: 0 -90px;
}

#symbols #winner_aff {
    width: 74px;
    background-position: 0 -120px;
}

#symbols #winner_aff:hover {
    background-position: 0 -150px;
    cursor: pointer;
}

#symbols #tst {
    width: 88px;
    background-position: 0 -180px;
}

#symbols #tst:hover {
    background-position: 0 -210px;
}

#symbols #antigua {
    width: 103px;
    background-position: 0 -240px;
}

#symbols #antigua:hover {
    background-position: 0 -270px;
}

#symbols #safe_secure {
    width: 53px;
    background-position: 0 -300px;
}

#symbols #safe_secure:hover {
    background-position: 0 -330px;
}

#symbols #over_18 {
    width: 17px;
    background-position: 0 -360px;
}

#symbols #over_18:hover {
    background-position: 0 -390px;
}

/*End Symbols*/

/* Payment Options */
#payment_options_text {
    float: right;
    margin: 0 7px;
}

#p_o {
    float: right;
}

#p_o #p_o_next, #p_o #p_o_prev {
    background: url(/tpl/wic/shared/images/payment_options_arrows.gif) left top no-repeat;
    width: 8px;
    height: 14px;
    position: relative;
    top: 3px;
    text-indent: -9999px;
    cursor: pointer;
}

#p_o #p_o_next {
    background-position: left bottom;
}

#p_o li {
    float: left;
    width: 93px;
    height: 20px;
}

#p_o_carousel {
    margin: 0 7px;
}

/*Begin Copyrights*/
#copy {
    width: 960px;
    margin: 0 auto;
    color: #6a6a6a;
    font-size: 10px;
    padding-bottom: 20px;
}

#copy p {
    line-height: 150%;
    margin-bottom: 15px;
    text-align: center;
}

#copy .copy {
    text-align: center;
}

.copy a {
    color: #fff;
    text-decoration: none;
}

/*End Copyrights*/

/*NEW GALLERY*/

/* ImageFlow Settings
==================================== */

.imageflow {
    overflow: hidden;
    position: relative;
    text-align: left;
    visibility: hidden;
    width: 100%;
    height: 300px;
    margin: 10px 0 0 -10px;
}

.imageflow img {
    border: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    -ms-interpolation-mode: bicubic; /* Enables bicubic image resampling for the IE7 */
}

.imageflow p {
    margin: 0 auto;
    text-align: center;
}

.imageflow .loading {
    border: 1px solid white;
    height: 15px;
    left: 50%;
    margin-left: -106px;
    padding: 5px;
    position: relative;
    visibility: visible;
    width: 200px;
}

.imageflow .loading_bar {
    background: #fff;
    height: 15px;
    visibility: visible;
    width: 1%;
}

.imageflow .navigation {
    z-index: 10000;
    margin: 10px 0 0 -13px;
}

.imageflow .caption {
    font-weight: bold;
    position: relative;
    text-align: center;
    z-index: 10001;
}

.imageflow .scrollbar {
    border-bottom: 1px solid #b3b3b3;
    position: absolute;
    bottom: 35px;
    visibility: hidden;
    z-index: 10002;
    height: 1px;
}

.imageflow .slider {
    background: url(/tpl/wic/shared/images/imageflow_slider.png) no-repeat;
    height: 14px;
    margin: -6px 0 0 -7px;
    position: absolute;
    width: 14px;
    z-index: 10003;
}

.imageflow .slideshow {
    cursor: pointer;
    height: 14px;
    margin: 20px 0 0 20px;
    position: absolute;
    width: 14px;
    z-index: 10003;
}

.imageflow .slideshow.pause {
    background: url(/tpl/wic/shared/images/imageflow_button_pause.png) no-repeat;
}

.imageflow .slideshow.play {
    background: url(/tpl/wic/shared/images/imageflow_button_play.png) no-repeat;
}

.imageflow .images {
    overflow: hidden;
    white-space: nowrap;
}

.imageflow .button {
    cursor: pointer;
    height: 17px;
    position: relative;
    width: 17px;
}

.imageflow .previous {
    background: url(/tpl/wic/shared/images/imageflow_button_left.png) top left no-repeat;
    margin: -7px 0 0 -30px;
    width: 100px;
    position: absolute;
}

.imageflow .next {
    background: url(/tpl/wic/shared/images/imageflow_button_right.png) top right no-repeat;
    margin: -7px -30px 0 30px;
    width: 100px;
    position: absolute;
    right: 0;
}

#imageflow_des {
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -154px;
    z-index: 10005;
    display: none;
    width: 280px;
    padding: 9px;
    background: #000;
}

#imageflow_des p {
    text-align: left
}

/*END NEW GALLERY*/

/* Skin and Gallery*/

#gallery {
    width: 960px;
    height: 363px;
    position: absolute;
    top: -10px;
}

#gallery.inactive {
    left: -9999px;
}

#gallery.active {
    display: block !important;
    left: 0;
}

#visual {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 0;
    display: block;
    width: 940px;
    height: 240px;
    margin: 0 auto;
}

#main .left, #main .right {
    position: absolute;
    w top: 60px;
    display: block;
    width: 10px;
    height: 13px;
    text-indent: -9999px;
    z-index: 10;
}

/*#gallery .left {
    left: 0;
    background-position: left bottom;
}
#gallery .right {
    right: 0;
    background-position: left top;
}*/
#c_wrapper {
    background: #000;
    width: 948px !important;
}

ul#carousel_big {
    background-color: #000;
    overflow: hidden;
    border-top: 160px solid #000;
    margin-left: 10px;
}

ul#carousel_big li {
    width: 184px !important;
    height: 165px !important;
    float: left;
    overflow: hidden;
    margin: 0 50px 0 0;
}

ul#carousel_big li img {
    cursor: pointer;
}

#carousel_big_images img, #imageflow_des {
    margin-top: 50px;
}

/*End Skin and Gallery*/

/*404*/

#p_404 {
    width: 940px;
    margin: 0 auto;
}

#content_404 {
    margin-top: 70px;
}

#message, #blocks {
    width: 548px;
    margin: 60px auto 130px;
    text-align: center;
    line-height: 1.5;
}

#message {
    width: 470px;
}

#poker_block, #casino_block {
    text-align: left;
    width: 257px;
    height: 254px;
    display: inline;
    float: left;
    background: url(/tpl/wic/shared/images/404_blocks.jpg) no-repeat right 0%;
    position: relative;
}

#casino_block {
    background-position: left 0%;
    margin-right: 34px;
}

#message h2 {
    color: red;
    font-size: 16px;
}

#message p, #message a, .more {
    color: #FFF;
}

.block_title {
    color: #fff;
    font-size: 22px;
    font-style: italic;
    font-weight: normal;
    margin: 5px 0 40px 15px;
}

.bonus_money {
    color: #fff;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    margin: 0px 0 0px 15px;
}

.bonus_money p {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
}

.bonus {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin: -5px 0 0px 15px;
}

#blocks #inner_download {
    background: url("/tpl/wic/shared/images/404_download.gif") no-repeat scroll left top transparent;
    display: block;
    height: 27px;
    margin: 10px 5px 0 15px;
    width: 143px;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 4px;
}

#blocks #inner_download:hover {
    background-position: left bottom;
}

#blocks .more {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.video {
    margin: 10px auto;
    width: 400px;
    padding: 10px;
    background-color: #ddd;
    border: 1px solid #000;
    border-width: 0 1px 2px;
}


