/* 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 */
	box-shadow:0 5px 10px #ccc;
/*	background-image:url("http://185.56.85.244/~binausa5/wp-content/uploads/2012/07/slider-shadow.png");
	background-repeat:no-repeat;
	background-position:center bottom;
	*/
}

.ls-slide { 

}

.ls-slide #yourID {

}

.ls-slide .yourClass {

}

/* Side color of 3D objects */
.ls-3d-box div { background: #777; }

.textLight{
	color:white;
	font-size:2em;
	line-height:130%;
	font-family:'roboto slab';	
	text-shadow: 2px 2px 8px #666666;
}

.textBold{
	color:white;
	font-size:2em;
	line-height:130%;
	font-family:'roboto slab';	
	font-weight:bold;
	text-shadow: 2px 2px 8px #666666;
}
