/*****************************************************************************************/
/*****************************************************************************************/
/*Motorrad - jQuery carousel styles - jcarousel.css
Created on 27/10/09 by Jon Mackie for Psand Ltd
Adapted from original css file: http://sorgalla.com/projects/jcarousel/.

This style sheet contains styles for the jQuery Carousel plugin.*/
/*****************************************************************************************/
/*****************************************************************************************/

/*Start global carousel styles*/
.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;
    margin:0;
    padding:0;
    list-style:none;
}
.jcarousel-next {
    z-index:3;
    display:none;
}
.jcarousel-prev {
    z-index:3;
    display:none;
}
/*End global carousel styles*/

/*Start styles for horizontal carousel*/
.jcarousel-container-horizontal {
    padding:20px 40px;
}
.jcarousel-list li,
.jcarousel-item {
    float:left;
}
.jcarousel-next-horizontal {
    position:absolute;
    top:43px;
    right:5px;
    width:32px;
    height:32px;
    cursor:pointer;
}
.jcarousel-next-horizontal:hover {
    background-position:-32px 0;
}
.jcarousel-next-horizontal:active {
    background-position:-64px 0;
}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor:default;
    background-position:-96px 0;
}
.jcarousel-prev-horizontal {
    position:absolute;
    top:43px;
    left:5px;
    width:32px;
    height:32px;
    cursor:pointer;
}
.jcarousel-prev-horizontal:hover {
    background-position:-32px 0;
}
.jcarousel-prev-horizontal:active {
    background-position:-64px 0;
}
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor:default;
    background-position:-96px 0;
}
/*End styles for horizontal carousel*/

/*Start styles for vertical carousel  - not in use*/
/*.jcarousel-container-vertical {
    width:75px;
    height:245px;
    padding:40px 20px;
}
.jcarousel-clip-vertical {
    width:75px;
    height:245px;
}
.jcarousel-item-vertical {
    margin-bottom:10px;
}
.jcarousel-next-vertical {
    position:absolute;
    bottom:5px;
    left:43px;
    width:32px;
    height:32px;
    cursor:pointer;
}
.jcarousel-next-vertical:hover {
    background-position:0 -32px;
}
.jcarousel-next-vertical:active {
    background-position:0 -64px;
}
.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
    cursor:default;
    background-position:0 -96px;
}
.jcarousel-prev-vertical {
    position:absolute;
    top:5px;
    left:43px;
    width:32px;
    height:32px;
    cursor:pointer;
}
.jcarousel-prev-vertical:hover {
    background-position:0 -32px;
}
.jcarousel-prev-vertical:active {
    background-position:0 -64px;
}
.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
    cursor:default;
    background-position:0 -96px;
}*/
/*End styles for vertical carousel - not in use*/