.jcarousel-skin-tango .jcarousel-container {
	height:100px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-list-horizontal{
    width: 450px;
   /* padding: 20px 40px;*/
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 450px;
    height: 250px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  1080px;
    height: 100px;
	margin:auto;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  208px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-item {
	position:relative;
    width: 210px;
    height: 100px;
	background-color:#fff;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin:0px 30px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 50%;
	margin-top:-20px;
    right: 0px;
    width: 13px;
    height: 21px;
    cursor: pointer;
    background: transparent url(/images/slider_arrow_r.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {

}

.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:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;

}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 50%;
	margin-top:-20px;
    left: 0px;
    width: 13px;
    height: 21px;
    cursor: pointer;
    background: transparent url(/images/slider_arrow_l.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {

}

.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:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;

}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {

}

.jcarousel-skin-tango .jcarousel-next-vertical:active {

}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;

}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/*********************************************************/

.jcarousel-skin-products .jcarousel-container {

}

.jcarousel-skin-products .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-products .jcarousel-container-horizontal {
    width: 1170px;
	padding:0px 0px;
   /* padding: 20px 40px;*/
}

.jcarousel-skin-products .jcarousel-container-vertical {
    width: 908px;
    height: 250px;
    padding: 40px 20px;
}

.jcarousel-skin-products .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-products .jcarousel-clip-horizontal {
    width:1100px;
    height:450px;
	margin:auto;
}

.jcarousel-skin-products .jcarousel-clip-vertical {
    width:  350px;
    height: 407px;
}

.jcarousel-skin-products .jcarousel-item {
	position:relative;
    width: 350px;
    height: 407px;
	padding:0px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	overflow:hidden;
}

.jcarousel-skin-products .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 20px;
}

.jcarousel-skin-products .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-products .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-products .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-products .jcarousel-next-horizontal {
    position: absolute;
    top: 45%;
	margin-top:-10px;
    right: 0px;
    width: 13px;
    height: 21px;
    cursor: pointer;
    background: transparent url(/images/slider_arrow_r.png) no-repeat 0 0;
}

.jcarousel-skin-products .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-products .jcarousel-next-horizontal:hover,
.jcarousel-skin-products .jcarousel-next-horizontal:focus {

}

.jcarousel-skin-products .jcarousel-next-horizontal:active {

}

.jcarousel-skin-products .jcarousel-next-disabled-horizontal,
.jcarousel-skin-products .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-products .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-products .jcarousel-next-disabled-horizontal:active {
    cursor: default;

}

.jcarousel-skin-products .jcarousel-prev-horizontal {	
    position: absolute;
    top: 45%;
	margin-top:-10px;
    left: 0px;
    width: 13px;
    height: 21px;
    cursor: pointer;
    background: transparent url(/images/slider_arrow_l.png) no-repeat 0 0;
}

.jcarousel-skin-products .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    left: 0px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-products .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-products .jcarousel-prev-horizontal:focus {

}

.jcarousel-skin-products .jcarousel-prev-horizontal:active {

}

.jcarousel-skin-products .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-products .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-products .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-products .jcarousel-prev-disabled-horizontal:active {
    cursor: default;

}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-products .jcarousel-next-vertical {
    position: absolute;
    top: 50%;
	margin-top:-10px;
    right: 0px;
    width: 13px;
    height: 21px;
    cursor: pointer;
    background: transparent url(/images/slider_arrow_r.png) no-repeat 0 0;
}

.jcarousel-skin-products .jcarousel-next-vertical:hover,
.jcarousel-skin-products .jcarousel-next-vertical:focus {

}

.jcarousel-skin-products .jcarousel-next-vertical:active {

}

.jcarousel-skin-products .jcarousel-next-disabled-vertical,
.jcarousel-skin-products .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-products .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-products .jcarousel-next-disabled-vertical:active {
    cursor: default;

}

.jcarousel-skin-products .jcarousel-prev-vertical {	
    position: absolute;
    top: 50%;
	margin-top:-10px;
    left: 0px;
    width: 13px;
    height: 21px;
    cursor: pointer;
    background: transparent url(/images/slider_arrow_l.png) no-repeat 0 0;
}

.jcarousel-skin-products .jcarousel-prev-vertical:hover,
.jcarousel-skin-products .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-products .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-products .jcarousel-prev-disabled-vertical,
.jcarousel-skin-products .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-products .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-products .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


/************************************************************/
/*CATALOG*/
.jcarousel-skin-catalog .jcarousel-container {

}

.jcarousel-skin-catalog .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-catalog .jcarousel-container-horizontal {
    width: 1170px;
   /* padding: 20px 40px;*/
}

.jcarousel-skin-catalog .jcarousel-container-vertical {
    width: 908px;
    height: 250px;
    padding: 40px 20px;
}

.jcarousel-skin-catalog .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-catalog .jcarousel-clip-horizontal {
    width: 1100px;
    height: 250px;
	margin:auto;
}

.jcarousel-skin-catalog .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-catalog .jcarousel-item {
	position:relative;
    width: 258px;
    height: 250px;
	background-color:#fff;
	overflow:hidden;
}

.jcarousel-skin-catalog .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 20px;
}

.jcarousel-skin-catalog .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-catalog .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-catalog .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-catalog .jcarousel-next-horizontal {
    position: absolute;
    top: 50%;
	margin-top:-40px;
    right: 0px;
    width: 13px;
    height: 21px;
    cursor: pointer;
    background: transparent url(/images/slider_arrow_r.png) no-repeat 0 0;
}

