.contentslide{
border: 10px solid #482F92;
border-bottom-width: 6px;
padding: 8px;
width: 620px;
height: 192px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 636px;
text-align: right;
background-color: #482F92;
border: 10px solid #482F92;
border-width: 0 10px;
padding: 0 0 4px 0;
margin-bottom: 4px;
}

* html .pagination{
width: 620px;
w\idth: 636px;
}

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

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