.roundabout-holder {
      list-style: none;
      padding: 0;
      margin: 0;
      height: 5em;
      width: 5em;
   }
.roundabout-moveable-item {
      height: 4em;
      width: 4em;
      cursor: pointer;
      
      border: 2px solid white;
	  /*background-image: url("../img/backimg320.png");
	  background-position: center center;
	  background-repeat: no-repeat;*/
	  background-color: #192c3b;
   }
   
   
ul#carousel2 {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 28em;
	height: 15em;
}

ul#carousel2 li {
	height: 12em;
	width: 15em;
	text-align: center;
	cursor: pointer;
	
}

ul#carousel2 li img {
	height: 12em;
}

ul#carousel2 li.roundabout-in-focus {
	cursor: default; /*cursor: auto;*/
}

ul#carousel2 li span {
	position:absolute;
	color: white;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	width: 94%;
	height:2.2em;
	background-image: url("../img/gristransparent.png");
	/*background-color:#000000;*/
	bottom:0em;
	text-align: left;
	padding:3%;
	font-family: 'berthold_walbaum_bookregular';
	
}
@media (min-width: 768px) and (max-width: 1023px) {
ul#carousel2 {
	width: 22em;
	height: 14em;
}
ul#carousel2 li {
	height: 10em;
	width: 12em;
}

ul#carousel2 li img {
	height: 10em;
}
}
@media (max-width: 500px) {
ul#carousel2 {
	width: 20em;
	height: 10em;
}
ul#carousel2 li {
	height: 8em;
	width: 12em;
}

ul#carousel2 li img {
	height: 8em;
}
}

ul#carousel2 li.roundabout-in-focus a:hover{
	text-decoration: underline!important;
}
ul#carousel2 li.roundabout-in-focus a{
	color:  white!important;
}
ul#carousel2 a{
	color: #CECECE;
	text-decoration:none;
}

#carbonads-container .carbonad {
	margin: 0 auto;
}