.jcarousel-skin-catalog .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-catalog .jcarousel-next-horizontal:hover,
.jcarousel-skin-catalog .jcarousel-next-horizontal:focus {

}

.jcarousel-skin-catalog .jcarousel-next-horizontal:active {

}

.jcarousel-skin-catalog .jcarousel-next-disabled-horizontal,
.jcarousel-skin-catalog .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-catalog .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-catalog .jcarousel-next-disabled-horizontal:active {
    cursor: default;

}

.jcarousel-skin-catalog .jcarousel-prev-horizontal {
    position: absolute;
    top: 50%;
	margin-top:-40px;
    left: 0px;
    width: 13px;
    height: 21px;
    cursor: pointer;
    background: transparent url(/images/slider_arrow_l.png) no-repeat 0 0;
}

.jcarousel-skin-catalog .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    left: 0px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-catalog .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-catalog .jcarousel-prev-horizontal:focus {

}

.jcarousel-skin-catalog .jcarousel-prev-horizontal:active {

}

.jcarousel-skin-catalog .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-catalog .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-catalog .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-catalog .jcarousel-prev-disabled-horizontal:active {
    cursor: default;

}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-catalog .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-catalog .jcarousel-next-vertical:hover,
.jcarousel-skin-catalog .jcarousel-next-vertical:focus {

}

.jcarousel-skin-catalog .jcarousel-next-vertical:active {

}

.jcarousel-skin-catalog .jcarousel-next-disabled-vertical,
.jcarousel-skin-catalog .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-catalog .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-catalog .jcarousel-next-disabled-vertical:active {
    cursor: default;

}

.jcarousel-skin-catalog .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-catalog .jcarousel-prev-vertical:hover,
.jcarousel-skin-catalog .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-catalog .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-catalog .jcarousel-prev-disabled-vertical,
.jcarousel-skin-catalog .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-catalog .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-catalog .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/************************************************************/
/*ART IMAGES*/
.art-thumb .jcarousel-container {

}

.art-thumb .jcarousel-direction-rtl {
	direction: rtl;
}

.art-thumb .jcarousel-container-horizontal {
    width: 1170px;
   /* padding: 20px 40px;*/
}

.art-thumb .jcarousel-container-vertical {
    width: 565px;
    height: 110px;
}

.art-thumb .jcarousel-clip {
    overflow: hidden;
}

.art-thumb .jcarousel-clip-horizontal {
    width: 495px;
    height: 110px;
	margin:auto;
}

.art-thumb .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.art-thumb .jcarousel-item {
	position:relative;
    width: 135px;
    height: 110px;
	background-color:#fff;
	overflow:hidden;
}

#art_images .jcarousel-clip-horizontal{
	width: 495px;
    height: 110px;
	margin:auto;
}

.art-thumb .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 45px;
}

.art-thumb .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.art-thumb .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.art-thumb .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
#art_images .jcarousel-next-horizontal {
    position: absolute;
    top: 50%;
	margin-top:-10px;
    right: 0px;
    width: 13px;
    height: 21px;
    cursor: pointer;
    background: transparent url(/images/slider_arrow_r.png) no-repeat 0 0;
}

.art-thumb .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.art-thumb .jcarousel-next-horizontal:hover,
.art-thumb .jcarousel-next-horizontal:focus {

}

.art-thumb .jcarousel-next-horizontal:active {

}

.art-thumb .jcarousel-next-disabled-horizontal,
.art-thumb .jcarousel-next-disabled-horizontal:hover,
.art-thumb .jcarousel-next-disabled-horizontal:focus,
.art-thumb .jcarousel-next-disabled-horizontal:active {
    cursor: default;

}

#art_images .jcarousel-prev-horizontal {
    position: absolute;
    top: 50%;
	margin-top:-10px;
    left: 0px;
    width: 13px;
    height: 21px;
    cursor: pointer;
    background: transparent url(/images/slider_arrow_l.png) no-repeat 0 0;
}

.art-thumb .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    left: 0px;
    background-image: url(next-horizontal.png);
}

.art-thumb .jcarousel-prev-horizontal:hover, 
.art-thumb .jcarousel-prev-horizontal:focus {

}

.art-thumb .jcarousel-prev-horizontal:active {

}

.art-thumb .jcarousel-prev-disabled-horizontal,
.art-thumb .jcarousel-prev-disabled-horizontal:hover,
.art-thumb .jcarousel-prev-disabled-horizontal:focus,
.art-thumb .jcarousel-prev-disabled-horizontal:active {
    cursor: default;

}

/**
 *  Vertical Buttons
 */
.art-thumb .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.art-thumb .jcarousel-next-vertical:hover,
.art-thumb .jcarousel-next-vertical:focus {

}

.art-thumb .jcarousel-next-vertical:active {

}

.art-thumb .jcarousel-next-disabled-vertical,
.art-thumb .jcarousel-next-disabled-vertical:hover,
.art-thumb .jcarousel-next-disabled-vertical:focus,
.art-thumb .jcarousel-next-disabled-vertical:active {
    cursor: default;

}

.art-thumb .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.art-thumb .jcarousel-prev-vertical:hover,
.art-thumb .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.art-thumb .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.art-thumb .jcarousel-prev-disabled-vertical,
.art-thumb .jcarousel-prev-disabled-vertical:hover,
.art-thumb .jcarousel-prev-disabled-vertical:focus,
.art-thumb .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}