.contentslide{
border: 1px solid #333;
padding: 8px;
clear:both;

}

.contentdiv{
padding: 0 auto;
text-align: center;
}

.contentdivtxt {
margin: 5px 0px;
text-align: left;
clear:both;

}
.contentdivcredit {
margin-top: 0;
text-align: right;
font-weight: bold; 
color: #666666;
}
.contentslide .contentdiv{
display: none;
}

.pagination{
text-align: center;
background-color: #ccc;
border: 1px solid #333;
padding: 0 0 4px 0;
height:25px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #333;
background-color: white;
border:2px outset #333;
border-top: none;
border-left-width: 1px;
}
 
/*
.pagination a:hover{
color: #000;
background-color: #ccc;
text-decoration: none;
}
*/
.pagination a.selected{
color: #333;
background-color: #999;
text-decoration: none;
}
