Hi foris !
You can fix it following some steps below :
1. Open ja.slideshow.css file in templates/ja_nerine/css folder , find following code section at about line 11 :
#ja-slideshowwrap {
position:relative;
}
change to :
#ja-slideshowwrap {
background:#4F4F4F none repeat scroll 0 0;
border:3px solid #CACACC;
overflow:hidden;
position:relative;
}
2. Please following code section at about line 58 :
#ja-slidebar ul li a {
background:transparent url(img/circle.png) no-repeat scroll 0 0;
color:#4F4F4F;
cursor:pointer;
display:block;
float:left;
font-family:Tahoma,Arial,sans-serif;
font-size:10px;
font-weight:bold;
height:22px;
margin-right:5px;
text-decoration:none;
text-indent:6px;
width:20px;
}
change to :
#ja-slidebar ul li a {
background:transparent url(img/circle.png) no-repeat scroll 0 0;
cursor:pointer;
display:block;
float:left;
font-family:Tahoma,Arial,sans-serif;
font-size:10px;
font-weight:bold;
height:22px;
margin-right:5px;
text-decoration:none;
text-indent:6px;
width:20px;
}
3. Find following code section at about line 84 :
#ja-slidebar a.active {
background:transparent url(img/circle-active.png) no-repeat scroll 0 0;
}
change to :
#ja-slidebar a.active {
background:transparent url(img/circle-active.png) no-repeat scroll 0 0;
color:red;
}