.ngpictureband {
	position: relative; 	
	overflow: hidden;
	width: 100%;
}

.ngpictureband a.ngpicturebandprev
{
	position: absolute;
	width: 32px;
	left: -32px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
}

.ngpictureband a.ngpicturebandnext
{
	position: absolute;
	width: 32px;
	right: 0;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
}

.ngpictureband ul
{
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 0;
	height: 100%;
}

.ngpictureband ul li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	box-sizing: border-box;
}

.ngpictureband ul li img
{
	display: block;
	position: absolute;
	border: none;	
	width: 100%;
	height: 100%;
}

.ngpictureband ul li:hover img
{
	opacity: 0.8;
}


.ngpictureband ul span
{
	display: block;
	position: absolute;
	text-align: center;
	padding: 4px;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}