Home banner with parallax effect
demo:
http://themetrust.com/demos/hero/
used in place of layerslider
.slidercont {
background-image: url(images/homeslider.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center top;
height: 843px;
display: block;
margin: 0px auto 0;
width: 100%;
position: relative;
padding-top: 1px;
overflow: hidden;
}