body{
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    overflow-y: scroll;
    background: #cecece url('../images/bg.jpg') center no-repeat;
}
a{
    color: #595959;
}
a:hover{
    text-decoration: none;
}
.centered{
    margin: 0 auto;
}
#carousel a img{
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0px -2px 2px 0px #999;
}
a img{
    border: none;
}
.logo{
    margin-top: 40px;
}
.fl{
    float: left;
    margin: 0px; 
}
.fr{
    float: right;
    margin: 0px;
}
.cf{
    clear: both;
    height: 0px;
    line-height: 0px;
}
.nav_buttons{
    width: 40px;
    height: 400px;
    line-height: 400px;
}
#left-but{
    border: none;
    background: url('../images/arrow_left_32x32.png') no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 0px; 
}
#right-but{
    border: none;
    background: url('../images/arrow_right_32x32.png') no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 0px;   
}
button#left-but:active, button#right-but:active, button#left-but:visited, button#right-but:visited{
    outline: none;
    border: none;
    width: 40px;
    height: 40px; 
}
#title-text{
    text-align: left;
    width: 700px;
    margin: 0px auto;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #2b2b29;
    font-family: Arial, serif;
}
.alt-text-outer{
    text-align: left;
    width: 700px;
    margin: 0px auto;    
}
#alt-text{
    padding: 3px;
    color: #595959;  
}
.info{
    width: 780px;
    padding-top: 25px;
}
.phone{
    font-size: 24px;
    font-weight: bold;
    color: #dc2031;
    text-shadow: 0px 1px #620f16;
}

#vk_like{
    position: absolute!important;
    right: 80px;
    top: 30px;
    width: 100px;
    height: 22px;
}