.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 300px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #558dbe;
width: 100%; /*width: 390px; width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
text-align: right;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 220px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:center;
background: #d8e8f6 url(../img/headlines/pikanavbottom.gif) no-repeat bottom left;
padding: 3px 0px 9px 0px;
}

.pagination a{
padding: 0 6px;
text-decoration: none; 
color: #9CB7CE;
font: bold 1.25em 'Lucida Grande', Arial, Helvetica, sans-serif;

}

.pagination a:hover{
color: #416A90;
}

.pagination a.selected{
color: #416A90;
border-top: 8px solid #558dbe;
}

.prevnext { margin-bottom: -7px; }



.slider_caption{
	width:190px;
	height: 240px;
	text-align:left;
	position:absolute;
	top:0px;
	left:0px;
	background:#558dbe;
	padding: 30px 15px;
	z-index: 100;
	}
	
	/*Typography for the headlines */
.slider_caption h1 {font: normal 18pt/22pt Palatino, Georgia, Times, serif; color: white; margin: 0; padding: 0;}
.slider_caption p {color: white;}
.slider_caption a {color: #A7DAF8;}
.slider_caption a:hover {color: white; text-decoration:underline;}

	





