/********************************
     navigation       
********************************/

.navigation {  
  position: relative; 
  width : 600px; 
  text-align: center;
  font-weight : normal; 
  margin: -10px 0 26px 100px!important;
  clear: both; 
}
.navigation .alignleft {  
  float: left;  
}
.navigation .alignright {  
  float: right;  
}
.navigation .alignleft, .navigation .alignright,
.pagenavi a, .pagenavi .current {  
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  background: #fff url('../images/navi.gif') left bottom repeat-x;
  border-left: 1px solid #e3dedd;
  border-right: 1px solid #cbc2c5;
  margin-top: 10px;
  padding: 7px 15px 7px 15px;
  text-shadow: 1px 1px 1px #fff;
}
.pagenavi { 
  width : 300px; 
  display: block;
  font-size: 14px;
  text-align: center!important;
  margin: 0 0 0 145px!important;
  padding-top: 17px!important; 
}
.pagenavi a, .pagenavi .current  {
  padding: 7px 10px 7px 10px;
}
.pagenavi .current {
  color: #fff;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
  border: 0;
}

