.sliderwrapper {
    height: 374px;
    overflow: hidden;
    position: relative;
    width: 1000px;
}
.sliderwrapper .contentdiv {
  height: 374px;
  left: 0;
  opacity: 1;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 1000px;
}

.pagination{
	width: 230px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: navy;
	padding: 5px 10px;
}

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

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