/* Navigation style */
.navAll {
	   width:240px;
	   margin:0 auto 0 auto;
	   padding:0;
	   text-align:center;
}
.navAll br {
	   clear:both;
}
.navAll span {
	   display: none;
}
.navFirst {
	   background: url(buttons.png) -120px 0 no-repeat;
	   width:40px;
	   height:40px;
	   overflow:hidden;
	   float:left;
	   margin:10px;
	   padding:0;
	   border:0;
}
.navFirst a {
	   background: url(buttons.png) 0 0 no-repeat;
	   width:40px;
	   height:40px;
	   overflow:hidden;
	   display:block;
	   border:0;
}
.navFirst a:hover {
	   background: url(buttons.png) -40px 0 no-repeat;
}
.navFirst a:active {
	   background: url(buttons.png) -80px 0 no-repeat;
}
.navPrevious {
	   background: url(buttons.png) -120px -40px no-repeat;
	   width:40px;
	   height:40px;
	   overflow:hidden;
	   float:left;
	   margin:10px;
	   padding:0;
	   border:0;
}
.navPrevious a {
	   background: url(buttons.png) 0 -40px no-repeat;
	   width:40px;
	   height:40px;
	   overflow:hidden;
	   display:block;
	   border:0;
}
.navPrevious a:hover {
	   background: url(buttons.png) -40px -40px no-repeat;
}
.navPrevious a:active {
	   background: url(buttons.png) -80px -40px no-repeat;
}
.navNext {
	   background: url(buttons.png) -120px -80px no-repeat;
	   width:40px;
	   height:40px;
	   overflow:hidden;
	   float:left;
	   margin:10px;
	   padding:0;
	   border:0;
}
.navNext a {
	   background: url(buttons.png) 0 -80px no-repeat;
	   width:40px;
	   height:40px;
	   overflow:hidden;
	   display:block;
	   border:0;
}
.navNext a:hover {
	   background: url(buttons.png) -40px -80px no-repeat;
}
.navNext a:active {
	   background: url(buttons.png) -80px -80px no-repeat;
}
.navLast {
	   background: url(buttons.png) -120px -120px no-repeat;
	   width:40px;
	   height:40px;
	   overflow:hidden;
	   float:left;
	   margin:10px;
	   padding:0;
	   border:0;
}
.navLast a {
	   background: url(buttons.png) 0 -120px no-repeat;
	   width:40px;
	   height:40px;
	   overflow:hidden;
	   display:block;
	   border:0;
}
.navLast a:hover {
	   background: url(buttons.png) -40px -120px no-repeat;
}
.navLast a:active {
	   background: url(buttons.png) -80px -120px no-repeat;
}
