﻿.roundabout-holder {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.roundabout-holder img {
	width: 100%;
}
.roundabout ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.roundabout li {
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: 0 10px 6px -6px #7b7b7b;
	   -moz-box-shadow: 0 10px 6px -6px #7b7b7b;
	        box-shadow: 0 10px 6px -6px #7b7b7b;
	background: #d1d1d1;
	padding: 3px;
	border: 1px solid #7b7b7b;
	list-style: none;
}

li.roundabout-in-focus {
	cursor: default;
}

.roundabout li span {
	display: block;
}

.roundabout-moveable-item img {
	height: 100%;
	width: 100%;
}

li.carousel_entry {
	
}

li.roundabout-in-focus {
	/*background-color: red !important;*/
	background-color: white !important;
}

li.roundabout-in-focus:hover img {
	/*background-color: red !important;*/
	background-color: red !important;
	opacity: 0.2;
}

/*
img roundabout-in-focus:hover {
	background-color: red !important;
	opacity: 0.4;
}
*/

li.roundabout-in-focus .img_text {
	position: absolute;
	top:10px;
	font-size: 19px;
	color: #4f4f4f;
}

li.roundabout-in-focus:hover .img_text {
	display: block !important;
}

@media screen and (max-width: 768px) {
	.visible-xs {
		display: block !important;
	}
	.hidden-xs {
		display: none !important;
		padding-top:20px;
	}
}