/* You can type here any CSS code that will be loaded both on your admin and front-end pages.
Let us help you by giving a few exmaple CSS classes: */

/* Front-end sliders & preview */

.ls-container { /* The slider itself */
    width:100%;
    height:400x;
    overflow:hidden;
    position: relative;
    z-index: 1;
}

.image {
    position:relative;
    float:left;
    height: 400x;
    width: 100%;
    overflow: hidden;
}

.image img {   
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-1150px;
    margin-top:-175px;
}
}

.ls-layer { /* .ls-layer refers your slides */

}

.ls-layer a:hover {
	color: blue;
	text-decoration: underline;
}

.ls-layer #yourID {

}

.ls-layer .yourClass {

}

/* Side color of 3D objects */
.ls-3d-box div { background: #777; }
