.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 450px; /*width of featured content slider*/
height: 247px;
float:right;
}



.sliderwrapper .contentdiv{
background:white none repeat scroll 0 0;
left:0;
opacity:1;
position:absolute;
top:0;
visibility:hidden;
width:450px;
}

.pagination{
float:left;
width:150px;
}

.pagination a{
padding:0 0 0 10px;
text-decoration: none; 
color: #01194A;
display:block;
width:140px;
background:url(a-normal.jpg) no-repeat;
line-height:22px;
margin-bottom:3px;
}

.pagination a:hover, .pagination a.selected{
color: #01194A;
text-decoration:underline;
background:url(a-hover.jpg) no-repeat;
}
