/* Required styles */
/*.parascroll	    	{ min-height: 512px; height: 512px; position: relative; transform: translate3d(0px, 0px, 0px); }*/

.parascroll {
  position: relative;
  transform: translate3d(0px, 0px, 0px);
}

.paraContent {
    position: relative;
    width: 100%;
}

/* Optional styling */

.scrollList {
    color: #fff;
    /* [disabled]font-family: "Helvetica Neue", helvetica, arial, verdana, sans-serif; */
    /* [disabled]font-size: 1em; */
}

ul.scrollList {
    list-style-type: none;
    height: auto;
}

ul.scrollList > li { overflow: hidden; }

ul.scrollList,
ul.scrollList > li {
    margin-top: -22px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

ul.scrollList > li.inBetween {
    padding-top: 0em;
    padding-right: 0em;
    padding-left: 0em;
    padding-bottom: 0em;
    background: #fff;
    color: #333;
    height: 100%;
    margin-top: -126px;
    position: absolute;
}

/* Slight ext shadow so it's raedable on top of the images */

.parascroll,
.parascroll h1,
.parascroll h2 {
}

.scrollList h1,
.scrollList h2,
.scrollList h3 {
}

.scrollList h2 {
}

.scrollable {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
}

.paraContent p {
}
