/* 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 .yourClass {

}

/* Side color of 3D objects */
.ls-3d-box div { background: #777; }

.thirdsection .ls-v5 .ls-nav-prev,
.thirdsection .ls-v5 .ls-nav-prev:hover{
	background-image: url(/wp-content/uploads/2014/06/pfeil-links.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 61px;
	width: 61px;
}


.thirdsection .ls-v5 .ls-nav-next,
.thirdsection .ls-v5 .ls-nav-next:hover{
	background-image: url(/wp-content/uploads/2014/06/pfeil-rechts.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100%;
	height: 61px;
	width: 61px;
	display: block;
}

.ls-v5 .ls-thumbnail-inner {
    background: rgba(255, 255, 255, 0) !important;
