/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
		margin: 0 auto;
}

.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;
		background: none !important;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    /* width: 297px;
    height: 213px; */
}

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




.jcarousel-skin-tango .jcarousel-container {

}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 1000px;
	margin: 0 auto;
	height: 213px;
	position: relative;
	left: -4px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 891px;
	margin: 0 auto;
	height: 213px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.jcarousel-skin-tango .jcarousel-item {
  
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	width: 297px;
	padding: 0;
	float: left;
	position: relative;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
  
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	cursor: pointer;
	width: 27px;
	height: 53px;
	right: 0;
	top: 68px;
	background: url( ../images/special_arr.png ) 0 -53px no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
  
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
  
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  cursor: default;
	
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
	cursor: pointer;
	width: 27px;
	height: 53px;
	background: url( ../images/special_arr.png ) 0 0 no-repeat;
	left: 0;
	top: 68px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
  
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
  
}

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




/* SKIN jcarousel-skin-product */

.jcarousel-skin-product .jcarousel-container {
	
}

.jcarousel-skin-product .jcarousel-container-horizontal {
	
	padding: 7px 0 0 0;
}

.jcarousel-skin-product .jcarousel-clip-horizontal {
  width: 272px;
	height: 127px;
	margin: 0 auto;
}

.jcarousel-skin-product .jcarousel-item {
	width: 122px;
	height: 127px;
	padding: 0 7px;
}

.jcarousel-skin-product .jcarousel-item-horizontal {
	float: left;
}

.jcarousel-skin-product .jcarousel-item-placeholder {
  
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-product .jcarousel-next-horizontal {
	position: absolute;
	cursor: pointer;
	width: 18px;
	height: 35px;
	background: url( ../images/product_arrow.png ) -18px 0 no-repeat;
	right: 2px;
	top: 45px;
}

.jcarousel-skin-product .jcarousel-next-horizontal:hover {
  
}

.jcarousel-skin-product .jcarousel-next-horizontal:active {
  
}

.jcarousel-skin-product .jcarousel-next-disabled-horizontal,
.jcarousel-skin-product .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-product .jcarousel-next-disabled-horizontal:active {
  cursor: default;
	
}

.jcarousel-skin-product .jcarousel-prev-horizontal {
  position: absolute;
	cursor: pointer;
	width: 18px;
	height: 35px;
	background: url( ../images/product_arrow.png ) 0 0 no-repeat;
	left: 2px;
	top: 45px;
}

.jcarousel-skin-product .jcarousel-prev-horizontal:hover {
  
}

.jcarousel-skin-product .jcarousel-prev-horizontal:active {
  
}

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


