#side_menu{
	float:left;
	width:200px;
}
#side_menu li{list-style:none;}
#side_menu ul li h2.open{
	background:#666;
	color:#222;
	border-left:5px solid #999;
}
#side_menu a{
	text-decoration: none;
	display:block;
	padding:2px 0 2px 25px;
	border-bottom: 1px solid #222;
	color:#333;
	background:#ccc;
}
#side_menu a:hover{
	color:#333;
	background:#AAA;
}
#side_menu a.selected{
	color:#333;
	background:#AAA;
}
#side_menu h2{
	border:none;
	font-size:1.1em;
	margin:0;
	padding:5px 20px;
	background:#333;
	color:#EEE;
	border-bottom: 1px solid #222;
	border-left:5px solid #999;
	cursor: pointer;
}
#side_menu h2:hover{
	background:#666;
}
#side_menu ul li ul li{
	padding:0;
}
.drawer_content{
	background:#ddd;
}
#right_pane{
	float:right;
	width:690px;
	text-align:center;
}
#loading{
	position:absolute;
	top:200px;
	margin-left:450px;
	font-size:3em;
	line-height:3em;
	z-index:60;
	display:none;
}
#mainImage{
	width:475px; 
	height:475px; 
	float:left; 
	padding-left:10px;
}
.galleryList{float:right;}
div.galleria_wrapper img{
	display:block;
	margin:0 auto;
}
#prevNext {clear:both; float:left; text-align:center; width:475px; padding:10px;}
#prevNext a{color:#CCC; text-decoration:none;}
ul.drawer_content a{font-size:0.8em;}
/*div#navigation{
	border-bottom: 35px solid #333; 
	margin-left:375px;
}
*/