#slideshow-wrapper {
	    	background-color: #1a1a1a;
           		background-image: url(http://marshallhallphotography.com/wp-content/uploads/2013/01/Page-banner-full-width6.jpg);
        background-repeat:  no-repeat;
    background-position: center center;
}
#slideshow-pattern{
	opacity:0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#sub-header-content-wrapper {
    background-image: url(http://marshallhallphotography.com/wp-content/uploads/2013/01/Page-banner-full-width6.jpg);
    background-repeat:  no-repeat;
    background-position: center center;
}
#sub-header-content-pattern {
	opacity:0.5;
    filter: alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#sub-header-color-overlay {
	background:#323232;
}