@charset "utf-8";

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0 none;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

li {
    list-style: none outside none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0 none;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

legend {
    color: #000000;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, textarea {
    outline: none;
}

input:active, textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

input, button, textarea, select {
}

.l, .le {
    float: left;
}

.r, .re {
    float: right;
}

.clearfix {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

* html .clearfix {
}

* + html .clearfix {
}

* html .le {
    float: left;
    margin: 0 -3px;
}

* html .re {
    float: right;
    margin: 0 -3px;
}

body {
    background-color: #FFF7F3;
    background-image: url(/images/bg.gif);
    background-position: 0 0;
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    /* [disabled]text-align: center;
    */
    word-spacing: 0;
}

.container {
    background-image: url(/img/header_bg.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1225px;
    display: block;
}

.header {
    display: block;
    margin-bottom: 5px;
}

.s_links {
    display: block;
    width: 100%;
    height: 23px;
    overflow: hidden;
    line-height: 23px;
    font-size: 11px;
    text-transform: uppercase;
    /* [disabled]margin-bottom: 2px;
    */
    color: #FFF;
}

.s_links a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px;
    margin-right: 20px;
    font-weight: bold;
}

.s_links a:hover {
    color: #ED4989;
    text-decoration: underline;
}

.s_links2 {
    display: block;
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 11px;
    text-transform: uppercase;
    /* [disabled]margin-bottom: 2px;
    */
    color: #CCC;
}

.s_links2 a {
    color: #CCCCCC;
    text-decoration: none;
    padding: 0px;
    margin-right: 20px;
    font-weight: bold;
}

.s_links2 a:hover {
    color: #000;
    text-decoration: underline;
}

.footer {
    background-image: url(/images/bg_footer.png);
    background-repeat: repeat-x;
    background-position: 0px bottom;
    display: block;
    /* [disabled]height: 45px;
    */
    text-align: center;
    font-size: 11px;
    padding-top: 45px;
}

.foot_logo {
    display: block;
    float: left;
    margin-top: 10px;
}

.footer .text {
    padding-top: 12px;
    float: left;
    width: 965px;
}

.footer a {
    color: #FBE6ED;
    font-weight: bold;
}

.footer a:hover {
    color: #E85596;
    text-decoration: underline;
}

.logo {
    display: block;
    float: left;
    height: 41px;
    width: 299px;
}

.h_left {
    display: block;
    float: left;
    width: 100%;
    max-width: 925px;
    height: 45px;
}

.nav {
    display: block;
    float: left;
    line-height: 45px;
    margin-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 12px;
}

.nav li {
    display: block;
    float: left;
    margin-right: 1px;
    margin-left: 2px;
    text-transform: uppercase;
}

.nav li a {
    text-decoration: none;
    color: #fff7f3;
    background-image: url(/images/button.png);
    display: block;
    background-repeat: repeat-x;
    height: 29px;
    line-height: 29px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    padding-right: 15px;
    padding-left: 15px;
}

.nav li a:hover, .nav .selected a {
    text-decoration: none;
    color: #544147;
    background-image: url(/images/active.png);
}

.nav .fav a {
    color: #fefee8;
    padding-right: 15px;
    padding-left: 15px;
    height: 29px;
    line-height: 29px;
    display: block;
    /* [disabled]font-family: Arial, Helvetica, sans-serif;
    */
    background-image: url(/images/favorites.png);
}

.nav .fav a:hover, .nav .fav.selected a {
    color: #544147;
    background-image: url(/images/active.png);
}

.form {
    display: block;
    float: right;
    background-image: url(/images/input.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 150px;
    margin-top: 13px;
    /* [disabled]margin-left: 30px;
    */
}

.form .input {
    display: block;
    float: right;
    width: 120px;
    height: 25px;
    line-height: 25px;
    background-color: transparent;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    font-size: 12px;
}

.form .s_btn {
    display: block;
    height: 16px;
    width: 16px;
    float: left;
    margin-left: 4px;
    margin-top: 4px;
}

.users {
    display: block;
    float: left;
    margin-top: 12px;
    position: relative;
    z-index: 9999;
    margin-left: 10px;
}

.users .m_links a {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    line-height: 29px;
    color: #FEFEE8;
    display: block;
    height: 29px;
    float: left;
    margin-left: 3px;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 9999;
    background-image: url(/images/button.png);
    font-weight: bold;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.users .m_links a:hover {
    color: #513E44;
    background-image: url(/images/active.png);
}

.users .m_links span {
    display: block;
    float: left;
    height: 29px;
    line-height: 29px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #FFF;
}

.users .m_links .login {
    background-image: url(/images/login.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 25px;
    padding-right: 10px;
}

.users .m_links .login:hover {
    background-image: url(/images/login_hover.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 25px;
    padding-right: 10px;
}

.users .m_links .register_btn {
    background-image: url(/images/register.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 25px;
    padding-right: 10px;
}

.users .m_links .register_btn:hover {
    background-image: url(/images/register_hover.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 25px;
    padding-right: 10px;
}

.users .m_links .hovered {
    padding-right: 10px;
    padding-left: 10px;
}

.users .m_links .hovered:hover {
    padding-right: 10px;
    padding-left: 10px;
    background-image: url(/images/active.png);
    color: #524046;
}

.users .m_links span strong {
    font-weight: bold;
    color: #EF5496;
}

.login_blk {
    display: none;
    height: 116px;
    width: 223px;
    position: absolute;
    left: -140px;
    top: 24px;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
    background-color: #44353A;
}

.s_login {
    display: block;
    padding: 10px;
    margin-top: 5px;
}

.s_login .s_line {
    display: block;
    width: 197px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
}

.s_login .s_input {
    width: 173px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    padding-right: 10px;
    padding-left: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CED0CC;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CED0CC;
    border-right-width: 0px;
    border-bottom-width: 0px;
    background-color: #F3F6F0;
}

.s_login .s_btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}

.item {
    display: block;
    float: left;
    width: 202px;
    position: relative;
    margin: 1px;
}

.item a {
    color: #000;
    text-decoration: none;
}

.item a img {
    display: block;
    height: 260px;
    width: 200px;
    border: 1px solid #805467;
}

.item a:hover img {
    display: block;
    height: 260px;
    width: 200px;
    border: 1px solid #ef5598;
}

.item a .info {
    display: block;
    height: 17px;
    width: 202px;
    line-height: 17px;
    font-size: 12px;
}

.item a h3 {
    display: block;
    font-size: 12px;
    line-height: 17px;
    width: 150px;
    height: 17px;
    overflow: hidden;
    padding-left: 4px;
    float: left;
}

.item a:hover h3 {
    display: block;
    width: 150px;
    height: 17px;
    overflow: hidden;
    padding-left: 4px;
    float: left;
    color: #ef5598;
}

.item a .g_rating {
    display: block;
    margin-right: 4px;
    float: right;
    font-size: 12px;
    line-height: 17px;
    background-image: url(/images/heart_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
    font-size: 10px;
    width: 28px;
    color: #000;
}

.item .add_remove {
    background-image: url(/images/add_remove.png);
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 16px;
    cursor: pointer;
    text-indent: -9999px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.item .remove {
    background-image: url(/images/add_remove.png);
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    width: 16px;
    cursor: pointer;
    text-indent: -9999px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: 0px -17px;
}

.item .add_remove a, .item .remove a {
    display: block;
    height: 100%;
    width: 100%;
}

.pages {
    display: block;
    text-align: center;
    width: 100%;
    height: 28px;
    margin-bottom: 5px;
}

.pages li {
    display: inline-block;
    margin-right: 2px;
    float: left;
    margin-left: 4px;
    line-height: 25px;

}

.pages li a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #74576A;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    width: 28px;
    /* [disabled]text-shadow: 1px 1px 0px #000000;
    */
}

.pages li a:hover, .pages li .selected, .pages li .act_page {
    display: inline-block;
    text-decoration: none;
    background-color: #ED4D8E;
    color: #FEFEE8;
    /* [disabled]text-shadow: 1px 1px 0px #710F29;
    */
}

.ngirls {
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
    color: #74576A;
    float: left;
    height: 28px;
    width: 28px;
    line-height: 28px;
}

.pages .ttx {
    font-size: 12px;
    color: #534046;
    font-weight: bold;
    line-height: 28px;
    margin-right: 5px;
    margin-left: 2px;
}

.t_top_mini, .t_top_big {
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 4px;
}

.t_item {
    display: block;
    float: left;
    width: 170px;
    margin-right: 2px;
    margin-left: 2px;
}

.t_item a {
    background-color: #FBE6ED;
    display: block;
    padding: 3px;
    color: #74576A;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.t_item a:hover {
    background-color: #C9A9C8;
    display: block;
    padding: 3px;
    color: #ED4B8C;
    font-size: 12px;
}

.t_item a img {
    display: block;
    height: 220px;
    width: 160px;
    border: 2px solid #74576A;
}

.t_item a:hover img {
    display: block;
    height: 220px;
    width: 160px;
    border: 2px solid #ED4B8C;
}

.t_item a .name {
    display: block;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
    width: 164px;
}

.title {
    background-image: url(/images/li.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    display: block;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    font-size: 24px;
    color: #74576A;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.t_name {
    display: block;
    line-height: 30px;
    height: 30px;
    padding-left: 40px;
    font-size: 36px;
    color: #C9A9C8;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    text-align: center;
    /* [disabled]background-color: #F5F1E3;
    */
    font-weight: bold;
}

.text_top ul {
    display: block;
    float: left;
    width: 203px;
    font-size: 14px;
    font-weight: bold;
}

.text_top ul li {
    background-image: url(/images/li.png);
    background-repeat: no-repeat;
    background-position: 5px -23px;
    padding-left: 15px;
}

.text_top ul li a {
    color: #74576A;
    text-decoration: none;
}

.text_top ul li a:hover {
    color: #46363B;
    text-decoration: none;
}

/*Gallery*/

div#gallery_container {
    display: block;
    float: left;
    width: 100;
    max-width: 903px;
}

div.big_image {
    display: block;
    float: left;
    height: 526px;
    margin-right: 3px;
    padding: 3px;
    position: relative;
    width: 441px;
    background-color: #FADFEA;
}

div.big_image a, div.navigation a {
    color: #805467;
    text-decoration: none;
}

div.big_image a:focus, div.big_image a:hover, div.big_image a:active {
    text-decoration: underline;
}

.controls {
    background-image: url("/images/control_overlay.png");
    background-repeat: no-repeat;
    bottom: 55px;
    display: none;
    height: 34px;
    left: 110px;
    padding: 5px 5px 6px;
    position: absolute;
    text-align: center;
    top: 451px;
    width: 226px;
    z-index: 9999;
}

.big_image:hover .controls {
    display: block;
}

div.ss-controls {
    display: block;
    float: left;
    height: 34px;
    margin-left: 5px;
    overflow: hidden;
    width: 34px;
}

div.nav-controls {
    display: block;
    float: left;
    height: 34px;
    margin-left: 35px;
    overflow: hidden;
}

div.slideshow-container {
    height: 526px;
    position: relative;
    width: 441px;
}

div.slideshow {
}

div.slideshow a.advance-link {
    height: 524px;
    line-height: 523px;
    width: 439px;
}

div.slideshow span.image-wrapper {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 441px;
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
    text-decoration: none;
}

div.slideshow img {
    border: 1px solid #736357;
    vertical-align: middle;
}

div.caption-container {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

span.image-caption {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 441px;
}

a.caption {
    background-image: url("/images/controls.png");
    background-position: 0 -140px;
    background-repeat: no-repeat;
    display: none;
    float: left;
    height: 34px;
    left: 300px;
    line-height: 34px;
    overflow: hidden;
    position: absolute;
    text-indent: 99999px !important;
    top: 456px;
    width: 34px;
    z-index: 999999;
}

.big_image:hover a.caption {
    display: block;
}

.play {
    background-image: url("/images/controls.png");
    background-position: 0 -35px;
    background-repeat: no-repeat;
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-indent: -9999px;
    width: 34px;
}

.pause {
    background-image: url("/images/controls.png");
    background-position: 0 -105px;
    background-repeat: no-repeat;
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-indent: -9999px;
    width: 34px;
}

.prev {
    background-image: url("/images/controls.png");
    background-position: 0 -70px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-indent: -9999px;
    width: 34px;
}

.next {
    background-image: url("/images/controls.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-indent: -9999px;
    width: 34px;
}

div.navigation {
    float: left;
    width: 453px;
}

ul.g_thumbs {
    clear: both;
    margin: 0;
    padding: 0;
}

ul.g_thumbs li {
    float: left;
    list-style: none outside none;
    padding: 0;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 1px;
}

a.g_thumb {
    display: block;
    padding: 3px;
    background-color: #FADFEA;
}

ul.g_thumbs li.selected a.g_thumb {
    background-color: #C9A9C8;
}

a.g_thumb:focus {
    outline: medium none;
}

ul.g_thumbs img {
    border: 1px solid #47373C;
    display: block;
    height: 124px;
    width: 104px;
}

div.pagination {
    clear: both;
    display: none;
}

#gallery_container .info {
    display: block;
    margin-top: 10px;
    padding: 12px 8px 28px;
    background-color: #FADFEA;
}

.info .heading {
    background-image: url(/images/li.png);
    background-position: 0px -40px;
    background-repeat: no-repeat;
    color: #805467;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-top: 5px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #805467;
    text-transform: capitalize;
}

.info .heading a {
    color: #724B5C;
    float: right;
    font-size: 14px;
    text-decoration: none;
}

.info .heading a:hover {
    color: #EE5193;
    text-decoration: underline;
}

.info .heading a span {
    color: #EE5193;
    font-weight: bold;
    text-transform: uppercase;
}

.advertising {
    display: block;
    float: right;
    width: 310px;
}

.advertising .banner {
    display: block;
    margin-bottom: 1px;
    padding: 5px;
    background-color: #FADFEA;
}

.advertising .banner img {
    display: block;
}

.info .left_part {
    display: block;
    float: left;
}

.info .right_part {
    display: block;
    float: right;
    width: 471px;
}

.btn-top {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    text-decoration: none;
    width: 471px;
    height: 46px;
    line-height: 46px;
    /* [disabled]text-shadow: 1px 1px 0px #b65eb8;
    */
    margin-right: auto;
    margin-left: auto;
    background-color: #805467;
    text-align: center;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.btn-top:hover {
    color: #C9A9C8;
    text-decoration: underline;
}

.btn-top span {
    color: #C9A9C8;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-top:hover span {
    color: #C9A9C8;
    text-transform: uppercase;
}

.box-col {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 250px;
}

.rate {
    color: #333333;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    width: 360px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #805467;
}

.rate h4 {
    display: block;
    width: 100%;
    color: #971F1F;
    font-size: 12px;
}

.thumb_plus {
    background-image: url(/images/hands.png);
    background-repeat: no-repeat;
    display: block;
    height: 85px;
    width: 71px;
    text-indent: -99999px;
    cursor: pointer;
    float: left;
    background-position: 0px 0px;
    margin-top: 5px;
}

.thumb_plus:hover {
    background-position: 0px -97px;
}

.thumb_minus {
    background-image: url(/images/hands.png);
    background-repeat: no-repeat;
    display: block;
    height: 85px;
    width: 71px;
    text-indent: -99999px;
    cursor: pointer;
    float: left;
    background-position: -87px 0px;
    margin-top: 5px;
}

.thumb_minus:hover {
    background-position: -87px -97px;
}

.rating_current {
    display: block;
    height: 100px;
    width: 194px;
    font-size: 18px;
    font-weight: bold;
    color: #805467;
    text-transform: uppercase;
    float: left;
    margin-top: 1px;
    margin-right: 3px;
    margin-left: 3px;
    text-align: center;
}

.rating_current span {
    font-size: 60px;
    color: #724B5C;
    text-shadow: 2px 2px 0px #FFFFFF;
}

.row {
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

.row .name {
    color: #805467;
    font-size: 14px;
}

.row .r_l {
    margin-right: 10px;
    font-size: 14px;
    color: #EE5193;
}

.row a {
    color: #EE5193;
    font-size: 14px;
}

.fav {
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.fav a {
    background-color: #805467;
    color: #FEFEE8;
    text-decoration: none;
    line-height: 26px;
    height: 26px;
    padding-right: 5px;
    padding-left: 5px;
    text-transform: uppercase;
    display: inline-block;
}

.fav a:hover {
    background-color: #ED4B8C;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

.register .r_line {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 5px;
}

.register {
    display: block;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.register .r_line .s_input {
    line-height: 40px;
    width: 300px;
    border: 1px solid #6A5061;
    background-color: #FAF6F1;
}

.register .r_line label {
    width: 200px;
    display: inline-block;
    text-align: right;
}

.register .r_line .s_button {
    font-size: 18px;
    line-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #5D4655;
    cursor: pointer;
    font-family: Tahoma, Geneva, sans-serif;
    color: #FEFEE8;
    text-transform: uppercase;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.register .r_line .s_button:hover {
    font-size: 18px;
    line-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #EE5193;
    cursor: pointer;
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.register .r_line #captcha_img {
    line-height: 50px;
    display: inline-block;
    height: 50px;
    width: 158px;
    float: left;
    margin-right: 5px;
}

.register .r_line .c_left {
    display: inline-block;
    height: 50px;
    width: 300px;
}

.register .name_page {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #F00;
    font-size: 18px;
    text-align: center;
}

.register .r_line a {
    color: #634A5B;
}

.add_this {
    width: 125px;
    height: 20px;
    position: absolute;
    top: 2px;
    right: 2%;
}

@media all and (max-width: 1225px) {
    .wrapper, #gallery_container {
        max-width: 830px;
    }

    .users .m_links span {
        display: none;
    }

    #gallery {
        width: 360px !important;;
    }

    #gallery img {
        max-width: 360px;
    }

    .left_part {
        width: 100%;
        float: none;
        text-align: center;
    }

    .right_part {
        width: 100% !important;
        text-align: center;
    }

    .h_left * {
        border-radius: 10px;
    }

    .item {
        width: 205px;
    }

    .t_item, .t_item * {
        width: 112px !important;
        height: auto !important;
    }

    .t_item a .name {
        height: 18px !important;;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    .logo img {
        height: 40px;
        width: auto;
    }

    .footer {
        display: none;
    }

    .footer.logo {
        height: 30px;
        width: auto;
    }

    .advertising {
        width: 100%;
        text-align: center;
    }

    .advertising .banner {
        display: inline-block;
    }
}

@media all and (max-width: 830px) {
    .wrapper {
        max-width: 630px;
    }

    #gallery {
        width: 440px !important;
        margin-left: 90px;
    }

    #gallery img {
        max-width: 440px;
    }

    #g_thumbs {
        margin-left: 87px;
    }

    #gallery_container .info {
        width: 610px !important;
    }

    .add_this {
        top: 35px;
    }

    .users {
        display: none;
    }

    .pages {
        text-align: center;
    }

    .pages li {
        display: inline-block;
        float: none;
    }

    .t_item, .t_item * {
        width: 145px !important;
        height: auto !important;
    }
}

@media all and (max-width: 630px) {
    .wrapper {
        max-width: 415px;
    }

    #gallery {
        width: 400px !important;
        margin-left: 0px;
    }

    #gallery img {
        max-width: 400px;
    }

    #g_thumbs {
        margin-left: 30px;
        width: 400px !important;
    }

    #gallery_container .info {
        width: 400px !important;
    }

    .btn-top {
        max-width: 400px;
    }

    #gallery_container .fav {
        line-height: 34px;
    }

    .h_left {
        height: auto;
        overflow: hidden;
        text-align: center;
    }

    .nav li.fav {
        display: none !important;;
    }

    .nav {
        width: 100%;
        margin-left: 0;
        text-align: center;
        line-height: normal;
    }
    .nav li {
        display: inline-block;
        float: none;
    }

    .nav li a {
        width: 90px;
        height: 28px;
        overflow: hidden;
    }

    .form {
        width: 100%;
        background-image: none;
        background-color: #C9A9C8;
        margin: 10px 0;
    }

    .form input[type="text"] {
        width: 90%
    }

    .header {
        overflow: hidden;
        height: auto;
    }

    .t_item, .t_item * {
        width: 95px !important;
        height: auto !important;
    }

    .s_links, .s_links2 {
        display: none;
    }

    body {
        background-position: 0 -22px;
    }
}

@media all and (max-width: 415px) {
    .wrapper {
        max-width: 300px;
        overflow-x: hidden;
    }

    #gallery {

    }

    .info .heading {
        background-position: 15px -40px;
    }

    #gallery {
        width: 280px !important;
        margin-left: 0px;
    }

    #gallery img {
        max-width: 280px;
    }

    #controls {
        display: none;
    }

    #g_thumbs {
        margin-left: 30px;
        width: 280px !important;
    }

    .slideshow-container {
        width: 280px !important;;
    }

    .image-wrapper {
        width: 280px !important;
    }

    #gallery_container .info {
        width: 280px !important;
    }

    .btn-top {
        max-width: 280px;
    }

    #gallery_container .fav {
        line-height: 34px;
    }

    #rating_div {
        display: none;
    }

    .add_this {
        display: none;
    }

    .row a {
        display: inline-block;
        margin: 10px;
    }

    .nav li a {
        width: 40px;
    }

    .item {
        width: 130px;
        margin: 10px 5px;
    }

    .item img {
        width: 135px !important;;
        height: auto !important;;
    }

    .item h3 {
        width: 130px !important;;
    }

    .pages {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .g_rating {
        display: none !important;;
    }

    .t_item, .t_item * {
        width: 130px !important;
        height: auto !important;
    }
    div.big_image,
    div.slideshow-container,
    div.slideshow a.advance-link {
        height: 336px;
    }
    div.slideshow a.advance-link {
        line-height: 336px;
    }
    #gallery {
        margin-bottom: 10px;
    }
}










