.jcarousel-skin-thlife .jcarousel-container {
    background: transparent;
}

.jcarousel-skin-thlife .jcarousel-container-horizontal {
    width: 470px;
/*	height:310px;*/
	height:620px;
}

.jcarousel-skin-thlife .jcarousel-container-vertical {
    width: 232px;
    height: 220px;
}

#just_mar .jcarousel-skin-thlife .jcarousel-container-vertical {
    width: 232px;
    height: 60px;
}

.jcarousel-skin-thlife .jcarousel-clip-horizontal {
    width:  482px;
/*    height: 310px;*/
    height: 620px;
}

.jcarousel-skin-thlife .jcarousel-clip-vertical {
    width:  232px;
	height: 200px;
}

#just_mar .jcarousel-skin-thlife .jcarousel-clip-vertical {
    width:  232px;
	height: 40px;
}

.jcarousel-skin-thlife .jcarousel-item {
    
}

.jcarousel-skin-thlife .jcarousel-item-horizontal {
    width: 230px;
    height: 660px;
}

.jcarousel-skin-thlife .jcarousel-item-vertical {
    width: 240px;
    height: 92px;
}

.jcarousel-skin-thlife .jcarousel-item-placeholder {
    width: 230px;
    height: 120px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-thlife .jcarousel-next-horizontal {
    position: absolute;
/*    top: 136px;*/
    top: 286px;
    right: -10px;
    width: 19px;
    height: 37px;
    cursor: pointer;
    background: url(arr_r_n.png) no-repeat;
}

.jcarousel-skin-thlife .jcarousel-next-horizontal:hover {
   background: url(arr_r_h.png) no-repeat;
}

.jcarousel-skin-thlife .jcarousel-next-horizontal:active {
   background: url(arr_r_o.png) no-repeat;
}

.jcarousel-skin-thlife .jcarousel-next-disabled-horizontal,
.jcarousel-skin-thlife .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-thlife .jcarousel-next-disabled-horizontal:active {
   position: absolute;
/*   top: 136px;*/
   top: 286px;
   right: -10px;
   width: 19px;
   height: 37px;
   background: url(arr_r_no.png) no-repeat;
}

.jcarousel-skin-thlife .jcarousel-prev-horizontal {
    position: absolute;
/*    top: 136px;*/
    top: 286px;
    left: -12px;
    width: 19px;
    height: 37px;
    cursor: pointer;
    background: url(arr_l_n.png) no-repeat;
}

.jcarousel-skin-thlife .jcarousel-prev-horizontal:hover {
   background: url(arr_l_h.png) no-repeat;
}

.jcarousel-skin-thlife .jcarousel-prev-horizontal:active {
   background: url(arr_l_o.png) no-repeat;
}

.jcarousel-skin-thlife .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-thlife .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-thlife .jcarousel-prev-disabled-horizontal:active {
    position: absolute;
/*    top: 136px;*/
    top: 286px;
    left: -12px;
    width: 19px;
    height: 37px;
    background: url(arr_l_no.png) no-repeat;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-thlife .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
    left: 90px;
    width: 36px;
    height: 19px;
    cursor: pointer;
    background: transparent url(arr_d_n.png) no-repeat;
}

.jcarousel-skin-thlife .jcarousel-next-vertical:hover {
    background: transparent url(arr_d_h.png) no-repeat;
}

.jcarousel-skin-thlife .jcarousel-next-vertical:active {
    background: transparent url(arr_d_o.png) no-repeat;
}

.jcarousel-skin-thlife .jcarousel-next-disabled-vertical,
.jcarousel-skin-thlife .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-thlife .jcarousel-next-disabled-vertical:active {
    background: transparent url(arr_d_no.png) no-repeat;
}

.jcarousel-skin-thlife .jcarousel-prev-vertical {
    position: absolute;
    top: -25px;
    left: 90px;
    width: 36px;
    height: 19px;
    cursor: pointer;
    background: transparent url(arr_u_n.png) no-repeat;
}

.jcarousel-skin-thlife .jcarousel-prev-vertical:hover {
    background: transparent url(arr_u_h.png) no-repeat;
}

.jcarousel-skin-thlife .jcarousel-prev-vertical:active {
    background: transparent url(arr_u_o.png) no-repeat;
}

.jcarousel-skin-thlife .jcarousel-prev-disabled-vertical,
.jcarousel-skin-thlife .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-thlife .jcarousel-prev-disabled-vertical:active {
    
    background: transparent url(arr_u_no.png) no-repeat;;
}

