jquery - custom nivo slider slideshow -
i want customize nivo slider slideshow bullets appear in inner image. the slideshow nivo slider looks this: http://demo.dev7studios.com/nivo-slider/ i want customize bullets this: http://wowslider.com/automatic-jquery-slider-noir-squares-demo.html bullets appear in right corner of image. how can this? please me. simply adding following css should trick: .slider-wrapper{ position:relative; } .theme-default .nivo-controlnav{ position:absolute; top:15px; right:15px; padding:0px; z-index:9; }