<style type="text/css"> /* Overall Popup */ div#at15s { background-color: #444 !important; color: #ddd !important; border-color: #555 !important; } /* Popup Header & Footer */ #at15s_head, #at16pf, #at16pf a, div#at16pt, div#at16pt h4, div#at16pc, div#at16psf { background-color: #333 !important; border-color: #777 !important; color: #ddd !important; } /* Popup Button Colors */ div#at_hover .at_item, div#at_share .at_item { background: #444 !important; border-color: #777 !important; color: #ddd !important; } /* Hovered Popup Button Colors */ div#at_hover .at_item:hover, div#at_hover .at_item.athov, div#at_share .at_item:hover, div#at_share .at_item.athov { background: #777 !important; border-color: #444 !important; color: #ddd !important; } </style> <script type="text/javascript"> $(document).ready(function(){ var myimg = 'http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/sm-share-en-dark.gif'; $('img[src*="sm-share-en.gif"]').attr('src',myimg); }) </script>