body {
    font-family: Verdana, Arial, sans-serif;
}
.snell {
    font-weight: normal;
    font-style: normal;
    line-height:normal;
    font-family: 'SnellRoundhandScriptRomanItal', sans-serif;
    font-size-adjust: 0.36;
}
.matura {
    font-weight: normal;
    font-style: normal;
    line-height:normal;
    font-family: 'MaturaMTScriptCapitalsRegular', sans-serif;
    font-size-adjust: 0.44;
}
.harrington {
    font-weight: normal;
    font-style: normal;
    line-height:normal;
    font-family: 'HarringtonRegular', sans-serif;
    font-size-adjust: 0.54;
}
.sz10 {
    font-size: 10pt;
}
.sz12 {
    font-size: 12pt;
}
.sz14 {
    font-size: 14pt;
}
.sz16 {
    font-size: 16pt;
}
.sz18 {
    font-size: 18pt;
}
.sz24 {
    font-size: 24pt;
}
.sz28 {
    font-size: 28pt;
}
.sz32 {
    font-size: 32pt;
}
#wrapper {
    width: 960px;

    margin: 20px auto;
    text-align: center;
    position: relative;
    height: 602px;
    overflow: hidden;
}
#frames-wrapper {
    position: absolute;
    height: 2000px;
    width: 960px;
    top: 0px;
    left: 0px;
}

.frames {
    height: 600px;
    width: 960px;
}
.picture {
    position: absolute;
    left: 0;
    top: 0;
}
#frame-1 {

}
#frame1-wrapper {
    position: relative;
    width: 600px;
    height: 600px;
    overflow: hidden;
    border: 1px solid #555;
    float: left;
}
.frameinfo {
    width: 300px;
    height: 600px;
    float: right;
}
.frame1-top {
    width: 600px;
    height: 100px;
    top: 0;
    left: 0;
    background: url(../images/600top.png) no-repeat;
}
.frame1-bottom {
    width: 600px;
    height: 100px;
    bottom: 0;
    left: 0;
    background: url(../images/600btm.png) no-repeat;
}
.frame1-left {
    width: 100px;
    height: 400px;
    top: 100px;
    left: 0;
    background: url(../images/400left.png) no-repeat;
}
.frame1-right {
    width: 100px;
    height: 400px;
    top: 100px;
    right: 0;
    background: url(../images/400right.png) no-repeat;
}

.theframe {
    position: absolute;
}

.picturesizer {
    padding: 10px;
}

#frame2-wrapper {
    position: relative;
    width: 600px;
    height: 500px;
    overflow: hidden;
    border: 1px solid #555;
    float: left;
}

.frame2-top {
    width: 600px;
    height: 100px;
    top: 0;
    left: 0;
    background: url(../images/600top.png) no-repeat;
}
.frame2-bottom {
    width: 600px;
    height: 100px;
    bottom: 0;
    left: 0;
    background: url(../images/600btm.png) no-repeat;
}
.frame2-left {
    width: 100px;
    height: 300px;
    top: 100px;
    left: 0;
    background: url(../images/300left.png) no-repeat;
}
.frame2-right {
    width: 100px;
    height: 300px;
    top: 100px;
    right: 0;
    background: url(../images/300right.png) no-repeat;
}

#frame3-wrapper {
    position: relative;
    width: 500px;
    height: 600px;
    overflow: hidden;
    border: 1px solid #555;
    float: left;
    margin-top:4px;
}

.frame3-top {
    width: 500px;
    height: 100px;
    top: 0;
    left: 0;
    background: url(../images/500top.png) no-repeat;
}
.frame3-bottom {
    width: 500px;
    height: 100px;
    bottom: 0;
    left: 0;
    background: url(../images/500btm.png) no-repeat;
}
.frame3-left {
    width: 100px;
    height: 400px;
    top: 100px;
    left: 0;
    background: url(../images/400left.png) no-repeat;
}
.frame3-right {
    width: 100px;
    height: 400px;
    top: 100px;
    right: 0;
    background: url(../images/400right.png) no-repeat;
}





#framesmenu {
    position: absolute;
    width: 300px;
    height: 350px;
    right: 0px;
    top: 100px;
    text-align: left;
}

.selectframe {
    height: 100px;
    display: block;
}
.selectframe img {
    vertical-align: middle;
}

.thetext {
    width: 400px;
    height: 50px;
    border: 1px dotted #000;
    background-color: rgba(255,255,255,0.1);
    position: absolute;
}
.text-wrapper {
    position: relative;
    width: 400px;
    height: 50px;
}
.edittext {
    position: absolute;
    top: -20px;
    left: 0px;
}
.deletetext {
    position: absolute;
    top: -20px;
    right: 0px;
}

#textloader {
    position: absolute; 
    right: 0px;
    top: 200px;
    height: 200px;
    width: 300px;
    background: #fff;
    text-align: left;
}
.textcontent {
    text-align: left;
     width: 400px;
    height: 50px;
    overflow: hidden;
}

