.ntbl-instance {
	margin: 0px;
	
	background: #993333 url('images/bg.png') no-repeat;
	border-bottom: 4px solid #ddd;
}

.ntbl-instance ul, .ntbl-instance li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ntbl-items {
	width: 614px !important;
}

	.ntbl-items ul {
		width: 582px !important;
	}
	
.ntbl-image { 
	width: 160px;
	height: 160px;
	float: left;
	border: 4px solid #fff;
	border: 4px solid rgba(255, 255, 255, 0.3);
}

.ntbl-content {
	padding: 16px !important;
	background-color: transparent !important;
}
	
	.ntbl-text {
		text-align: right;
		color: #fff;
	}
				
	.ntbl-text h2 {
		margin: 0;
		padding: 0;
		font: normal 24pt "CuprumFFURegular";
		color: #fff;
		text-transform: uppercase;
	}
	
	.ntbl-text p {
		margin: 0;
		padding: 0;
		font: normal 14pt "CuprumFFURegular";
		color: #fff;
	}
	
	.ntbl-text li {
		margin-bottom: 4px;
	}
	
	.ntbl-text a {
		margin: 8px 0;
/*		position: absolute;
		right: 16px;
		bottom: 16px;*/
		
		font: normal 14pt "CuprumFFURegular";
		color: #fff;
		text-decoration: none;
		border-bottom: #fff;		
		border-bottom: 2px solid rgba(255, 255, 255, 0.25);
	}
	
	.ntbl-text a:hover {
		background-color: #000;
		background-color: rgba(255, 255, 255, 0.15);
	}

.ntbl-selector {
	height: 64px;
/*	background-color: #000;
	background-color: rgba(0, 0, 0, 0.25);*/
}

.ntbl-selector ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ntbl-selector-item {
	float: left;
	opacity: 0.50;
}

.ntbl-selector-item a{
	color: #fff;
	text-decoration: none;
}

.ntbl-selector-item img {
	width: 64px;
	height: 64px;
	vertical-align: text-top;
	border: none;
}
	
	.ntbl-selector-item:hover {
		opacity: 1;
	}
	
	.ntbl-selector .activeSlide {
		opacity: 1 !important;
	}

.ntbl-clear { clear: both; }