#NIC-Slider {
	/*width: 360px;
	height: 250px;*/
	position: relative;
	overflow: hidden;
}
#NIC-Slider ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#NIC-Slider ul li {
	position: absolute;
	top: 0px;
	left: 0px;
}
#NIC-Slider ul li img {
	/*width: 360px;
	height: 250px;*/
}
#NIC-Slider ul li span {
	display: block;
	background: #000;
	color: #fff;
	opacity: 0.5;
	width: 100%;
	position: absolute;
	bottom: -28px;
	left: 0px;
	text-align: center;
	padding: 5px 5px 0px 5px;
	font: 11px tahoma;
	height: 25px;
	_height: 23px;
	!height: 20px;
}
#NIC-Slider ul li.active {
	z-index: 101;
}
#NIC-Slider ul li.last-active {
	z-index: 100;
}