.contentslide{
  position: absolute; 
  width: 150px; 
  height: 75px; 
  top: 62px; 
  left: 495px; 
  color: rgb(100,100,100); 
  font-size: 85%;
  }

.contentslide .contentdiv{
display: none;
}

.pagination{
font-size: 70%;
position: absolute; 
top: 49px; 
left: 540px;
width: 170px;
}

.pagination a{
padding: 0 3px;
text-decoration: none; 
color: white;
background-color: rgb(100,100,100);
}

.pagination a:hover, .pagination a.selected{
color: rgb(0,160,230);
background-color: white;
}
