/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.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;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * 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;
}


/* Specific Styles */

.feature {
	position: relative;
	clear: left;
	float: left;
	margin-top: 0;
	width: 580px;
}

.feature h2 {
	margin: 7px 0 7px 0;
}

.jcarousel-skin-tcc .jcarousel-container {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #eeecde;
	border: 1px solid #ddd;
}

.jcarousel-skin-tcc .jcarousel-container-horizontal {
	width: 580px;
	padding: 5px 5px 23px 5px;
}

.jcarousel-skin-tcc .jcarousel-clip-horizontal {
	width: 580px;
	height: 114px;
}

.jcarousel-skin-tcc .jcarousel-item {
	width: 162px;
	height: 120px;
}

.jcarousel-skin-tcc .jcarousel-item-horizontal {
	margin-right: 6px;
}

.jcarousel-skin-tcc .jcarousel-item-horizontal a img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ccc;
}

.jcarousel-skin-tcc .jcarousel-item-horizontal a:hover img {
	border: 1px solid #999;
}

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

.jcarousel-skin-tcc .jcarousel-next-horizontal {
	position: absolute;
	bottom: 4px;
	right: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: transparent url(/media/images/layout/glider-arrows.png) no-repeat -20px 0;
}

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

.jcarousel-skin-tcc .jcarousel-prev-horizontal {
	position: absolute;
	bottom: 4px;
	left: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: transparent url(/media/images/layout/glider-arrows.png) no-repeat 0 0;
}

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

.jcarousel-skin-tcc .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tcc .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tcc .jcarousel-next-disabled-horizontal:active,
.jcarousel-skin-tcc .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tcc .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tcc .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background: none;
}

.specialFeature a img {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 5px;
	background: eee;
	border: 1px solid #ccc;
}

.specialFeature a:hover img {
	border-color: #999;
}