/*************************************/
/*   welcart_1 Style
/*************************************/
.jcarousel-skin-welcart_1 .jcarousel-container{
    -moz-border-radius: 10px;
    background: #FFF;
    border: 1px solid #333;
}

.jcarousel-skin-welcart_1 .jcarousel-container-horizontal{
	width: 478px;
	padding: 20px 40px;
}

.jcarousel-skin-welcart_1 .jcarousel-container-vertical{
    width: 150px;
    height: 685px;
    padding: 40px 20px;
}

.jcarousel-skin-welcart_1 .jcarousel-clip-horizontal{
	width:  478px;
	height: 220px;
}

.jcarousel-skin-welcart_1 .jcarousel-clip-vertical{
    width:  150px;
    height: 685px;
}

.jcarousel-skin-welcart_1 .jcarousel-item{
	width: 140px;
	height: 208px;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
}

.jcarousel-skin-welcart_1 .jcarousel-item img{
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.jcarousel-skin-welcart_1 .jcarousel-item-horizontal{
    margin-right: 10px;
}

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

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-welcart_1 .jcarousel-next-horizontal{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 260px;
    cursor: pointer;
    background: transparent url(../images/welcart_1_next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-welcart_1 .jcarousel-next-horizontal:hover{
    background-position: -20px 0;
}

.jcarousel-skin-welcart_1 .jcarousel-next-horizontal:active{
    background-position: -40px 0;
}

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

.jcarousel-skin-welcart_1 .jcarousel-prev-horizontal{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 260px;
    cursor: pointer;
    background: transparent url(../images/welcart_1_prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-welcart_1 .jcarousel-prev-horizontal:hover{
    background-position: -20px 0;
}

.jcarousel-skin-welcart_1 .jcarousel-prev-horizontal:active{
    background-position: -40px 0;
}

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-welcart_1 .jcarousel-next-vertical{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 190px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../images/welcart_1_next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-welcart_1 .jcarousel-next-vertical:hover{
    background-position: 0 -20px;
}

.jcarousel-skin-welcart_1 .jcarousel-next-vertical:active{
    background-position: 0 -40px;
}

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

.jcarousel-skin-welcart_1 .jcarousel-prev-vertical{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 190px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../images/welcart_1_prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-welcart_1 .jcarousel-prev-vertical:hover{
    background-position: 0 -20px;
}

.jcarousel-skin-welcart_1 .jcarousel-prev-vertical:active{
    background-position: 0 -40px;
}

.jcarousel-skin-welcart_1 .jcarousel-prev-disabled-vertical,
.jcarousel-skin-welcart_1 .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-welcart_1 .jcarousel-prev-disabled-vertical:active{
    cursor: default;
    background-position: 0 -60px;
}

/*************************************/
/*   welcart_2 Style
/*************************************/
.jcarousel-skin-welcart_2 .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-welcart_2 .jcarousel-container-horizontal{
/*	width: 480px;*/
	width: 580px;
	padding: 20px 40px;
}

.jcarousel-skin-welcart_2 .jcarousel-container-vertical{
    width: 150px;
    height: 685px;
    padding: 40px 20px;
}

.jcarousel-skin-welcart_2 .jcarousel-clip-horizontal{
/*	width:  478px; */
	width:  580px;
	height: 220px;
    padding-left: 2px;
}

.jcarousel-skin-welcart_2 .jcarousel-clip-vertical{
    width:  155px;
    height: 682px;
    padding-top: 3px;
}

.jcarousel-skin-welcart_2 .jcarousel-item{
/*	width: 140px; */
	width: 173px;
	height: 208px;
	text-align: center;
	padding: 5px;
/*	background-image: url('../images/welcart_2_itembg.jpg');
	background-repeat: repeat-x;
	border: 1px solid #CCC; */
}

.jcarousel-skin-welcart_2 .jcarousel-item img{
	padding: 2px;
/*	border: 1px solid #CCCCCC; */
}
.jcarousel-skin-welcart_2 .jcarousel-item-horizontal{
    margin-right: 10px;
}

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

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-welcart_2 .jcarousel-next-horizontal{
    position: absolute;
    top: 116px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
/*    background: transparent url(../images/welcart_2_next-horizontal.png) no-repeat 0 0; */
    background: transparent url(../../../../images/welcart_2_next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-welcart_2 .jcarousel-next-horizontal:hover{
    background-position: -30px 0;
}

.jcarousel-skin-welcart_2 .jcarousel-next-horizontal:active{
    background-position: -60px 0;
}

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

.jcarousel-skin-welcart_2 .jcarousel-prev-horizontal{
    position: absolute;
    top: 116px;
    left: 7px;
    width: 30px;
    height: 30px;
    cursor: pointer;
/*    background: transparent url(../images/welcart_2_prev-horizontal.png) no-repeat 0 0; */
    background: transparent url(../../../../images/welcart_2_prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-welcart_2 .jcarousel-prev-horizontal:hover{
    background-position: -30px 0;
}

.jcarousel-skin-welcart_2 .jcarousel-prev-horizontal:active{
    background-position: -60px 0;
}

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-welcart_2 .jcarousel-next-vertical{
    position: absolute;
    bottom: 5px;
    left: 81px;
    width: 30px;
    height: 30px;
    cursor: pointer;
/*    background: transparent url(../images/welcart_2_next-vertical.png) no-repeat 0 0; */
    background: transparent url(/images/welcart_2_next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-welcart_2 .jcarousel-next-vertical:hover{
    background-position: 0 -30px;
}

.jcarousel-skin-welcart_2 .jcarousel-next-vertical:active{
    background-position: 0 -60px;
}

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

.jcarousel-skin-welcart_2 .jcarousel-prev-vertical{
    position: absolute;
    top: 7px;
    left: 81px;
    width: 30px;
    height: 30px;
    cursor: pointer;
/*    background: transparent url(../images/welcart_2_prev-vertical.png) no-repeat 0 0; */
    background: transparent url(/images/welcart_2_prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-welcart_2 .jcarousel-prev-vertical:hover{
    background-position: 0 -30px;
}

.jcarousel-skin-welcart_2 .jcarousel-prev-vertical:active{
    background-position: 0 -60px;
}

.jcarousel-skin-welcart_2 .jcarousel-prev-disabled-vertical,
.jcarousel-skin-welcart_2 .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-welcart_2 .jcarousel-prev-disabled-vertical:active{
    cursor: default;
    background-position: 0 -90px;
}

/*************************************/
/*   welcart_3 Style
/*************************************/
.jcarousel-skin-welcart_3 .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-welcart_3 .jcarousel-container-horizontal{
	width: 480px;
	padding: 20px 40px;
	background-image: url('../images/welcart_3_bg_horizontal.jpg');
	background-repeat: no-repeat;
}

.jcarousel-skin-welcart_3 .jcarousel-container-vertical{
    width: 150px;
    height: 675px;
    padding: 50px 20px 40px 20px;
	background-image: url('../images/welcart_3_bg_vertical.jpg');
	background-repeat: no-repeat;
}

.jcarousel-skin-welcart_3 .jcarousel-clip-horizontal{
	width:  478px;
	height: 220px;
}

.jcarousel-skin-welcart_3 .jcarousel-clip-vertical{
    width:  155px;
    height: 675px;
}

.jcarousel-skin-welcart_3 .jcarousel-item{
	width: 140px;
	height: 208px;
	text-align: center;
	padding: 5px;
	background-image: url('../images/welcart_3_itembg.gif');
	background-repeat: no-repeat;
}

.jcarousel-skin-welcart_3 .jcarousel-item img{
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.jcarousel-skin-welcart_3 .jcarousel-item-horizontal{
    margin-right: 10px;
}

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

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-welcart_3 .jcarousel-next-horizontal{
    position: absolute;
    top: 115px;
    right: 0px;
    width: 39px;
    height: 39px;
    cursor: pointer;
    background: transparent url(../images/welcart_3_next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-welcart_3 .jcarousel-next-horizontal:hover{
    background-position: -40px 0;
}

.jcarousel-skin-welcart_3 .jcarousel-next-horizontal:active{
    background-position: -80px 0;
}

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

.jcarousel-skin-welcart_3 .jcarousel-prev-horizontal{
    position: absolute;
    top: 115px;
    left: 0px;
    width: 39px;
    height: 39px;
    cursor: pointer;
    background: transparent url(../images/welcart_3_prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-welcart_3 .jcarousel-prev-horizontal:hover{
    background-position: -40px 0;
}

.jcarousel-skin-welcart_3 .jcarousel-prev-horizontal:active{
    background-position: -80px 0;
}

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-welcart_3 .jcarousel-next-vertical{
    position: absolute;
    bottom: 0px;
    left: 75px;
    width: 39px;
    height: 39px;
    cursor: pointer;
    background: transparent url(../images/welcart_3_next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-welcart_3 .jcarousel-next-vertical:hover{
    background-position: 0 -40px;
}

.jcarousel-skin-welcart_3 .jcarousel-next-vertical:active{
    background-position: 0 -80px;
}

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

.jcarousel-skin-welcart_3 .jcarousel-prev-vertical{
    position: absolute;
    top: 0px;
    left: 75px;
    width: 39px;
    height: 39px;
    cursor: pointer;
    background: transparent url(../images/welcart_3_prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-welcart_3 .jcarousel-prev-vertical:hover{
    background-position: 0 -40px;
}

.jcarousel-skin-welcart_3 .jcarousel-prev-vertical:active{
    background-position: 0 -80px;
}

.jcarousel-skin-welcart_3 .jcarousel-prev-disabled-vertical,
.jcarousel-skin-welcart_3 .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-welcart_3 .jcarousel-prev-disabled-vertical:active{
    cursor: default;
    background-position: 0 -120px;
}

