/* jQuery carousel skin for TruckStore */

@CHARSET "UTF-8";

.tsGallery .jcarousel-container {
    background:transparent;
    border: none;
    -moz-user-select: none;
}

.tsGallery .jcarousel-container-horizontal {
    width: 316px;
    height: 170px;
    padding: 0;
}

.tsGallery .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.tsGallery .jcarousel-clip-horizontal {
	background:url(2f9295e843b84d9e4305461d46b77c03_tsSprite.png) no-repeat;
    width:  254px;
    height: 170px;
    margin-left: 31px;
}

.tsGalleryTruck .jcarousel-clip-horizontal							{background-position: -33px -599px;}
.tsGalleryNavigator .jcarousel-clip-horizontal						{background-position: -33px -770px;}

.tsGallery .jcarousel-item {
    width: 254px;
    height: 170px;
}

.tsGallery .jcarousel-item-horizontal {
    margin-right: 0;
    padding: 0;
    text-align: center;
    background: none;
}

.tsGallery .jcarousel-item-placeholder {
    background: transparent;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.tsGallery .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 31px;
    height: 170px;
    cursor: pointer;
    background:url(2f9295e843b84d9e4305461d46b77c03_tsSprite.png) no-repeat;
}

.tsGallery .jcarousel-next-horizontal:hover {
    background-position: -352px -599px;
}

.tsGallery .jcarousel-next-horizontal:active {
    background-position: -288px -599px;
}

.tsGallery .jcarousel-next-disabled-horizontal,
.tsGallery .jcarousel-next-disabled-horizontal:hover,
.tsGallery .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background:url(2f9295e843b84d9e4305461d46b77c03_tsSprite.png) no-repeat -288px -599px;
}

.tsGalleryTruck .jcarousel-next-horizontal {
	background-position: -288px -599px;
}

.tsGalleryTruck .jcarousel-next-horizontal:hover {
    background-position: -352px -599px;
}

.tsGalleryTruck .jcarousel-next-horizontal:active {
    background-position: -288px -599px;
}

.tsGalleryTruck .jcarousel-next-disabled-horizontal,
.tsGalleryTruck .jcarousel-next-disabled-horizontal:hover,
.tsGalleryTruck .jcarousel-next-disabled-horizontal:active {
    background-position: -288px -599px;
}


.tsGalleryNavigator .jcarousel-next-horizontal {
	background-position: -288px -770px;
}

.tsGalleryNavigator .jcarousel-next-horizontal:hover,
.tsGalleryNavigator .jcarousel-next-horizontal-hover{
    background-position: -352px -770px;
}

.tsGalleryNavigator .jcarousel-next-horizontal:active {
    background-position: -352px -770px;
}

.tsGalleryNavigator .jcarousel-next-disabled-horizontal,
.tsGalleryNavigator .jcarousel-next-disabled-horizontal:hover,
.tsGalleryNavigator .jcarousel-next-disabled-horizontal:active {
    background-position: -288px -770px;
}

.tsGallery .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 31px;
    height: 170px;
    cursor: pointer;
    background:url(2f9295e843b84d9e4305461d46b77c03_tsSprite.png) no-repeat;
}

.tsGallery .jcarousel-prev-horizontal:hover {
    background-position: -320px -599px;
}

.tsGallery .jcarousel-prev-horizontal:active {
    background-position: -1px -599px;
}

.tsGallery .jcarousel-prev-disabled-horizontal,
.tsGallery .jcarousel-prev-disabled-horizontal:hover,
.tsGallery .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -1px -599px;
}

.tsGalleryNavigator .jcarousel-prev-horizontal {
	background-position: -1px -770px;
}

.tsGalleryNavigator .jcarousel-prev-horizontal:hover,
.tsGalleryNavigator .jcarousel-prev-horizontal-hover {
    background-position: -320px -770px;
}

.tsGalleryNavigator .jcarousel-prev-horizontal:active {
    background-position: -320px -770px;
}

.tsGalleryNavigator .jcarousel-prev-disabled-horizontal,
.tsGalleryNavigator .jcarousel-prev-disabled-horizontal:hover,
.tsGalleryNavigator .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -1px -599px;
}

.tsGalleryTruck .jcarousel-prev-horizontal {
	background-position: -1px -599px;
}

.tsGalleryTruck .jcarousel-prev-horizontal:hover {
    background-position: -320px -599px;
}

.tsGalleryTruck .jcarousel-prev-horizontal:active {
    background-position: -1px -599px;
}

.tsGalleryTruck .jcarousel-prev-disabled-horizontal,
.tsGalleryTruck .jcarousel-prev-disabled-horizontal:hover,
.tsGalleryTruck .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -1px -599px;
}

/* custom styles */
.tsGallery																										{margin:9px 0 0 0;width:316px;height:197px;display:none;}
.tsGallery h3																									{height:27px;line-height:27px;font-size:12px;font-style:normal;margin:0;font-weight:bold;color:#d5d5d5;padding:0 12px;background:url(2f9295e843b84d9e4305461d46b77c03_tsSprite.png) no-repeat -1px -571px;}

/* gallery items */
.tsGallery .tsGalleryCnt ul.tsCarousel li																		{width:254px;}

.tsGallery .jcarousel-item-horizontal .tsCarouselItem															{margin:7px 5px;width:244px;height:156px;overflow:hidden;}
.tsGallery .jcarousel-item-horizontal .tsCarouselItem .tsCarouselImg											{width:244px;height:105px;overflow:hidden;}
.tsGallery .jcarousel-item-horizontal .tsCarouselItem .tsCarouselDesc											{width:244px;height:51px;overflow:hidden;}
.tsGallery .jcarousel-item-horizontal .tsCarouselItem .tsCarouselDesc p 										{color:#000;margin-top:2px;font-size:12px;font-weight:normal;line-height:14px;}
.tsGallery .jcarousel-item-horizontal .tsCarouselItem .tsCarouselDesc p a										{font-weight:bold;}
.tsGallery .jcarousel-item-horizontal .tsCarouselItem .tsCarouselDesc p.price									{font-weight:bold;}

.tsGalleryNavigator .jcarousel-item-horizontal .tsCarouselItem .tsCarouselDesc p								{color:#ccc;}
.tsGalleryNavigator .jcarousel-item-horizontal .tsCarouselItem .tsCarouselDesc p.price							{color:#fff;margin:-8px 0 0 -27px;}
.tsGalleryNavigator .jcarousel-item-horizontal .tsCarouselItem .tsCarouselDesc p.price img.tsRedPen				{margin:0 5px 0 0;}
.tsGalleryNavigator .jcarousel-item-horizontal .tsCarouselItem .tsCarouselDesc p.price img.tsDel				{margin:0 -69px 0 0;z-index:10;position:relative;}
.tsGalleryNavigator .jcarousel-item-horizontal .tsCarouselItem .tsCarouselDesc p span.tsVat						{color:#ccc;}
.tsGalleryNavigator .jcarousel-item-horizontal .tsCarouselItem .tsCarouselDesc p.price span.tsOldPrice			{color:#ccc;margin:0 5px 0 0;}
