body,
html {
    margin: 0px;
    padding: 0px;
}

#banner-wrap {
    height: 250px;
    width: 300px;
    background: url(../img/background.jpg);
    overflow: hidden;
    position: relative
}

#children {
    margin: 54px 0 0;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    color: #31281c;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25)
}

#logo-link {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    height: 53px;
    width: 171px
}

.child:after {
    content: "";
    display: table;
    clear: both
}

.child+.child {
    display: none
}

.child .img {
    background: url(../img/thum-frame.jpg);
    padding: 5px;
    float: left;
    margin: 0 15px 0 10px;
    position: relative
}

.child .img:before,
.child .img:after {
    position: absolute;
    height: 100%;
    width: 11px;
    content: " ";
    background: url(../img/thum-shadow.png) no-repeat right bottom;
    top: 0;
    right: -11px
}

.child .img:before {
    right: auto;
    left: -11px;
    background-position: left top
}

.child .img img {
    vertical-align: bottom
}

.child .about {
    padding-top: 20px;
    font-size: 13px;
    line-height: 1.5em;
	color:#425563;
}

.child .about strong {
    font-size: 17px
}

.child .about a {
    display: inline-block;
    margin: 7px 0 0 -3px
}

span.btn {
    width: 26px;
    height: 28px;
    background: url(../img/right-arrow.png) no-repeat;
    float: left;
    margin: 13px 10px 0;
    text-indent: -99999em;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

span.btn.prev {
    background-image: url(../img/left-arrow.png);
    margin-left: 28px
}

span.btn:hover {
    margin-top: 11px
}