
#next2:hover {
   background: url("images/arrow-rightHover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#prev2:hover{
  background: url("images/arrow-leftHover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)    ; 
                  
}




#navPager{
    z-index: 5;
   width:120px;
   position: relative;
   top: -50px;
      
    text-align:center;
}
#navPager a{
    display:inline-block;
    width:20px;
    height: 20px;
  /*  margin: 15px;/**/margin-left:10px;
    background: url("images/bullet.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)    ; 

}
#navPager a:hover{
 background: url("images/bulletHover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)    ; 
}
#navPager a.activeSlide{
     display:inline-block;
     width:20px;
         height: 20px;
    background: url("images/bulletActive.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)    ; 

}
#navPager img{

   margin: 15px;
}

.sliderNav{
margin-left:230px;
}
