
/* nt-example1 */

#nt-example1 {
	max-width: 317px;
	max-height: 371px!important;
	overflow:hidden;
}

#dtime {
	height: 63px;
	overflow:hidden;
	color:#FFF;
	font-size:11px;
	line-height: 100%;
}

#dtime span {
	color:#8a8a8a;
}

#nt-example1-container {
	text-align: center;
}


#nt-example1-container a {
	color: #FFF;
}

#nt-example1-container i {
	font-size: 16px;
	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;
}

#nt-example1-container i:hover {
	color: #333;
}

#nt-example1 li {
	color: #000;
	background: #FFF;
	overflow: hidden;
	height:55px;
	padding: 10px;
	line-height: 30px;
	list-style: none;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

#nt-example1 li:hover {
	background: #FFF;
}