/**
	CORE STYLESHEET
 * 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: absolute;
}

.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: 652px; 
    height: 98px;
}


/**
 * 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 */






/* smaller one */


.jcarousel-skin-small .jcarousel-container {
}

.jcarousel-skin-small .jcarousel-container-horizontal {
    width: 632px;/* 652 */
	 height: 98px;/* 98 */
	padding: 0 0 0 20px;
	margin: 0 0 0 147px;
}
.jcarousel-skin-small .jcarousel-clip-horizontal {
    width:  590px;
    width: 602px;
    height: 98px;
}
.jcarousel-skin-small .jcarousel-item {
    width: 118px;
    height: 98px;
    margin-right: 3px;
}

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



.jcarousel-skin-small .jcarousel-next-horizontal {
    position: absolute;
    top: 47px;
    right: 10px;
    width: 8px;
    height: 10px;
    cursor: pointer;
    background: transparent url(/images/icons/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-small .jcarousel-next-horizontal:hover {
    background-position: -8px 0;
}

.jcarousel-skin-small .jcarousel-next-horizontal:active {
    background-position: -16px 0;
}

.jcarousel-skin-small .jcarousel-next-disabled-horizontal,
.jcarousel-skin-small .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-small .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -24px 0;
    background-position: -240px 0; 
}

.jcarousel-skin-small .jcarousel-prev-horizontal {
    position: absolute;
	 top: 47px; left: 0px;
    width: 8px;
    height: 10px;
    cursor: pointer;
    background: transparent url(/images/icons/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-small .jcarousel-prev-horizontal:hover {
    background-position: -8px 0;
}

.jcarousel-skin-small .jcarousel-prev-horizontal:active {
    background-position: -16px 0;
}

.jcarousel-skin-small .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-small .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-small .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -24px 0;
    background-position: -240px 0; 
}

