body {
   background-color:   #7AB3FF; 
}

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

.imago_selectedThumb {
    border: 5px solid #7AB3FF;
}

#sideBarMenu {
	background: #111;
}

#sideBarContent {
	background: #111;
}

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

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

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