.contentslide{
/*background: url(../images/woamosaic3.jpg) 0px 0px;*/
border: 5px solid #7A4706;
border-bottom-width: 6px;
padding: 0px;
width: 95%;
height: 225px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 95.6%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
/*background-color: olive;*/
/*border: 10px solid olive;*/
/*border-width: 0 10px;*/ /*Left/ right border width of pagination DIV.*/
/*padding: 0 0 4px 0;*/
margin-bottom: 2em;
}

* 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: #884F06;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: olive;
}

div.transbox
  {
  width: 65%;
  min-width: 400px;
  height: 250px;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  /* for Mozilla */
  -moz-opacity:0.8;
  padding: 2px 2px 2px 2px;
  }
a.transbox
	{
	text-decoration:none;
	}
.slidetext{
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 2;
	padding: 2px 2px 2px 2px;
}