.sliderwrapper{
	position: relative;
	overflow: hidden;
	width: 490px;
	height: 100px;
	margin-top:-25px;

	background-image:url(images/novapdl.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	padding:15px;
	z-index:0;
}




.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 37px;  /*leave as is*/
top: 6px;  /*leave as is*/
padding: 5px;
/*background: #ffffff;*/
width: 460px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 85px;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
	/*border: 1px solid #003366;*/

}




.pagination{
width: 492px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/*background: #003366;*/
margin-top:-20px;
font-size:16px;



}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: white;

}











.sliderwrapper1{
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 160px;	
	margin-top:6px;
}

.sliderwrapper1 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: #ffffff;
width: 491px; /*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;*/
	border: 1px solid #003366;

}

.pagination1{
width: 229px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: #003366;

font-size:10px;


}

.pagination1 a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination1 a:hover, .pagination1 a.selected{
color: #000;
background-color: white;

}
