
div.sc_menu_wrapper {
	position: relative; 	
	height: 650px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 450px;
	
	margin-top: 50px;
	overflow: auto;
}
div.sc_menu {
	padding: 15px 0;
}
.sc_menu a {
	display: block;
	margin-bottom: 5px;
	width: 400px;
	
	border: 0px rgb(79, 79, 79) solid;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;		
	
	/* When image support is turned off */
	color: #fff;
		
}
.sc_menu a:hover {
	border-color: rgb(130, 130, 130);
	border-style: dotted;
	
}
.sc_menu img {
	display: block;
	border: none;
	padding: 3px;
}

.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;
}


background: rgb(0, 0, 0);

/* 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;
}