Menu
function wonderslider_3_appendcss(csscode) {var head=document.head || document.getElementsByTagName(“head”)[0];var style=document.createElement(“style”);head.appendChild(style);style.type=”text/css”;if (style.styleSheet){style.styleSheet.cssText=csscode;} else {style.appendChild(document.createTextNode(csscode));}};wonderslider_3_appendcss(“#wonderpluginslider-3 .star-rating { display: inline-block; }”);