/* CSS Document */

.s7rndotln {
    bottom: -20%;
    right: 0%;
    width: auto;
    height: auto;
    margin: 25px 0;
    padding: 0;
    overflow: hidden;
    z-index: 2;
    -moz-border-radius: 500px;
    border-radius: 500px;	
}
.s7rndotln .s7rndotlnwrap {
    position: relative;
    padding: 15px;
    display: inline-block;
}
.s7rndotln .s7rndotlnwrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    background: url(images/s7-splitborder.png) center no-repeat;
    background-size: cover;
}
.s7rndotln .s7rndotlnwrap img {
    position: relative;
    z-index: 2;
    -moz-border-radius: 500px;
    border-radius: 500px;
}
 