body {
	padding: 0 0 0 0;
}
div.sc_menu_wrapper-r {
	position: relative; 	
	height: 460px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 125px;
	margin-left:-2px;
	margin-top: 0px;
	overflow: auto;
	z-index:0;
}
div.sc_menu-r {
	padding: 0px 0px 0 0;/*отступ сверху*/
}
.sc_menu-r a {
	display: block;
	margin-bottom: 4px;
	width: 120px;
	
	border: 2px rgb(79, 79, 79) solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;		
	
	/* When image support is turned off */
	color: #fff;
	background: none;	
}
.sc_menu-r a:hover {
	border-color: #F60;
	border-style: solid;
}
.sc_menu-r img {
	display: block;
	border: none;
}

.sc_menu_wrapper-r .loading {
	position: absolute;
	top: 50px;
	left: 4px;
	
	margin: 0 auto;
	padding: 6px;

	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: -10px 0px 0px 10px;
	font-size: 11px;
	font: Georgia, "Times New Roman", Times, serif
	color: #000000;
	text-align: center;
	line-height:13px;
	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;	
	
	border: 1px solid rgb(79, 79, 79);
	background: #FFFFCC; /* rgba(0, 0, 0, 0.5);*/
	width:122px;
}
