#flashContent {
    position: absolute;
    top:      186px;
    left:     20px;
    z-index:  1;
}

/* Описание игры вводное */

.intro_desc {
    width:    260px;
    position: absolute;
    left:     360px;
    top:      330px;
    color:    #3a4e5f;
    z-index:  2;
}

/* Кнопка загрузить win*/
#btn_load_win {
    top:      573px;
    right:    100px;
    position: absolute;
    z-index:  2;
}

#btn_load_win span.text {
    padding-left: 50px;
}

#btn_load_win .icon {
    position:   absolute;
    background: url('/assets/images/theme/win_logo.png') no-repeat;
    width:      29px;
    height:     26px;
    left:       12px;
    top:        7px;
}

/* Кнопка открыть/закрыть intro*/

#btn_desc {
    margin:  20px 0 -40px 335px;
    width:   225px;
    float:   left;
    clear:   both;
    display: block;
    z-index: 30;
}

#btn_desc .icon.down, #btn_desc .icon.up {
    position: absolute;
    display:  block;
    bottom:   -27px;
    width:    72px;
    height:   27px;
}

#btn_desc .icon.down {
    background: url('/assets/images/theme/ui/ui.png') 0 -300px no-repeat;
}

#btn_desc:hover .icon.down {
    background: url('/assets/images/theme/ui/ui.png') -72px -300px no-repeat;
}

#btn_desc .icon.up {
    background: url('/assets/images/theme/ui/ui.png') -144px -300px no-repeat;
}

#btn_desc:hover {
    text-decoration: none;
}

#btn_desc:hover .icon.up {
    background: url('/assets/images/theme/ui/ui.png') -216px -300px no-repeat;
}

/* Статистика всего игроков*/

#total_users {
    z-index:     2;
    top:         495px;
    right:       100px;
    position:    absolute;
    text-shadow: black 0 1px 3px;
}

#total_users .title {
    font-size:      16px;
    text-transform: uppercase;
    clear:          both;
    color:          #ebf4e1;
    float:          right;
    display:        block;
    white-space:    nowrap;
}

#total_users .total_users_count {
    margin-top: 10px;
    clear:      both;
    float:      right;
    font-size:  22px;
    color:      #ebf4e1;
}

#total_users .total_users_count span {
    display:    block;
    float:      left;
    padding:    0 5px;
    background: url('/assets/images/theme/total_users_count_line.jpg') right center no-repeat;
    text-align: center;
}

#total_users .total_users_count span.last {
    background:    none;
    padding-right: 0;
}

/* Слайдер интро */

#intro_slider {
    position:   relative;
    margin:     0 0 50px 0;
    background: url('/assets/images/theme/slider_bg.jpg') center no-repeat;
    height:     229px;
    width:      860px;
}

#intro_slider .view_port {
    position: relative;
    width:    730px;
    height:   120px;
    overflow: hidden;
    margin:   47px 0 0 55px;
    padding:  20px 10px;
    display:  inline-block;
}

#intro_slider .view_port li {
    position: absolute;
    /*padding: 5px;*/
}

/* Кнопки слайдера */
#intro_slider .btn_prev, #intro_slider .btn_next {
    cursor:   pointer;
    position: absolute;
    top:      100px;
    width:    32px;
    height:   52px;
}

#intro_slider .btn_prev {
    left:       0;
    background: url('/assets/images/theme/navi_slider.png') 0 0 no-repeat;
}

#intro_slider .btn_prev:hover {
    background: url('/assets/images/theme/navi_slider.png') 0 -52px no-repeat;
}

#intro_slider .btn_next {
    right:      0;
    background: url('/assets/images/theme/navi_slider.png') -32px 0 no-repeat;
}

#intro_slider .btn_next:hover {
    background: url('/assets/images/theme/navi_slider.png') -32px -52px no-repeat;
}

/* Описание игры */

.game_desc {
    color:     white;
    font-size: 14px;
    display:   table;
}

.game_desc ul li {
    clear:         both;
    padding:       0 0 0 20px;
    margin-bottom: 20px;
    background:    url('/assets/images/theme/list_circle.jpg') left 5px no-repeat;
}

#game_desc_full {
    clear:   both;
    display: none;
    display: inline-block;
    zoom:    1;
}

.desc_item {
    width:         100%;
    display:       inline-block;
    clear:         both;
    margin:        0 -40px;
    padding:       0 40px;
    margin-bottom: 20px;
}

.desc_item p {
    margin-bottom: 20px;
}

.desc_item .desc_left {
    width: 400px;
    float: left;
}

.desc_item .desc_right {
    width: 400px;
    float: right;
}

.desc_item.item1 {
    background: url('/assets/images/theme/img_desc1.jpg') 99% 100% no-repeat;
}

.desc_item.item2 {
    background: url('/assets/images/theme/img_desc2.jpg') 1% 100% no-repeat;
}

.desc_item.item3 {
    background:    url('/assets/images/theme/img_desc3.jpg') 99% 100% no-repeat;
    margin-bottom: 0;
}

.desc_index {
    width: 400px;
    float: right;
}

.about_game p {
    margin-bottom: 10px;
}

.about_game img {
    float:        left;
    margin-right: 20px;
}

.about_game {
    margin: 0 40px 40px 0;
    float:  left;
    width:  400px;
}

/* Рейтинг */

.intro_raiting {
    margin-bottom: 70px;
    position:      relative;
}

a.full_review {
    float:      right;
    margin-top: -10px;
}

.noFlash {
    background: url('/assets/images/theme/bg/fish_image.png') no-repeat;
    width:      670px;
    height:     410px;
    position:   absolute;
    left:       40px;
    top:        60px;
}