#container {
    width:525px;
    margin:0 auto;
    position:relative;
    z-index:0;
}

#example {
    width:525px;
	height:270px;
    position:relative;
}

#frame-left {
    position:absolute;
    z-index:150;
    width:60px;
    height:270px;
    top:0px;
	left:0px;
}

#frame-right
{
    position:absolute;
    z-index:150;
    width:60px;
    height:270px;
    top:0px;
	left:445px;
}

#slides {
    position:absolute;
    top:0px;
	left:0px;
    z-index:99;
}

.slides_container {
    width:500px;
	height:270px;
    overflow:hidden;
    position:relative;
}

.specialmessage {
    color: red;
    font-weight: bold;
    background-color: #eee;
    border: 1px dashed #888;
    font-size: 1.6rem;
    padding: 1.2rem;
    margin: 1.6rem;
}

#buildercontainer {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    display: flex;
    justify-content: center;
}
