/* 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 */

}

.ls-slide { 

}

.ls-slide a:hover {
	color: blue;
	text-decoration: underline;
}

.ls-slide #yourID {

}



.ls-slide #id-y
{
	width:70%;
	float:none;
	margin:10px auto;
	padding:0px;
	text-align:center;
	
}
.ls-slide #id-x
{
	width:160px;
	float:left;
	height:92px;
	margin-top:15%;
	margin-left:4%;
	margin-right:-1%;
	margin-bottom:0px;
	padding:55px 20px;
	background-color:#FFF;
	
	font-family:"Sansumi-Bold";
	font-size:14px;
	font-weight:800;
	line-height:24px;
	color:#000;
	opacity:0.8;
	border:1px solid #fff;
	-moz-border-radius: 60%;
    -webkit-border-radius: 60%;
    border-radius: 60%;
}
.ls-slide #id-x p {
	padding:10px 0px 0px 0px;
}
/* Side color of 3D objects */
.ls-3d-box div { background: #777; }
