.header, .sub_menu li, .mobile_menu .menu_item  {
	background: #000;
}

.contact_form, .project_content {
	background: #fff;
}

.team-prev { 
    background:#000 url('../images/icons/back.png') no-repeat center center;
}
				
.team-next { 
    background:#000 url('../images/icons/forward.png') no-repeat center center; 
}

#prevslide{ left:0px; background:#000 url('../images/icons/back.png') no-repeat; width:78px; height: 78px; background-position: 27px 22px; border-top: 1px solid rgba(255,255,255,0.2); z-index: 9000; }
#nextslide{ right:0px; background:#000 url('../images/icons/forward.png') no-repeat; width:78px; height: 78px; background-position: 33px 22px; border-top: 1px solid rgba(255,255,255,0.2); z-index: 9000;}