
 #sliderSection{
   width: 100%;
   height: 500px;
   margin-left: auto;
 	 margin-right: auto;
 	background-color: #F0F
 }

 .sliderContainer{
   width: 85%;
   /* height: 100%; */
   display: inline-block;
 }

 .sliderContainer img{
    width: 100%;
    height: 100%;
 }

 .sliderSide{
 	width: 15%;
  height: 100%;

 	justify-content: space-around;
 	align-items: center;
 	flex-direction: column;
  background-color: #FCF8E8;
  float: right;
 }

 .sliderBottom{
   width: 100%;
   height: 130px;
   justify-content: space-around;
   align-items: center;
   flex-direction: row;
   background-color: #FCF8E8;
  }


 .sliderContainer .slider{
 	position: relative;
 	width: 100%;
  height: 100%;
 	background: #2c3e50; /* darckblue */
 }
