.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
width:822px;
height:230px;
left: 0px;
top: 0px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: transparent;
width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #3ffffff;
padding: 3px 3px;

	position:relative;
	padding-left:2px;
	z-index:1000;
	background: #ff926c;
	font-size:16px;
	font-weight:bold;
	left: 578px;
	top: -231px;
}

.pagination a{
padding: 0 3px;
border: 1px solid gray;
text-decoration: none;
background:#acc0ea;

}

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

.toc {
  	text-align:center;
	font-size:11px;
	width:20px;
	height:15px;
	margin-right:2px;
	margin-top:2px;
	margin-bottom:2px;
	background:#ffffff;/* lacivert */
	float:left;
	cursor:hand;
	cursor:pointer;
}
