.nganimatedbox ul 
{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nganimatedbox li 
{
	display: block;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
}


.nganimatedbox ul img
{
	display: block;
	position: absolute;
	border: 0;
}

.nganimatedboxtimerin {
	height: 4px;
}


.nganimatedbox ul>li>a>div 
{
	position: absolute;
	overflow: hidden;
}

.nganimatedbox ul>li>a>div>div
{
	position: absolute;
	padding: 16px;
	left: 0;
}

.nganimatedbox ul h3 
{
	margin-top: 0;
}

.nganimatedbox ul a 
{
	text-decoration: none;
}

.nganimatedbox ul a:hover 
{
	text-decoration: underline;
}

.nganimatedbox .nganimatedboxtimerin
{
	width: 0px;
}