
.contentslide{
border: 1px solid #888;
border-bottom-width: 0px;
padding: 5px 5px 15px 15px;
width: 140px;
/* height: 150px; */
background:#d3e5ff url(boxbg.jpg) bottom left repeat-y;
overflow:hidden;
font-size:0.85em;
font-family:verdana;
}

p.date { font-size:0.9em; color:#888; margin:5px 0 0; }

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 142px; /*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: #888;
border: 5px solid #888;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
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: 140px; /*IE5 width*/
w\idth: 142px; /*IE6 width*/
}

.pagination a {
padding: 0 4px 2px;
text-decoration: none; 
color: #fff;
background-color: #888;
font-size:0.85em;
border:1px solid #888;
text-decoration:none;
}

*html .pagination a:visited { text-decoration:none; color: #fff; }
*html .pagination a:hover, .pagination a.selected { color:#555; }
.pagination a:hover, .pagination a.selected { color: #555; background-color: #d3e5ff; border:1px solid #fff; }

