.contentslide{
border: 10px solid #2F281C;
border-right:hidden;
border-bottom-width: 6px;
padding: 8px;
width: 340px;
height: 250px;
}

.contentslide .contentdiv{
display: none;
}

.contentdiv{
background:#2F281C;
color:#FFFFFD}

.pagination{
width: 366px; /*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;
border: 10px solid #2F281C;
border-width: 0px; /*Left/ right border width of pagination DIV.*/
border-top:1px solid #fff;
border-bottom:1px solid #fff;
padding: 4px 4px 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 366px; /*IE5 width*/
w\idth: 366px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
border:1px solid #ccc;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.contentdiv h3{
background-image:none;
font-size:6em;
color:#D0E2F6;
margin-bottom:0;}

.contentdiv p.heading{
margin:0;
padding:0;
font:bold 1.4em Georgia, "Times New Roman", Times, serif;}

.contentdiv p{
margin-top:0;
padding-top:0}

#slider1{
background:#2F281C}
