
.js {
	 width:100%; height: 450px;
	margin:0 auto;
	padding:0;

}

.jsNav {
	background: url(../images/jsNav.png) no-repeat;
}
.prevBtn {
	background: url(../images/jsNav.png) no-repeat;
}
.nextBtn {
	background: url(../images/jsNav.png) no-repeat;
}
.imgSelected {
	background: url(../images/jsNav.png) no-repeat;
};
.jsNav {
	position: absolute; width: 125px; bottom: 10px; font-family: Arial, Helvetica, sans-serif; height: 30px; right: 10px; font-weight: bold;
}
.jsNav a {
	txet-align: center; line-height: 30px; width: 25px; float: left; vertical-align: middle;
}
.prevBtn {
	display: block; ackground-position: 0px -30px; height: 30px;
}
.nextBtn {
	display: block; background-position: -100px -30px; height: 30px;
}
.imgSelected {
	background-position: 1px -60px; COLOR: #000;
}
