.contentheader{
width:252px;
padding:4px;
background:#85C247;
text-align:center;
color: #fff;
font-weight:bold;
}

.contentslide{
/* background: *//* #FFFFFF; */  /* #cccc99; */  /* #CCFF99; */ /* #FFC; */ /* #85C247; */ 
background:url(images/npsilo_trans1.jpg) no-repeat top right;
/* border: 1px dashed #000; */
/* border-left:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000; */
/* border-bottom-width: 1px; */
padding: 4px;
/* width: 400px; */
width:250px;
height: 150px;
text-align:left;
color:#000000;
font-weight:bold;
overflow:auto;
}

contentslide .contentdiv{
display: none;
}

.pagination{
width: 257px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color:#fff;
margin-top: 0px;
border-top:4px solid #000;
border-bottom:4px solid #000;
/* border: 1px solid black; */
/* border-width: 0 1px; */ /*Left/ right border width of pagination DIV.*/
/* border-left:1px dotted black;
border-right:1px dotted black;
border-bottom:1px solid black; */
/* border-top:1px solid black; */
padding: 2px 0 2px 0;
padding-right:3px;
margin-left:10px;
color:#000;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 257px; /*IE5 width*/
w\idth: 257px; /*IE6 width*/
}

.pagination a{
padding: 0 3px;
text-decoration: none; 
color: #000;
background-color:#fff; 
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #000;
}
