.tabs {padding-top: 10px; line-height: 32px; float: left;}
.tabs .tab {float: left; background: url(/img/tabs/0c.gif); height: 32px; margin-right: 4px}
.tabs .tab .tabwrapper {background: url(/img/tabs/0l.gif) no-repeat;}
.tabs .tab a{display: block; background: url(/img/tabs/0r.gif) top right no-repeat; text-indent: -1000000px}
.tabs .other a {background: url(/img/tabs/0other.gif) top right no-repeat; width:80px}
.tabs .kvadro a {background: url(/img/tabs/0kvadro.gif) top right no-repeat; width:151px}
.tabs .jeep a {background: url(/img/tabs/0jeep.gif) top right no-repeat; width:162px}

.tabs .active {background: #EDE8DD;}
.tabs .active .tabwrapper {background: url(/img/tabs/l.gif) no-repeat;}
.tabs .active .jeep a {background: url(/img/tabs/1jeep.gif) top right no-repeat; width:162px}
.tabs .active .kvadro a {background: url(/img/tabs/1kvadro.gif) top right no-repeat; width:151px}
.tabs .active .other a {background: url(/img/tabs/1other.gif) top right no-repeat; width:80px}


.flash {
	text-align: center;
    position: relative;
    padding: 22px 0 5px;
    background: #ede8dd;
}
.flash li {width: 33%;
        padding-bottom: 1px;
        float: left;
    }
.flash li.right {
        float: right;
    }
.flash li.center {
        float: none;
        overflow: hidden;
    }
.flash li a {
            display: block;
            zoom: 1;
            cursor: pointer;
            padding-bottom: 4px;
            font-size: 14px;
            text-decoration: none;
            text-align: center;
            color: #000;
        }
.flash li a .img {
                height: 182px;
            }
.flash li a img {
                display: block;
                margin: 0 auto 10px;
            }
.flash li a:hover .name {
                padding-bottom: 1px;
                border-bottom: 1px solid #0076a3;
            }

