.nm-slider {
	position: relative;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	width: 768px;
	height: 195px;
	padding-top: 10px;
}
.nm-slider .slides {
	position: relative;
	width: 900px;
	height: 175px;
	float: left;
	overflow: hidden;
	z-index: 1;
}
.nm-slider .slides ul {
	list-style: none;
	position: relative;
	width: 99999px;
	margin: 0;
	padding: 0;
	z-index: 0;
	overflow: hidden;
}
.nm-slider .slides li {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	width: 128px;
	height: 175px;
}
.nm-slider .slides li img {
/*	position: absolute;
	top: 0;
	left: 0;*/
	z-index: 0;
	border: 0;
}
.nm-slider .slides li p {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #FFF;
	font-size: 12px;	
	width: 118px;
	padding: 5px;
	margin: 0;
	visibility: hidden;
}
.nm-slider .outside {
	background-color: #222;
}
.nm-slider .inside {
	background: #000;
	background: rgba(0,0,0,0.75);
}
.nm-slider .ie-inside {
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
}
.nm-slider .prev-btn, 
.nm-slider .next-btn {
	float: left;
	position: relative;
	width: 35px;
	height: 200px;	
	cursor: pointer;
}
.nm-slider .prev-btn {
	background: url(jquery.slider.png) 10px center no-repeat;
}
.nm-slider .next-btn {
	background: url(jquery.slider.png) -46px center no-repeat;
}
.nm-slider .prev-btn.off,
.nm-slider .next-btn.off {
	-moz-opacity: .5;
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: default;
}
.nm-slider .lower-panel,
.slider-footer-navigation {
	display: block;
	position: relative;
	clear: both;
	text-align: center;
	font-size: 0;
}
.nm-slider .scroll-bar {
	position: relative;
	background-color: #999;
	background: -moz-linear-gradient(top, #999 0%, #666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999), color-stop(100%,#666));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666', GradientType=0);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	height: 5px;
	cursor: pointer;
	overflow: hidden;
}
.nm-slider .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #FFF;
	background: -moz-linear-gradient(top, #FFF 0%, #CCC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#CCC));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC', GradientType=0);
}
.nm-slider .thumb:active {
	background-color: #EEE;
	background: -moz-linear-gradient(top, #CCC 0%, #FFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCC), color-stop(100%,#FFF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#FFFFFF', GradientType=0);
}
.nm-slider .index, 
.nm-slider .index-hl,
.slider-footer-navigation .index,
.slider-footer-navigation .index-hl {
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 7px;
	background-image: url(jquery.slider.png);
	background-repeat: no-repeat;
}
.nm-slider .index,
.slider-footer-navigation .index {
	background-position: -25px 0;
	cursor: pointer;
}
.nm-slider .index:active,
.slider-footer-navigation .index:active {
	background-position: -39px 0;
}
.nm-slider .index-hl,
.slider-footer-navigation .index-hl {
	background-position: -32px 0 !important;
	cursor: default;
}
.nm-slider .m-prev, 
.nm-slider .m-next {
	position: absolute;
	width: 30px;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	line-height: 80px;
	font-size: 26px;
	text-align: center;
	color: #DDD;
	background: #000;
	background: rgba(0,0,0,0.75);
	cursor: pointer;
	z-index: 5;
}
.nm-slider .m-prev:hover,
.nm-slider .m-next:hover {
	color: #FFF;
}
.nm-slider .m-prev.off,
.nm-slider .m-next.off {
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: default;
}
.nm-slider .m-prev {
	left: 0;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.nm-slider .m-next {
	left: 100%;
	margin-left: -30px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}