

.slider-wrapper {
  width: 100%;
  margin: 0 auto;
  background: #0b142e;
  padding: 20px;
  border: solid 3px #eace1f;
      height: 270px;
}

#slide-wrapper {
  width: 100%;
  position: absolute;
  bottom:30px
}

#slider {
  width: 50%;
  margin: 10px;
  display: inline-block;
}

#prevScene, #nextScene {
  width: 20%;
}

.contentText {
  width: `100%;
  display: none;
  padding: 10px;
  font-size: 20px;
}

#slider {
   background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet); /* For Firefox 3.6 to 15 */

}

.greenText{
	color:#56ff56
}

.col-xs-12.text-center {
    margin-top: 40px;
}

.border{
	display:inline-block;
	width:20%;
}

.scene{
	width:10%;
	display:inline-block;
}