.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: 949px;
	height: 302px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
		/*border: solid 1px #000;*/
}
.sliderwrapper {
	width: 949px;
	height: 302px;
	border: none;
	overflow: hidden;
}
.sliderwrapper .contentdiv {
	width: 949px;
	height: 302px;
	background: none;
	padding: 0px;
	margin: 0px;
}
.sliderwrapper .contentdiv img {
	width: 731px;
	height: 302px;
	border: none;
	padding: 0px;
	margin: 0px;
}
.sliderwrapper .contentdiv a.img {
	width: 731px;
	height: 302px;
	/*margin: 6px 0px 0px 6px;*/
	float: left;
	display: inline;
	/*border: solid 1px #d1b670;*/
}
.sliderwrapper .contentdiv .text-wrapper {
	width: 218px;
	height: 302px;
	background: #000;
	font: 12px arial;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	float: left;
	display: inline;
	
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
		/*border: solid 1px #FFF;*/
}
#slider1 .text-wrapper .heading {
	width: 940px;
	font: bold 18px arial;
	color: #ffc500;
	text-transform: uppercase;
	padding: 0px;
	margin: 5px 10px;
		/*border: solid 1px #FFF;*/
}
#slider1 .text-wrapper .text {
	width: 940px;
	color: #FFF;
	padding: 0px;
	margin: 5px 10px;
		/*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: 218px;
	height: 302px;
	background: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 731px;
	/*
	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: 218px;
	height: 75px;
	background: #f9f4df;
	color: #313131;
	text-align: left;
	border: solid #e8dfba;
	border-width: 0px 0px 1px 1px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
		/*border: dashed 1px #000;*/
}
.pagination a .title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 10px 0px 10px;
}
.pagination a .text {
	margin: 0px 10px 0px 10px
}
.pagination a.selected {
	color: #FFF;
}
.pagination a:hover, .pagination a.selected {
	background: #2148bd;
	background-image: url(images/slideshow_btn_active.gif);
	background-position: center top;
	background-repeat: repeat-x;
	color: #FFF;
}

