#fotobank .fbList {list-style:none; line-height:24px;}
#fotobank .fbList a { color:#06C;}
#fotobank ul {margin:0px; padding:0px;}
#fotobank li {padding-left:25px; padding-right:10px;}
#fotobank .selected {text-decoration:none; color:#FFF; background-color:#393;}
#fotobank .selected a {text-decoration:none; color:#FFF;}
#fotobank .imagearea {background-color:#EEEAE3; text-align:center; padding:15px;  border-top:3px solid #F60; margin:15px; padding-bottom:30px; min-width:826px;}


div.sc_menu_wrapper {
	position: relative; 	
	height: 600px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 205px;
	
	margin-top: 15px;
	overflow: auto;
	background-color:#E8EEEB;
	padding:10px;
}
div.sc_menu {
	padding: 15px 0;
}
.sc_menu a {
	display: block;
	margin-bottom: 5px;
	width: 200px;
	
	border: 2px #999 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;		
	
	/* When image support is turned off */
	color: #fff;
	background: rgb(79, 79, 79);	
}
.sc_menu a:hover {
	border-color:#F60; 
	border-style: solid;
}
.sc_menu img {
	display: block;
	border: none;
}
 
.sc_menu_wrapper .loading {
	position: absolute;
	top: 50px;
	left: 10px;
	
	margin: 0 auto;
	padding: 10px;
 
	width: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	text-align: center;
	color: #fff;
	border: 1px solid rgb(79, 79, 79);
	background: #1F1D1D;
}
/* Styling tooltip */
.sc_menu_tooltip {
	display: block;
	position: absolute;
	
	padding: 6px;
	font-size: 12px;	
	color: #fff;
	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	border: 1px solid rgb(79, 79, 79);
	background: rgb(0, 0, 0);
	/* Make background a bit transparent for browsers that support rgba */	
	background: rgba(0, 0, 0, 0.5);
}
 
/* Here are styles for a link to an article. Not for you :) */
#back {
	margin-left: 8px;
	color: gray;
	font-size: 18px;
	text-decoration: none;
}
#back:hover {
	text-decoration: underline;
}
