.sliderwrapper{ background-position: right 0; position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: solid 1px #a9cff1; width: 725px; /*width of featured content slider*/
height: 250px; }



.sliderwrapper .contentdiv{ background-image: url(http://www.online-appointment.com/images/Div_Bg001.gif); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0; width: 725px; /*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; }

.pagination{ width: 707px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right; background-color: #a9cff1; background-image: url(http://www.online-appointment.com/images/headerBg2.gif); padding: 2px 10px; }

.pagination a{ padding: 0 5px; color: #2f77c9; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; background: white; text-decoration: none; }

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
