﻿.jcarousel-skin-features .jcarousel-container {
	background: transparent url('../../img/homepage/bg_feature_fade.jpg') 0 0 no-repeat;
	height: 140px;
	width: 960px;
	overflow: hidden;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both !important;
}

.jcarousel-skin-features .jcarousel-container-horizontal {
    width: 900px;
	height: 140px;
	padding: 40px 30px 0 30px;
	margin: 0 0 0 0;
}

.jcarousel-skin-features .jcarousel-clip-horizontal {
	height: 180px;
	width: 900px;
}

.jcarousel-skin-features .jcarousel-item {
    width: 230px;
    height: 140px;
}

.jcarousel-skin-features .jcarousel-item a:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.jcarousel-skin-features .jcarousel-item-horizontal {
    margin-right: 0;
}

.jcarousel-skin-features .jcarousel-item-placeholder {  color: #000; }

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-features .jcarousel-next-horizontal {
    position: absolute;
    top: 60px;
    right: 1px;
    width: 30px;
    height: 31px;
    cursor: pointer;
    display: block;
	background: transparent url('/Style%20Library/NewHomePageAssets/img/carousel_nav4.png') 0 50% no-repeat;
}

.jcarousel-skin-features .jcarousel-next-horizontal:hover { background-position: -36px 50%;}

.jcarousel-skin-features .jcarousel-next-horizontal:active {}
.jcarousel-skin-features .jcarousel-next-disabled-horizontal,
.jcarousel-skin-features .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-features .jcarousel-next-disabled-horizontal:active {  cursor: default;}

.jcarousel-skin-features .jcarousel-prev-horizontal {
    position: absolute;
    top: 60px;
    left: 2px;
    width: 30px;
    height: 31px;
    cursor: pointer;
    display: block;
    /* background: transparent url(../../img/jcarousel/prev-horizontal-temp.png) no-repeat 0 0; */
	background: transparent url('/Style%20Library/NewHomePageAssets/img/carousel_nav4.png') -77px 50% no-repeat;
}

.jcarousel-skin-features .jcarousel-prev-horizontal:hover { background-position: -113px 50%; }
.jcarousel-skin-features .jcarousel-prev-horizontal:active {}

.jcarousel-skin-features .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-features .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-features .jcarousel-prev-disabled-horizontal:active { cursor: default; }


.jcarousel-list li,
.jcarousel-item { 
		width: 230px;
		height: 120px;
}


