.sliderwrapper,.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 650px; /*width of featured content slider*/
height: 250px;
}

.sliderwrapper
{
border: 10px solid #C9D5E0;
border-bottom-width: 6px;
}

.sliderwrapper2
{
	width:250px;
	height:150px;
}

.sliderwrapper2 .contentdiv
{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: -5;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background-color:#EDF1F5;
width: 240px; /*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{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: #EDF1F5;
width: 640px; /*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: 650px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #C9D5E0;
padding: 5px 10px;
overflow:hidden;
}

.pagination2 a
{
	border:1px solid #B4C5D6;
	background-color:#DDE4EC;
	padding:1px 2px;
	margin:2px;
	float:right;
	width:16px;
	text-align:center;
}

.pagination2 a:hover, .pagination2 a.selected{
	border:1px solid #B4C5D6;
	background-color:#f2f2f2;
}


.pagination a{
padding:4px;
text-decoration: none; 
color: #00007D;
background: white;
float:right;
margin-left:3px;
}

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