.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #0099cc;
border-bottom:none;

width: 496px; /*width of featured content slider*/
height: 275px;
background: url(http://www.athenaabroad.com/images/homepage/2008/hdr_highlights2_498.gif) no-repeat top;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding-top: 25px;
/* background: white; */
width: 496px; /*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;
}

.sliderwrapper .contentdiv a{
text-decoration:none;
}

.pagination{
width: 496px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #0099cc;
padding: 11px 0px;
border:1px solid #0099cc;
border-top:none;
margin-bottom:10px;
background: url(http://www.athenaabroad.com/images/homepage/2008/ftr_highlights_498.gif) no-repeat bottom #0099cc;
}

.pagination a img{
border: 2px solid #cccccc;
padding: 0px;
margin-right: 3px;
text-decoration: none; 
color: #ccc;
background: 0099cc;
}

.pagination a img:hover, .pagination a.selected img{
border: 2px solid #00ff33;
/*background-color: #FEE496;*/
}

.pagination .next .prev a img{
border: none ! important;
padding: 0px;
margin-right: 1px;
text-decoration: none ! important;; 
}
