/*
Theme Name: der Hörverlag
Version: 1.0
Author: Design Aspekt (MG)
*/

.recommendations .jcarousel {
	width: 537px;
	height: auto;
}

.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: 148px;
    height: 140px;
}

.jcarousel-item img {
    padding:1px;
    border:1px solid #cccccc;
}

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

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

/* The Skin Starts */
.jcarousel-skin-three .jcarousel-container-horizontal {
    width: 480px;
    padding:0;
    margin:0 0 0 30px;
}

.jcarousel-skin-three .jcarousel-container-vertical {
    height: 245px;
    padding:0;
}

.jcarousel-skin-three .jcarousel-clip-horizontal {
    height: 144px;
}

.jcarousel-skin-three .jcarousel-clip-vertical {
    width:  152px;
    height: 144px;
}

.jcarousel-skin-three .jcarousel-item {
    width: 152px;
    height: 144px;
}

.jcarousel-skin-three .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-three .jcarousel-item-vertical {
    margin-bottom: 10px;
}


/* next button start */
.jcarousel-skin-three .jcarousel-next-horizontal {
    position: absolute;
    top: 10px;
    right: -25px;
    width: 22px;
    height: 125px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-three .jcarousel-next-horizontal:hover {
    background-position: -33px 0;
}

.jcarousel-skin-three .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-three .jcarousel-next-disabled-horizontal,
.jcarousel-skin-three .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-three .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
/* next button end */


/* previous button start */
.jcarousel-skin-three .jcarousel-prev-horizontal {
    position: absolute;
    top: 10px;
    left: -27px;
    width: 22px;
    height: 125px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-three .jcarousel-prev-horizontal:hover {
    background-position: -33px 0;
 }

.jcarousel-skin-three .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-three .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-three .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-three .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
/* previous button end */

/* The Skin Ends*/