/**
 * @author Alex Rache <grumblerbear@gmail.com>
 * @since 05.09.2014 12:15
 * @project test11
 */

#horse {
    width: 363px;
}
#middle {
    background: url(/images/new-bg.png) no-repeat center 148px;
}
.other_animals_container {
    vertical-align: bottom;
    text-align: center;
}

.other_animals {
    display: block;
}
/*
#menu ul li.item1 {
        left: 0;
        top: 9px;
}
#menu ul li.item2 {
        left: 126px;
        top: 32px;
}
#menu ul li.item3 {
        left: 252px;
        top: 57px;
}
#menu ul li.item4 {
        left: 378px;
        top: 57px;
}
#menu ul li.item5 {
        left: 504px;
        top: 57px;
}
#menu ul li.item6 {
        left: 630px;
        top: 32px;
}
#menu ul li.item7 {
        left: 756px;
        top: 9px;
}
*/

#menu {
    top: -63px;
}

#middle {
    background: url("/images/new-bg.png") no-repeat scroll 338px 39px rgba(0, 0, 0, 0);
    overflow: visible;
}

#content {
    margin-top: 88px;
}

#wrapper_in #content {
    margin-top: 101px;
}
#wrapper_in #menu {
  top: -76px;
}

#wrapper #horse {
    margin-top: 10px;
}

.other_animals {
    margin-bottom: 48px;
    margin-left: 19px;
}

#dogs {
    background: url("../images/dogs_bg.png") no-repeat scroll -5px 4px rgba(0, 0, 0, 0);
}

#dogs ul li {
    margin-left: 128px;
}

#dogs ul.other-animals-menu{
    margin-top: 7px;
}
#dogs ul.other-animals-menu li {
    background: url("../images/bell.png") no-repeat scroll left 24px rgba(0, 0, 0, 0);
    list-style: none outside none;
    margin-left: 152px;
    padding-left: 22px;
}