.camera_wrap {
    background: #4D4022;
}


.camera_thumbs_cont {
    background: #4D4022;
}
/* Login button */
.WaGadgetLoginButton .loginLink, .WaGadgetLoginForm .loginLink {
    background: #4D4022 !important;
    color: white !important;
}
/* Login button on hover */
.WaGadgetLoginButton .loginLink:hover, .WaGadgetLoginForm .loginLink:hover {
    background: #68C0E3 !important;
}
/* Logout button */
.WaGadgetLoginButton .authenticated .loginLink, .WaGadgetLoginForm .authenticated .loginLink {
    background: 0 !important;
    color: #4D4022 !important;
}
/* Logout button on hover */
.WaGadgetLoginButton .authenticated .loginLink:hover, .WaGadgetLoginButton .authenticated .loginLink.hover, .WaGadgetLoginForm .authenticated .loginLink:hover, .WaGadgetLoginForm .authenticated .loginLink.hover {
    background: 68C0E3 !important;
    color: white !important;
}

.WaGadgetMobilePanel .mobilePanel {
    background: #4D4022;
    color: white;
}

.camera_next {
    background-color: #68C0E3;
}

.camera_prev {
    background-color: #68C0E3;
}