Is there any way to decrease the width of the black background on the home page slider gallery?
Got it, had to adjust the margins – here’s what I did (keeping in mind you have to delete the /’s).
#slider {
position:relative;
height:400px;
padding:5px 0 5px 0;
margin:5px 250px 5px 250px;
background:#151515;
-moz-box-shadow:0px 0px 20px #999;
-webkit-box-shadow:0px 0px 20px #999;
box-shadow:0px 0px 20px #999;