.contentslide{
border-top:1px solid #2c5299;
width: 525px;
height:  160px;
background:#fff;
background-image: url('/themes/proud/bg_slider_sectionfront.jpg');
background-repeat: repeat-x;
padding:10px;
margin-top:10px;
}

.contentslide .contentdiv{
display: none;
font-size:1em;
}

.pagination{
width: 545px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
/* border: 10px solid #efefef; */
/* border-width: 0 10px; */ /*Left/ right border width of pagination DIV.*/
border-bottom:1px solid #ccc;
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 500px; /*IE5 width*/
w\idth: 500px; /*IE6 width*/
}

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

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

/* Text formatting inside the layers */

.contentdiv h2 {
  font-size: 16px;
  font-weight:bold;
  border-bottom-style:none;
}

.contentdiv p {
  line-height:1em;
}
