[style*="background-color: #333333;"] .slideshow-index li,
[style*="background-color: #e01818;"] .slideshow-index li {
    background: rgba(255,255,255,0.3);
}
[style*="background-color: #333333;"] .slideshow-index li:hover,
[style*="background-color: #e01818;"] .slideshow-index li:hover {
    background: rgba(255,255,255,0.6);
}
[style*="background-color: #333333;"] .slideshow-index .current,
[style*="background-color: #e01818;"] .slideshow-index .current {
    background: rgb(255,255,255,1);
}