//make the width and height the same as the image, put the images in a div (in this case 'div-innerfade') with the same size of image and add padding and border to that div

$(function() {  
$('#coin-slider').coinslider({ width: 226, height: 151, navigation: false, delay: 8000, effect:'straight', sDelay: 10, hoverPause: false});
 });


