/**
 * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
 *
 * This library is free software; you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation; either version 2.1 of the License, or (at your option)
 * any later version.
 *
 * This library is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
 * details.
 */
/* ---------- Extras ---------- */
.aui .main-carousel {
  margin: -12px -20px;
  padding: 0 !important; }
  .aui .main-carousel .carousel-container .carousel-item {
    background: #FFF no-repeat right top;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .aui .main-carousel .carousel-container .carousel-item > span {
      display: block;
      padding: 20px;
      max-width: 250px;
      background: rgba(255, 255, 255, 0.8);
      margin: 10px; }