I kinda want to make the black background a little transparent but unfortunately its also making the image within the slide transparent as well.
Code:
#slideshow {
float:left;
width: 810px;
height: 360px;
margin: 10px 0 0 10px;
background-color: rgb(0,0,0);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#slideshow img {
margin: 5px 5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}