.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
border-bottom-width: 6px;
width: 380px; /*width of featured content slider*/
height: 200px;
}



.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: 370px; /*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;
}

.pagination{
width: 380px; /*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;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.italics {
color:#008000;
text-align:left;
font-style: italic;
font-size:11px;
font-weight:bold;
}

.company {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	margin-top: 5px; margin-bottom: 0px;
	color: #0000FF;
	margin: 0;
	padding: 10px 0px 6px 0px;
	font-size: 24px;
	line-height: 20px;
	/*letter-spacing: -2px;*/
	font-weight: bold;
	text-align: center;
}

.recdate {
	font-size: 12px;
	margin-top: 5px; margin-bottom: 0px;
	font-family: Georgia, 'Times New Roman', serif;
	color: #000;
	text-align: center;
    font-weight: 100;
}

.line1 {
	margin-top: 5px; margin-bottom: 5px;
	font-family:Georgia,serif;
	font-size: 16px;
    font-weight: bold;
	letter-spacing:2px;
	text-align: center;
	color: #800080;
}

.numred {
	font-family:Georgia,serif;
	margin-top: 5px; margin-bottom: 5px;
	padding: 3px 0px 7px 0px;
	font-size: 2em;
    font-weight: bold;
	color: #CC0000;
}

.line2 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size:16px;
	margin-top: 5px; margin-bottom: 10px;
	text-align: center;
    font-weight: normal;
    color: #222;
}

.round-a-gray{
background:#444444 url(../images/round_gray-left.png) left top no-repeat;
color:#FFFFFF;
text-align:center;
}
.round-a-gray div{
background:url(../images/round_gray-right.png) right bottom no-repeat;
padding:4px;
font-size:22px;
}

.round-a-red{
background:#CC0000 url(../images/round_red-left.png) left top no-repeat;
color:#FFFFFF;
text-align:center;
}
.round-a-red div{
background:url(../images/round_red-right.png) right bottom no-repeat;
padding:4px;
}

.round-a-green{
		background:#008000 url(../images/round_green-left.png) left top no-repeat;
		color:#FFFFFF;
		text-align:center;
}
.round-a-green div{
		background:url(../images/round_green-right.png) right bottom no-repeat;
		padding:4px;
		font-size:22px;
}
