/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

#feeds-wrapper {
	margin-top: 20px;
	margin-bottom: 10px;
}

#feeds-wrapper h6 {
	width: 173px;
	height: 30px;
	margin: 0 0 5px 3px;
	padding-left: 10px;
	color: #fff;
	line-height: 30px;
	background:#4682B4 url(images/th-col-m-head.png) no-repeat scroll 0 0;
	cursor: pointer;
}

.feeds-content {
	margin-left: 3px;
	margin-bottom: 5px;
	margin-top: 10px;
	height: 330px;
}

ul.jcarousel {
    margin: 0;
    padding: 0;
}

.jcarousel-container {
    position: relative;
}

.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;
}

.jcarousel-skin-strict .jcarousel-list li, .jcarousel-skin-strict .jcarousel-item {
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 170px;
}

.jcarousel-skin-strict .jcarousel-item img {
	float: left;
	clear: right;
	margin-right: 5px;	
}

.jcarousel-skin-strict .jcarousel-item h1 {
    margin-bottom: 17px;
	font-size: 10px;
	line-height: 10px;
	font-weight: 700;
}

.jcarousel-skin-strict .jcarousel-item li {

}
.jcarousel-skin-strict .jcarousel-item li.retail-price {
	text-decoration: line-through;
}
.jcarousel-skin-strict .jcarousel-item li.our-price {
	color: #e9254b;
}
.jcarousel-skin-strict .jcarousel-item li.you-save {
	color: #285e8a;
}

/**
 * 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-strict .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}

.jcarousel-skin-strict .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-strict .jcarousel-container-vertical {
    height: 220px;
    padding: 40px 5px;
    margin-right: 5px;
}

.jcarousel-skin-strict .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-strict .jcarousel-clip-vertical {
    width:  170px;
    height: 100%;
}

.jcarousel-skin-strict .jcarousel-item {
    width: 170px;
}

.jcarousel-skin-strict .jcarousel-item p, .jcarousel-skin-strict .jcarousel-item li {
	font-size: 9px;
	margin-top: 3px;
	line-height: 10px;
}


.jcarousel-skin-strict .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-strict .jcarousel-item-vertical {
    margin-bottom: 15px;
}

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

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

.jcarousel-skin-strict .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-strict .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

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

.jcarousel-skin-strict .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-strict .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-strict .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

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

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

.jcarousel-skin-strict .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-strict .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

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

.jcarousel-skin-strict .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 73px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-strict .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-strict .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

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





/*                                                 */
/* Strict Theme Front Page Products Carousel Skin  */
/*                                                 */

.jcarousel-skin-products .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}

.jcarousel-skin-products .jcarousel-container-horizontal {
    width: 540px;
    padding: 20px 35px;
}

.jcarousel-skin-products .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-products .jcarousel-clip-horizontal {
    width:  540px;
    /* height: 450px; */
}

.jcarousel-skin-products .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-products .jcarousel-item {
    width: 180px;
    /* height: 400px; */
}

.jcarousel-skin-products .jcarousel-item-horizontal {
    /* margin-right: 10px; */
}

.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: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-products .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-products .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

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

.jcarousel-skin-products .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-products .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-products .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

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

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

.jcarousel-skin-products .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-products .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

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

.jcarousel-skin-products .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-products .jcarousel-prev-vertical:hover {
    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:active {
    cursor: default;
    background-position: 0 -96px;
}












