.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
border-bottom-width: 6px;
width: 400px; /*width of featured content slider*/
height: 250px;
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: 849px;
	height: 460px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
		/*border: solid 1px #000;*/
}
.sliderwrapper {
	width: 849px;
	height: 460px;
	border: none;
	overflow: hidden;
}
.sliderwrapper .contentdiv {
	width: 849px;
	height: 460px;
	background: none;
	padding: 0px;
	margin: 0px;
}
.sliderwrapper .contentdiv img {
	width: 849px;
	height: 460px;
	border: none;
	padding: 0px;
	margin: 0px;
}
.sliderwrapper .contentdiv a.img {
	width: 849px;
	height: 460px;
	/*margin: 6px 0px 0px 6px;*/
	float: left;
	display: inline;
	/*border: solid 1px #d1b670;*/
}
.sliderwrapper .contentdiv .text-wrapper {
	width: 260px;
	height: 230px;
	font: 11px arial;
	color: #f4d283;
	margin: 0px;
	float: right;
	display: inline;
		/*border: solid 1px #FFF;*/
}
#slider1 .text-wrapper .heading {
	font: bold 12px arial;
	color: #d1b670;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 5px 0px;
		/*border: solid 1px #FFF;*/
}
#slider1 .text-wrapper .text {
	width: 260px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
		/*border: solid 1px #FFF;*/
}
#slider1 .text-wrapper .text a {
	background-image: url(images/readmore_bg.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	color: #d1b670;
	text-decoration: none;
	padding: 0px 12px;
}
.pagination {
	width: 250px;
	height: 15px;
	background: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 435px;
	left: 10px;
	/*
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-html-opacity: 0.6;
	opacity: 0.6
	*/
		/*border: solid 1px #000;*/
}
.pagination a, .pagination a.selected {
	width: 20px;
	height: 15px;
	background: none;
	background-image: url(images/slideshow_btn.gif);
	background-position: center center;
	background-repeat: no-repeat;
	font: bold 14px arial;
	color: #000;
	line-height: 15px;
	text-align: center;
	padding: 0px 8px;
	margin: 0px;
	/*float: right;
	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;
}

