Solved it ??
Internet explorer was reading the links of the slider with a border with color, so I added a code to the css of the plguin.
I had to add “border:0px;” to the css file of the plugin:
.promo_slider_wrapper { margin:10px 0; position:relative; }
.promo_slider { height:265px; overflow:hidden; position:relative; text-align:center; margin-right:10px;}
.promo_slider img { margin:0; padding:0; border:0px;}
.promo_slider .panel { background:url(‘images/slide.png’); display:none; float:left; overflow:hidden; width:100%; height:265px; }
.promo_slider .panel-1 { display:block; }
.pointer {cursor:pointer; cursor:hand;}
.ps_hover { display:none; }
.promo_slider:hover .ps_hover { display:block; }
.promo_slider_sep { font-weight:normal; }