﻿.sliderwrapper{
	position: relative; /*leave as is*/;
	overflow: hidden; /*leave as is*/;
	border-top: 4px;
	border-top-color: #999999;
	width: 725px;
	height: 250px;
	border-top-style: solid;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-style: solid;
	border-width: 4px 4px 0px 4px;
/*width of featured content slider*/;	border-left-color: #999999;
	background-image: url('images/newsfeedbgrnd.png');
	background-color: #e5ffdf;
	background-repeat: repeat-x;
}



.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: 720px; /*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;
}



.sliderwrapper .contentdiv .contentleft { /* added by bk to separate left and right panels */
	width:290px;
	height: 250px;
	float: left;
	background-image: url('images/newsfeedbgrnd.png');
	background-color: #e5ffdf;
	background-repeat: repeat-x;
}


.sliderwrapper .contentdiv .contentleft img { /* added by bk to separate left and right panels */
	padding-top: 10px;
	padding-left: 8px;
}

.sliderwrapper .contentdiv .contentright { /* added by bk to separate left and right panels */
	width:430px;
	height: 250px;
	float:right;
	background-image: url('images/newsfeedbgrnd.png');
	background-color: #e5ffdf;
	background-repeat: repeat-x;
}




.pagination{
width: 705px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
border: 4px #999999 solid;
background-color: #01346b;
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;
}