.lean-slider { 
    position: relative; 
    *zoom: 1;
}
.lean-slider:before,
.lean-slider:after {
    content: " ";
    display: table;
}
.lean-slider:after {
    clear: both;
}
.lean-slider-slide { 
    float: left;
    width: 100%;
    margin-right: -100%;
    display: none; 
}
.lean-slider-slide.current { 
	display: block;
	z-index: 1;/*added by Chris 1/4 in order to get URLs working in slider - per http://stackoverflow.com/questions/18500402/slideshow-link-slide-to-url-only-working-for-last-slide*/
}
