﻿.sliderwrapper {
	position: relative; /*leave as is*/;
	overflow: hidden; /*leave as is*/ /* border: 1px solid #000000; */;
	border-bottom-width: 1px;
	border: thin #000000 solid;
	width: 500px; /*width of featured content slider*/;
	height: 400px;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/;
	position: absolute; /*leave as is*/;
	left: 0; /*leave as is*/;
	top: 0; /*leave as is*/;
	padding-top: .2em;
	text-align: center;
	background: white;
	width: 500px; /*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); */ /* with this code in the left and bottom borders disappear in IE */
/* -moz-opacity: 1;
opacity: 1; */
}
.pagination {
	width: 500px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/;
	text-align: center;
	font-size: 1.2em;
	background-color: #ffffff;
}
.pagination a {
	padding: 0em 0px;
	text-decoration: underline;
	text-align: center;
	color: #00008b; /* dark blue */;
	background: #ffffff;
/* white */	font-weight: bold;
}
.pagination a:hover, .pagination a.selected {
	color: #000000; /* black */;
	color: #dc143c; /* crimson */;
	text-decoration: none;
}
/* ABOUT SLIDER BELOW HERE */
.sliderwrapper2 {
	position: relative; /*leave as is*/;
	overflow: hidden; /*leave as is*/;
	border-bottom-width: 1px;
	width: 440px; /*width of featured content slider*/;
	height: 303px;
}
.sliderwrapper2 .contentdiv {
	visibility: hidden; /*leave as is*/;
	position: absolute; /*leave as is*/;
	left: 0; /*leave as is*/;
	top: 0; /*leave as is*/;
	padding: 2px;
	background: white;
	width: 500px; /*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); */ /* with this code in the left and bottom borders disappear in IE */
/* -moz-opacity: 1;
opacity: 1; */
}
.pagination2 {
	width: 440px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/;
	text-align: center;
	font-size: 1.2em;
	background-color: #ffffff;
}
.pagination2 a {
	padding: 0em 0em;
	text-decoration: underline;
	text-align: center;
	color: #00008b; /* dark blue */;
	background: #ffffff;
/* white */	font-weight: bold;
}
.pagination2 a:hover, .pagination2 a.selected {
	color: #000000; /* black */;
	color: #dc143c; /* crimson */;
	text-decoration: none;
}
/* TICKER SLIDER BELOW HERE */
.sliderwrapper5 {
	position: relative; /*leave as is*/;
	overflow: hidden; /*leave as is*/;
	border-bottom-width: 1px;
	width: 500px; /*width of featured content slider*/;
	height: 80px;
	border: thin #000000 solid;
}
.sliderwrapper5 .contentdiv {
	visibility: hidden; /*leave as is*/;
	position: absolute; /*leave as is*/;
	left: 0; /*leave as is*/;
	top: 0; /*leave as is*/;
	padding: 2px;
	background: white;
	width: 500px; /*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); */ /* with this code in the left and bottom borders disappear in IE */
/* -moz-opacity: 1;
opacity: 1; */
}
.pagination5 {
	width: 500px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/;
	text-align: center;
	font-size: 1.2em;
	background-color: #ffffff;
}
.pagination5 a {
	padding: 0em 0px;
	text-decoration: underline;
	text-align: center;
	color: #00008b; /* dark blue */;
	background: #ffffff;
/* white */	font-weight: bold;
}
.pagination5 a:hover, .pagination a.selected {
	color: #000000; /* black */;
	color: #dc143c; /* crimson */;
	text-decoration: none;
}
