.sliderwrapper
{
/*Box around whole - black line*/
/*position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid black;
border-right-color: Black;
border-right-width: 1px;
border-bottom-width: 1px;*/
width: 352px; /*width of featured content slider* started @ 400-378, 354*/
height: 325px; /*started @ 250, 294*/
/*z-index:100;*/
}

/*where content is*/
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position:absolute; /*leave as is, absolute*/
overflow:hidden;
left: 0.35%;  /*leave as is*/
top: 5;  /*leave as is* , 15*/
/*padding: 4px;*/
background: white;
width: 352px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 92.9%; /*29.5, 40.5, 92.9*/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
/*-moz-opacity: 1;
opacity: 1;*/
}

.pagination{
width: 334px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420) 336*/
text-align: center;
background-color: #0056ab;
padding: 2px 10px;
color: white;
font-weight:bold;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a.selected
{
	background-color: #FEE496;
}
/*.pagination a:hover, .pagination a.selected{
color:Gray; /*#000 */
/*background-color:Fuchsia; /*#Fee496 */
/*}*/

.topstorylabel
{
	position: relative;
	left: 2px;
	margin-top: 1px;
}
