
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 770px; /*width of featured content slider*/
height: 100%; 
min-height: 178px;
white-space:none;
}

.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: 770px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
height: 100%; 
min-height: 178px;
white-space:none;
}
.contentdiv img{margin-top:-30px;}
.transparency{
width:770px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
/*background-color:#fff;
opacity:.5;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
-moz-opacity: .5;*/
height:30px;
z-index:100;
position:relative;
top:148px; /* 225px */
white-space:none;
background:url(nasmicons/navicons/slider_bg.png) repeat;
}

.pagination2_container {
width:750px;
position:relative; 
top:153px; /* 229px */
left:665px;
z-index:200;
height:1px;}

.pagination2 a, .pagination2 a:visited{
font-family:Verdana, Geneva, sans-serif;
font-weight:normal;
font-size:10px;
padding: .3em .4em;
text-decoration: none; 
color: #FFFFFF;
background-color:#69C;
opacity:1;
filter:100;
}

@media only screen and (max-device-width: 480px) { 
  .pagination2 a, .pagination2 a:visited{
font-size:8px;
padding: .2em .3em;
}

}


span.pagination2 a:hover, .pagination2 a.selected{
color:#006;
text-decoration:none;
}
