.contentslide{
border:0;
width:100%;
position:relative;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
position:absolute;
left:15px;
top:330px;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 2px;
z-index:900;
line-height:normal;

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #ffffff;
font-family:Trebuchet MS, Helvetica;
background-color: #ffffff;
border: 0px solid #cccccc;
font-size:13px;
font-weight:bold;
border:solid 1px #666666;
background-image: url(http://www.kintera.org/atf/cf/%7Be9179af3-15dc-4eb0-9e59-6491b9f4693c%7D/FEATUREROTATER_OFF.JPG);
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #5776ac;
text-decoration: none; 
font-family:Trebuchet MS, Helvetica;
font-size:13px;
font-weight:bold;
background-image: url(http://www.kintera.org/atf/cf/%7Be9179af3-15dc-4eb0-9e59-6491b9f4693c%7D/FEATUREROTATER_ON.JPG);
}
