/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/**
skin
 */

.jcarousel-skin-flyhi .jcarousel-container {
    background: url(../i/bg/carousel_container.gif) repeat-x;
}

.jcarousel-skin-flyhi .jcarousel-container-horizontal {
    width: 421px;
    padding: 0 43px 0 42px;
}
.jcarousel-skin-flyclub  .jcarousel-container-horizontal {
    width: 430px;
    padding: 0 30px 8px 30px;
}
.jcarousel-skin-flyclub2  .jcarousel-container-horizontal {
    width: 430px;
    padding: 0 30px 8px 30px;
}

.jcarousel-skin-flyhi .jcarousel-clip-horizontal {
    width:  421px;
    height: 66px;
}
.jcarousel-skin-flyclub .jcarousel-clip-horizontal {
    width:  430px;
    height: 66px;
}
.jcarousel-skin-flyclub2 .jcarousel-clip-horizontal {
    width:  430px;
    height: 66px;
}

.jcarousel-skin-flyhi .jcarousel-item,
.jcarousel-skin-flyclub .jcarousel-item,
.jcarousel-skin-flyclub2 .jcarousel-item {
    width: 100px;
    height: 66px;
}

A.lines:link,
A.lines:visited,
A.lines:hover,
A.lines:active{
  display:block;
    padding:1px 0;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
}
#aerokurier A.lines:hover{
    border-top:2px solid #ffd340;
    border-bottom:2px solid #ffd340;
}
#flugrevue A.lines:hover{
    border-top:2px solid #043882;
    border-bottom:2px solid #043882;
}
#klassiker A.lines:hover{
    border-top:2px solid #00ac90;
    border-bottom:2px solid #00ac90;
}

.jcarousel-skin-flyhi .jcarousel-item-horizontal {
    margin-right: 7px;
}
.jcarousel-skin-flyclub .jcarousel-item-horizontal {
    margin-right: 10px;
}
.jcarousel-skin-flyclub2 .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-flyhi .jcarousel-item-placeholder,
.jcarousel-skin-flyclub .jcarousel-item-placeholder,
.jcarousel-skin-flyclub2 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-flyhi .jcarousel-next-horizontal,
.jcarousel-skin-flyclub .jcarousel-next-horizontal,
.jcarousel-skin-flyclub2 .jcarousel-next-horizontal {
    position: absolute;
    top: 18px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../i/bg/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-flyhi .jcarousel-next-horizontal:hover,
.jcarousel-skin-flyclub .jcarousel-next-horizontal:hover,
.jcarousel-skin-flyclub2 .jcarousel-next-horizontal:hover  {
    background-position: -32px 0;
}

.jcarousel-skin-flyhi .jcarousel-next-horizontal:active,
.jcarousel-skin-flyclub .jcarousel-next-horizontal:active,
.jcarousel-skin-flyclub2 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-flyhi .jcarousel-next-disabled-horizontal,
.jcarousel-skin-flyhi .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-flyhi .jcarousel-next-disabled-horizontal:active,
.jcarousel-skin-flyclub .jcarousel-next-disabled-horizontal,
.jcarousel-skin-flyclub .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-flyclub .jcarousel-next-disabled-horizontal:active,
.jcarousel-skin-flyclub2 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-flyclub2 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-flyclub2 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-flyhi .jcarousel-prev-horizontal,
.jcarousel-skin-flyclub .jcarousel-prev-horizontal,
.jcarousel-skin-flyclub2 .jcarousel-prev-horizontal {
    position: absolute;
    top: 18px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../i/bg/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-flyhi .jcarousel-prev-horizontal:hover,
.jcarousel-skin-flyclub .jcarousel-prev-horizontal:hover,
.jcarousel-skin-flyclub2 .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-flyhi .jcarousel-prev-horizontal:active,
.jcarousel-skin-flyclub .jcarousel-prev-horizontal:active,
.jcarousel-skin-flyclub2 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-flyhi .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-flyhi .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-flyhi .jcarousel-prev-disabled-horizontal:active,
.jcarousel-skin-flyclub .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-flyclub .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-flyclub .jcarousel-prev-disabled-horizontal:active,
.jcarousel-skin-flyclub2 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-flyclub2 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-flyclub2 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

