.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #6e8ced;
border-bottom-width: 1px;
width: 610px; /*width of featured content slider*/
height: 360px;
}


.nborder {
        background:url(images/nojs.gif)  no-repeat -1px -1px;
        width:612px;
        height:360px;
        float:right;
        margin:0px 0px 0px 0px;
}


.sml { font-size: 75%; color: #6e8ced; }

.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: white;
width: 600px; /*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;
}

img {
  margin: 0px 15px 0px 0px; 

}

.pagination{
width: 592px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: inherit;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #6e8ced
}

#imgright a {
        background:url(images/next.gif) no-repeat -1px -51px #fff;
        width:120px;
        height:48px;
        cursor:pointer;
	position: absolute;
	/* change the values of left and top to adjust the position of the btn */
	top: 270px;
	left: 420px;
}

#imgright a:hover {
        background:url(images/next.gif) no-repeat -1px -1px;




