/* nt-example1 */

#nt-example1 {
        width: 100%;
		max-height: 520px;
        margin: auto;
}

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

#nt-example1-container i {
        /*font-size: 16px;*/
        margin: 2px;
        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: #4e4e4e;
        background: #F2F2F2;
        overflow: hidden;
        height: 64px;
        padding: 2px;
        line-height: 16px;
        list-style: none;
        font-size: 14px;
		font-family: Arial, Verdana, Univers;
        text-align: left;
        border-bottom: 1px dotted #2c8162;
}
#nt-example1 ul {
	padding: 0;
	margin: 0;
}

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

#nt-example1-prev {     
		font-size: 16px;
		color:#00F
}

#nt-example1-next {
		font-size: 16px;
		color:#00F
}

@media screen and (max-width: 600px) {
	#nt-example1 li {
		font-size: small;
		/*height: 84px;*/
		/*line-height: 10px;*/
	}
	#nt-example1 {
		height: 520px;
	}
}


