/* Y.flex-control-nav {display:none !important;} */

/* Front-end sliders & preview */

.ls-container { /* The slider itself */

}

.ls-slide { 

}

.ls-slide a:hover {
	color: blue;
	text-decoration: underline;
}

.ls-slide #yourID {

}

.ls-slide .yourClass {

}

/* Side color of 3D objects */
.ls-3d-box div { background: #777; }

/* change added to get rid of margin below layer slider used for image at bottom of content of page */
.wpb_layerslider_element.wpb_content_element {
   margin-bottom: 0;
}