body {
    background: url('../../images/bg.jpg');
}

.imago_thumbImg {
    border: 5px solid #222;
}

.imago_selectedThumb {
    border: 5px solid #EDEDED;
}

#sideBarMenu {
	background: #111;
}

#sideBarContent {
	background: #111;
}

.sideBarTabClosed {
	background: #111 url('../../images/open.png') no-repeat center center;
}

.sideBarTabOpen {
	background: #111 url('../../images/close.png') no-repeat center center;
}

#imagoCurrentImg {
	border: 10px solid #111;
}
    