.ngs-netcar {
	border-bottom: 1px solid #d6d6d6;
}
/* Prevent FOUC */
.js .ngs-netcar {
	background: #fff url(loading.gif) center center no-repeat;
	height: 115px;
	overflow: hidden;
}
.js .ui-carousel-ready {
	background: #fff;
	height: auto;
	min-height: 115px;
	overflow: visible;
}
.js .ngs-netcar ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
}
.js .ui-carousel {
	visibility: hidden;
}
.js .ui-carousel-ready .ui-carousel {
	visibility: visible;
}

.ngs-netcar-header .title {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.ngs-network-teaser {
	display: inline;
	float: left;
	height: 78px;
	/**
	 * Crop overflow for IE6 and to keep things pretty.
	 */
	position: relative;
	width: 270px;
}
.ngs-network-teaser-has-img {
	width: 136px;
	padding-left: 134px;
}
.ngs-network-teaser-has-img .wp-post-image {
	border: 1px solid #ccc;
	left: 0;
	position: absolute;
	top: 0;
}

.ngs-network-teaser .title {
	font-size: 14px;
	margin-bottom: 0;
}
.ngs-network-teaser .title a {
	color: #333;
}
.ngs-network-teaser .published {
	font-size: 11px;
	margin-right: 5px;
}
.ngs-network-teaser .byline {
	margin-bottom: 2px;
}
.ngs-network-teaser .site {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Carousel-specific */
.ui-carousel {
	padding: 0 18px;
	position: relative;
}
.ui-carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.ui-carousel ul {
	height: 83px;
	position: relative;
}
.no-js .ui-carousel ul {
	position: static;
}
.js .ngs-netcar ul li {
	display: inline;
	float: left;
	margin-bottom: 0;
	padding-bottom: 8px;
	width: 306px;
}

.ui-carousel .prev, .ui-carousel .next,
.ui-carousel .rs-carousel-action-prev, .ui-carousel .rs-carousel-action-next {
	background: url("sprite.8bit.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 18px;
	position: absolute;
	text-indent: -32000px;
	top: 50px;
	width: 18px;
}

.ui-carousel .prev, .ui-carousel .rs-carousel-action-prev {
	left: -10px;
}
.ui-carousel .next, .ui-carousel .rs-carousel-action-next {
	background: url(sprite.8bit.png) no-repeat 0 -100px;
	right: -10px;
}
.ui-carousel .disabled {
	display: none;
}