.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
border-bottom-width: 6px;
width: 515px; /*width of featured content slider*/
height: 143px;
z-index: 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;
background: white;
width: 390px; /*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;
z-index: 1;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 5px 10px;
z-index: 10000;
display: block;
float: left;
position: relative;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
z-index: 2;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}















/* -- new edits -- */

#slider1 {
	width: 515px;
	height: 160px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	/*border: solid 1px #d9d9d9;*/
}
.sliderwrapper {
	width: 515px;
	height: 143px;
	border: none;
	margin: 0px;
	overflow: hidden;
}
.sliderwrapper .contentdiv {
	width: 515px;
	height: 143px;
	background: none;
	padding: 0px;
	margin: 0px;
}
.sliderwrapper .contentdiv img {
	width: 515px;
	height: 143px;
	border: none;
	padding: 0px;
	margin: 0px;
}
.sliderwrapper .contentdiv a.img {
	width: 515px;
	height: 143px;
	margin: 0px;
	float: left;
	display: inline;
	border: none;
}

.sliderwrapper .contentdiv .text-wrapper {
	width: 515px;
	height: 230px;
	font: 11px arial;
	color: #f4d283;
	margin: 15px 15px 0px 0px;
	
	display: inline;
}
#slider1 .text-wrapper .heading {
	font: bold 12px arial;
	color: #d1b670;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#slider1 .text-wrapper .text {
	width: 260px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
}
#slider1 .text-wrapper .text a {
	background-image: url(images/readmore_bg.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	color: #d1b670;
	text-decoration: none;
	padding: 0px 12px;
}

.pagination {
	width: auto;
	background: none;
	text-align: right;
	padding: 0px;
	margin: 0px;
	float: right;
	display: block;
	position: relative;
	top: 143px;
}
.pagination a, .pagination a.selected {
	width: 10px;
	height: 15px;
	background: none;
	background-image: url(images/slideshow_btn.gif);
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 15px;
	float: left;
	display: inline;
}
.pagination a:hover, .pagination a.selected {
	background: none;
	background-image: url(images/slideshow_btn_active.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

