.slidercontent{
width: 541px;
position: relative;
text-indent: 1em;
line-height: 140%;
text-align: justify;
}

.sliderwrapper{
position: relative; /*leave as is*/
left: 0px;
top: 2px;
overflow: hidden; /*leave as is*/
width:541px; /*width of featured content slider*/
height: 218px;
border: 0;
}

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

.pagination{
position:relative;
top: 190px;
left:-15px;
width: 541px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 5px;
z-index:65;
}

.pagination a{
padding: 2px 6px;
font-size: 7pt;
font-family: verdana;
font-weight: bold;
text-decoration: none; 
color: #666666;
background: #000000;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #000000;
}

.firstpos {
	position: relative; 
	top:-3px; left:0px; 
	width:541px; 
	height:218px; 
	margin:0; 
	padding:0; 
	border:0;
	}

.secondpos {
	 position:relative; 
	 top:-2px; 
	 left:-5px; 
	 width:541px; 
	 height:218px; 
	 margin:0; 
	 padding:0; 
	 border:0px;
	 }
.thirdpos {
	position:relative; 
	top:147px; 
	left:0px; 
	width:360px; 
	height:50px; 
	margin:0 auto 0 auto; 
	padding:0; 
	border:0; 
	font-family: Trebuchet MS, Tamoha, sans-serif; 
	font-size:11px; 
	color:#fff;
	}