#flagNext2 { 
  width: 60px; height: 30px; background: #9F81F7; position: relative;
  margin-right: 15px;
  margin-top: 5px;
  color: white;
  line-height: 30px;
  text-align: center; 
}


#flagNext2:after { 
  content: ""; 
  position: absolute; 
  left: 60px; 
  bottom: 0; 
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent; 
  border-bottom: 15px solid transparent; 
  border-left: 15px solid #9F81F7;
}

#flagPrev2 { 
  width: 60px; height: 30px; background: #9F81F7; position: relative;
  margin-left: 15px;
  margin-top: 5px;
  color: white;
  line-height: 30px;
  text-align: center; 
}


#flagPrev2:before { 
  content: ""; 
  position: absolute; 
  left: -15px; 
  bottom: 0; 
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;

  border-bottom: 15px solid transparent;

  border-right: 15px solid #9F81F7;
}