.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px;
	width: 648px; /* width of featured content slider - equals width of banner images */
	height: 100%;
	min-height: 270px; /* equals height of banner images. */
	/* Also need to change inline style.height of <div id="slider1" class="sliderwrapper" style="height:268px;">*/
	white-space:none;
	margin:0;
	padding:0;
}
#slider1 {
	height:268px;
	margin:0;
	padding:0;
}
.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: 648px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	/* width of featured content slider - equals width of banner images */
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	height: 100%;
	min-height: 268px; /* equals height of banner images. */
	white-space:none;
	margin:0;
	padding:0;
}
.contentdiv img, .contentdiv object, .contentdiv embed {
	/* margin-top:-30px; */
	border:0;
	margin:0;
	padding:0;	
	background: #000;
}
/* .transparency {
	width:648px;
	/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	/* width of featured content slider - equals width of banner images */
	/*background-color:#fff;
	opacity:.5;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
	-moz-opacity: .5;*/
	/* height:30px;
	z-index:100;
	position:relative;
	top:238px;
	/* Equals height of banner images minus height of transparency (30px). */
	/* white-space:none;
	/* background-image: url(slider_bg.png); */
	/* background-repeat: repeat; */
	/* margin:0;
} */
.pagination2_container {
	width:628px;
	position:relative;
	top:244px; /* Equals height of banner images minus 24px. */
	/* left:543px; */
	/* left:10px; */
	float:right;
	text-align:right;
	right:10px;
	z-index:200;
	/* height:1px; /* 1px ? */
	padding: 0.25em 0 0.25em 0;
	margin:0;/* background:#000; */	
}
.pagination2 a, .pagination2 a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:10px;
	text-decoration: none;
	color: #FFF;
	background-color: #000; /* #808080; or better color would be #013367;*/
	border: solid 1px #FFF;
	opacity:1;
	filter:100;
	padding: 2px;
}
span.pagination2 a:hover, .pagination2 a.selected {
	color:#000;
	text-decoration:none;
	background-color: #FFF; /* added by JAK */
	border: solid 1px #000;
}
.video-filler {
	height:20px;
	background: url(video-filler.jpg) no-repeat;
	margin:0;
	padding:0;
}

/* CSS targeted to iPhones */
@media only screen and (max-device-width: 480px) {
.sliderwrapper {
	min-height: 321px;
}
#slider1 {
	height:321px;
}
.pagination2 a, .pagination2 a:visited {
	font-size:20px;
	padding: 15px;
}
.pagination2_container {
	top:272px; /* Equals height of banner images plus 4px. */
	height:53px; /* 53px */
}
}

/* CSS targeted to iPads */
 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.sliderwrapper {
	min-height: 321px;
}
#slider1 {
	height:321px;
}
.pagination2 a, .pagination2 a:visited {
	font-size:20px;
	padding: 15px;
}
.pagination2_container {
	top:272px; /* Equals height of banner images plus 4px. */
	height:53px; /* 53px */
}
}
