
#vccs-carousel .carousel {

	float: left;

	/* Needed for rendering without flicker */
	position: relative;
	visibility: hidden;
	left: -5000px;
}

/* Styling for image based carousel content. Only width and height are mandatory */


#vccs-carousel .carousel > ul > li > a > img {
	width: 40px;
	height: 40px;
	vertical-align: middle;

	/* optional */
	margin: 10px 10px 10px 0;
	border-radius: 5px;
}

#vccs-carousel .carousel > ul > li > a {
	color: #ffffff;
}

/* Styling for text based carousel content. Only width and height are mandatory */
#vccs-carousel .carousel > ul > li > p {
	width: 130px;
	height: 98px;

	margin: 10px 10px 10px 0;
	border: 1px solid #808080;
	border-radius: 5px;
	line-height: normal;
	background-color: #fff;
	padding: 10px;
}

/* Styles for PREV and NEXT anchor buttons */
#vccs-carousel a.prev, #vccs-carousel a.next, #vccs-carousel a.go {
	display: block;
	line-height: 1;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 25px;
	text-align: center;
	border-radius: 8px;
}

#vccs-carousel a.prev.disabled, #vccs-carousel a.next.disabled,
#vccs-carousel a.prev.disabled:hover, #vccs-carousel a.next.disabled:hover {
	background-color: #8d8d8d;
	cursor: default;
}

#vccs-carousel a.go.highlight {
	background-color: #dedede;
	color: #000;
}

#vccs-carousel a.prev {
	position: absolute;
	bottom: -10%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#vccs-carousel a.next {
	position: absolute;
	top: -3%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/*#vccs-carousel a.prev:hover, #vccs-carousel a.next:hover, #vccs-carousel a.go:hover {*/
/*	background-color: #666666;*/
/*}*/

/* Additional carousel styles for external controls, slider, widget, mid etc. */

#vccs-carousel .externalControl button,
#vccs-carousel .imageSliderExt button {
	margin: 5px 5px 0 0;
}


#vccs-carousel .custom-container.vertical {
	position: relative;
}

.vertical-li {
	padding: 0 5px;
	background-color: #0d7bce;
	border-radius: 4px;
}


.vertical-li img {
	width: 60px;
	height: 45px;
	padding: 5px;
	margin-right: 2%;
}

.vertical-li .element-wrap span {
	line-height: 1em;
}

.vertical-li .element-wrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}

.vertical-li .element-wrap i {
	font-size: 12px;
}
