#carousel-jump-to {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px 5px 0;
}

.carousel-jump-to {
	width: 14px;
	height: 14px;
	margin: 0 3px;
	background: url(../img/bullets_square_gray.png) no-repeat;
	display: inline-block;
	cursor: pointer;
}

.carousel-jump-to.selected {
	width: 14px;
	height: 14px;
	margin: 4px 3px 0 3px;
	background: url(../img/bullets_square_gray.png) no-repeat -14px 0;
	display: inline-block;
}

#carousel {
	display: flex;
	flex-wrap: nowrap;
	flex-flow: row;
	flex-direction: row;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#carousel > .node-main {
	flex: 0 0 100%;
	/*IE 11*/
	max-width: 100%;
}
