/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
#content .jcarousel-container {
    position: relative;
    width: 522px;
    padding: 5px 27px;
}

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

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

#content .jcarousel-clip ul,
#content .jcarousel-clip ul li
{
	padding: 0px;
	list-style: none;
	background: none;
	text-align: center;
}

#content ul.jcarousel-list li,
#content .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".
 */
#content .jcarousel-next {
    z-index: 3;
    display: none;
}

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


#content .jcarousel-skin-reference .jcarousel-clip-horizontal {
    width:  500px;
    height: 140px;
    margin: 0px auto;
}

#content .jcarousel-skin-reference .jcarousel-clip-vertical {
    width:  140px;
    height: 245px;
}

#content .jcarousel-skin-reference .jcarousel-item {
    width: 75px;
    height: 140px;
}

#content .jcarousel-skin-reference .jcarousel-item-horizontal {
    margin-right: 10px;
}

#content .jcarousel-skin-reference .jcarousel-item-vertical {
    margin-bottom: 10px;
}

#content .jcarousel-skin-reference .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
#content .jcarousel-skin-reference .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: 4px;
    width: 23px;
    height: 71px;
    cursor: pointer;
    background: transparent url(./rs/included/jcarousel/next-horizontal.png) no-repeat 0 0;
}

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

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

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

#content .jcarousel-skin-reference .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 4px;
    width: 23px;
    height: 71px;
    cursor: pointer;
    background: transparent url(./rs/included/jcarousel/prev-horizontal.png) no-repeat 0 0;
}

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

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

#content .jcarousel-skin-reference .jcarousel-prev-disabled-horizontal,
#content .jcarousel-skin-reference .jcarousel-prev-disabled-horizontal:hover,
#content .jcarousel-skin-reference .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}







/*.jcarousel-skin-reference .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}

.jcarousel-skin-reference .jcarousel-container-horizontal {
    width: 245px;
    padding: 5px 40px;
}

.jcarousel-skin-reference .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-reference .jcarousel-clip-horizontal {
    width:  245px;
    height: 140px;
}

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

.jcarousel-skin-reference .jcarousel-item {
    width: 75px;
    height: 140px;
}

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

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

.jcarousel-skin-reference .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-reference .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(./rs/included/jcarousel/next-horizontal.png) no-repeat 0 0;
}

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

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

.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: 43px;
    left: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(./rs/included/jcarousel/prev-horizontal.png) no-repeat 0 0;
}

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

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

.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;
}

.jcarousel-skin-reference .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(./rs/included/jcarousel/next-vertical.png) 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(./rs/included/jcarousel/prev-vertical.png) 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;
}


.jcarousel-skin-reference .jcarousel-container-horizontal {
    width: 87%;
}

.jcarousel-skin-reference .jcarousel-clip-horizontal {
    width: 100%;
}
*/
