 

#nt-title-container {
	background: #F2F2F2;
}

#nt-title {
}

#nt-title li {
	font-size: 16px;
	color: #4E4E4E;
	white-space: nowrap;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* nt-example1 */

#nt-example1 {
 margin:0;
 padding:0;
}

#nt-example1-container {
	text-align: center;
}

#nt-example1-prev, #nt-example1-next {
	width:100%;
	background:#f2f2f2;
	text-align:center;
	color:#ddd;
	display:block;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	cursor:pointer;
}

#nt-example1-prev:hover,#nt-example1-next:hover {
	color: #333;
}

#nt-example1 li {
	color: #4e4e4e; 
	overflow: hidden;
 
	padding: 10px;
 
	list-style: none;
	font-size: 16px;
	text-align: left; 
	
		white-space: nowrap;  
	text-overflow: ellipsis; 
	
}

#nt-example1 li:hover {
	background: #FFF;
}

 