@charset "utf-8";
/* CSS Document */

div.sc_menu_wrapper {
	left:0px;
	top:0px;
	position: relative;
	height: 350px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 200px;
	overflow: auto;
}

.sc_menu img {
	display: block;
	border: none;
}

.sc_menu_wrapper .loading {
	position: absolute;
	top: 150px;
	left: 10px;
	
	margin: 0 auto;

	width: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	text-align: center;
	color: #fff;
	border: 1px solid rgb(79, 79, 79);
	background: #1F1D1D;
}
