
#prev2 {
display: inline-block;
    height: 35px;
    width: 35px; 
    position:relative;
    top: -140px;
    z-index: 10;
    left: 40px;
    background: url("images/arrow-left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)    ;

}
#next2 {
margin-left : 210px;
    display:inline-block;
    height: 35px;
    width: 35px; 
    position:relative;
    top: -140px;
    z-index: 10;
    left: 650px;
    background: url("images/arrow-right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}
#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: 999;
   width:970px;
   position: relative;
   top: -70px;
   left:  220px;
      
    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;
}
