.contentslide{
width: 310px;
height: 130px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
}

.contentslide .contentdiv{
display: none;
overflow: hidden;
height: 132px;
  font-family: arial, helvetica, sans-serif;
  text-align:left;
  font-size:12px;
  color:#000;
  margin:0;
  padding:0;
}

.pagination{
text-align: right;
background-color: #fff;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #f87115;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}