/* all container */
.jcarousel-skin-reference .jcarousel-container {
    background-image:       url('bg_jcarousel-clip-horizontal.gif');
    background-position:    top left;
    background-repeat:      repeat-x;
}

/* HORIZONTAL CAROUSEL */
/* horizontal container */
.jcarousel-skin-reference .jcarousel-container-horizontal {
    width:                  265px;
    height:                 245px;
}

/* images container */
.jcarousel-skin-reference .jcarousel-clip-horizontal {
    width:                  265px;
    height:                 221px;
    padding-top:            24px;
    margin:                 0; 
}

/* horizontal buttons */
.jcarousel-skin-reference .jcarousel-next-horizontal {
    position:               absolute;
    top:                    0;
    right:                  0px;
    width:                  23px;
    height:                 24px;
    cursor:                 pointer;
    border-left:            1px solid #FFFFFF;
    background:             transparent url('next-horizontal.gif') no-repeat 0 0;
}

/* roll-over : not used here 
.jcarousel-skin-reference .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

/* active state : not used here 
.jcarousel-skin-reference .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

/* dasabled state : not used here 
.jcarousel-skin-reference .jcarousel-next-disabled-horizontal,
.jcarousel-skin-reference .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-reference .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
*/

.jcarousel-skin-reference .jcarousel-prev-horizontal {
    position:               absolute;
    top:                    0;
    right:                  24px;
    width:                  23px;
    height:                 24px;
    cursor:                 pointer;
    background:             transparent url('prev-horizontal.gif') no-repeat 0 0;
}

/* roll-over : not used here 
.jcarousel-skin-reference .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

/* active state : not used here 
.jcarousel-skin-reference .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

/* dasabled state : not used here 
.jcarousel-skin-reference .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-reference .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-reference .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
*/

/* ITEMS */
.jcarousel-skin-reference .jcarousel-item {
    width:                  79px;
    height:                 215px;
    font-size:              11px;
    line-height:            1.1em;
}

.jcarousel-skin-reference .jcarousel-item .print-preview {
    width:                  79px;
    height:                 112px;
    margin-bottom:          6px;
}

.jcarousel-skin-reference .jcarousel-item .print-preview table {
    width:                  100%;
    height:                 100%;
    padding:                0;
}

.jcarousel-skin-reference .jcarousel-item .print-preview table td {
    text-align:             center;
    vertical-align:         bottom;
    padding:                0;
}

.jcarousel-skin-reference .jcarousel-item .print-info {
    width:                  79px;
}

.jcarousel-skin-reference .jcarousel-item .print-name {
    height:                 30px;
    color:                  #000000;
    font-weight:            bold;
}

.jcarousel-skin-reference .jcarousel-item a.print-link {
    color:                  #fff;
    text-decoration:        none;
}

.jcarousel-skin-reference .jcarousel-item a.print-link:hover {
    text-decoration:        underline;
}

/* horizontal carousel items */
.jcarousel-skin-reference .jcarousel-item-horizontal {
    margin-left:                 7px;
}

#reference {
    background-color:       #575757;
    padding-top:            10px;
}

/* vertical carousel items : not used here
.jcarousel-skin-reference .jcarousel-item-vertical {
    margin-bottom: 7px;
}
*/

/* VERTICAL CAROUSEL : not used here
.jcarousel-skin-reference .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-reference .jcarousel-clip-vertical {
    width:  77px;
    height: 245px;
}

/* vertical buttons 
.jcarousel-skin-reference .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-reference .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-reference .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-reference .jcarousel-next-disabled-vertical,
.jcarousel-skin-reference .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-reference .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-reference .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-reference .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-reference .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-reference .jcarousel-prev-disabled-vertical,
.jcarousel-skin-reference .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-reference .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
*/

