Hi,
If you are making plugin then try to make it html valid. Solution is to put your css inside footer that will override slider styles, for title eg. <style type=”text/css”>
.huge_it_slideshow_title_text_1 {
background: none!important;
font: normal 24px/32px “Century Gothic”, CenturyGothic, arial, sans-serif;
color: #fff;
text-shadow: -1px 1px 1px #000;
}
</style>
This will produce html validation error but it will change title text styling…