.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #b8b8b8;
border-bottom-width: 0px;
width: 645px; /*width of featured content slider*/
height: 230px;
font-family: 'Open Sans', sans-serif;
z-index:1;
margin:auto;
}

.sliderwrapper ul {
color:#c22929;
list-style-type: square;
}
.sliderwrapper li {
line-height:20px;
font-size: 12px;
list-style-position: outside;
margin-left: 150px;
}
.sliderwrapper li em {
font-size: 12px;
font-style:normal;
font-weight:bold;
}

.sliderwrapper hr{
		color:#e3e3e3;
		margin-top:5px;
		margin-bottom:0px;
		 filter:alpha(opacity=25);
 -moz-opacity: 0.25;
 -khtml-opacity: 0.25;
 opacity: 0.25;

	}
	
.sliderwrapper h1{
		font-size:26px;
		padding:0px;
		margin:0px;
		line-height:normal;
		color:#000;
		font-weight:normal;
	}
	
.sliderwrapper h2{
		font-size:20px;
		padding:0px;
		margin:0px;
		line-height:normal;
	}
	
	
.sliderwrapper h3{
		font-size:16px;
		padding:0px;
		margin:0px;
		line-height:normal;
	}

.sliderwrapper h4{
		font-size:16px;
		padding:0px;
		margin:0px;
		line-height:normal;
		font-weight:normal;
	}
	
	.sliderwrapper img{
		border:0px;
	}
	.sliderwrapper p{
		font-size:12px;
		line-height:14px;
		margin-top:0px;
		
		}
	.sliderwrapper td{
		font-size:12px;
		line-height:14px;
		
		}
	.sliderwrapper h1 a{
		text-decoration:none;
	}
	.sliderwrapper h1 a:hover{
		text-decoration:underline;
	}
	.sliderwrapper h3{
		font-size:16px;
	}
	.sliderwrapper a{
		text-decoration:none;
		color:#000;
	}
	.sliderwrapper a:hover{
		text-decoration:underline;
		color:#000;
	}


.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: white;
width: 645px; /*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;
overflow:hidden;
}

.pagination{
width: 600px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 15px;
text-align: left;
background-color: #fff;
padding-top:8px;
padding-left:8px;
border:0px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #000000;
	border:1px #666 solid;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #fff;
	background-color: #454f51;
}