#carousel-container { position: relative; }
#carousel { height: 299px; border-collapse: collapse; position: relative; }
#carousel-wrapper { background-color: #f0e7e2; padding-top: 3px; padding-bottom: 2px; width: 747px; }
#carousel-image-container { width: 530px; height: 100%; }
#carousel-image-container img { position: absolute; top: 3px; left: 8px; display: none; }
#carousel-image-container img.current { display: block; }
#carousel td.right-td { padding-right: 6px; }
#carousel .carousel-cont-cont { display: table; width: 100%; cursor: pointer; }
#carousel .carousel-button-cont { padding: 0 70px 0 25px; font-size: 120%; height: 93px;
   display: table-cell; vertical-align: middle; color: #9e6388;
   background: #ebddd5 url("images/krajka-car.png") no-repeat right; }
#carousel .carousel-button-cont.active {
   color: #fff; text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.3);
   background: #b1cf87;
   background: url("images/krajka-car-white.png") no-repeat right, -moz-linear-gradient(top,  #b1cf87 0%, #84b653 100%);
   background: url("images/krajka-car-white.png") no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1cf87), color-stop(100%,#84b653));
   background: url("images/krajka-car-white.png") no-repeat right, -webkit-linear-gradient(top,  #b1cf87 0%,#84b653 100%);
   background: url("images/krajka-car-white.png") no-repeat right, -o-linear-gradient(top,  #b1cf87 0%,#84b653 100%);
   background: url("images/krajka-car-white.png") no-repeat right, -ms-linear-gradient(top,  #b1cf87 0%,#84b653 100%);
   background: url("images/krajka-car-white.png") no-repeat right, linear-gradient(to bottom,  #b1cf87 0%,#84b653 100%);
   box-shadow: 0 0 1px 1px rgba(250, 250, 250, 0.5) inset;
}