.sliderwrapper{  position: relative; /*leave as is*/ overflow: hidden; /*leave as is*/
				 width: 435px; /*width of featured content slider width: 435px;*/ height: 320px; /* height: 320px; */
	/* Z-INDEX: 21;*/ Z-INDEX: 1; BORDER: red 0px solid;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/ position: absolute; /*leave as is*/ left: 0;  /*leave as is*/ top: 0;  /*leave as is*/ /*padding: 5px; */
	background: white; width: 535px;/*390px; width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400)  535px*/
	height: 100%; /*filter:progid:DXImageTransform.Microsoft.alpha(opacity=200); */  /* -moz-opacity: 1; */ opacity: 1;
}
.pagination{
	/*background: url('../images/flash/lines.gif') no-repeat; */
	width: 415px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right; font-size:10px; font-weight:bold; padding: 5px 0px;
	BORDER-BOTTOM: #d7d7d7 0px solid; text-align:justify; BORDER-TOP: #d7d7d7 1px solid; text-align:justify;
	margin-top: 1px; 
}
.pagination a{ padding: 0 5px; text-decoration: none;  color: #000; /* background: white; */}
.pagination a:hover, .pagination a.selected{ color: #000; /*background-color: #FEE496; */ background-color: #B4BABF; }
.prev { border: 0px solid red;}