
.btn + .btn {
    margin-left: 10px;
}

.btn.pull-right + .btn.pull-right {
    margin-right: 10px;
}

.succeded-box {
    max-height: 450px;
    overflow-y: scroll;
}
.succeded-item {
    position: relative;
    display: block;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
    height: 100px;
    margin-bottom: 15px;
}
.succeded-item:last-child {
    margin-bottom: 0px;
}
.succeded-item .image img {
    display: block;
    float: left;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    max-width: 133px;
    background-color: #333;
    margin-right: 10px;
}
.succeded-item .title {
    clear: both;
    font-size: 90%;
}
.succeded-item .price {
    position: absolute;
    bottom: 10px;
}
.succeded-item .status-indicator {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.greetings-box {
    padding-top: 20px;
    padding-bottom: 40px;
}
.greetings-box .profile-image {
    display: block;
    float: left;
    margin-right: 10px;
    margin-left: 30px;
    height: 110px;
    width: auto;
    border: 0 none;
}
.greetings-box .company-name {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 3px;
}

.facebook-box {
    padding-top: 60px;
    padding-bottom: 30px;
}



/* N e w e s t   h o u s e s */

.newest-houses-loading {
    position: absolute;
    top: 0;
    left: 0;
}

.newest-houses-loading .bg {
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.newest-houses-loading .image {
    position:absolute;
    display:block;
    background:url('img/loading.gif') no-repeat center center;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.slides-container {
    cursor: default;
    position: relative;
    top: 0;
    left: 0;
    width: 290px;
    height: 245px;
    overflow: hidden;
}

.slides-container a.newest-house-link,
.slides-container a.newest-house-link span {
    display: block;
}
.slides-container a.newest-house-link {
    width: 100%;
    height: 100%;
}
.slides-container a.newest-house-link,
.slides-container a.newest-house-link:link {
    color: inherit;
}
.slides-container a.newest-house-link:hover {
    text-decoration: none;
}

.slides-container .slide {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
}

.slides-container .slide img.bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.slides-container .slide .title,
.slides-container .slide .info {
    width: 100%;
    padding: 6px 10px;
    background: rgba(220, 220, 220, 0.7);
}

.slides-container .slide .title {
    font-weight: bold;
    color: #000066;
}

.slides-container .slide .info {
    position: absolute;
    bottom: 0;
    left: 0;
}

.slides-container .slide .info .price {
    color: #000066;
}












