
/*...............MainPropPic........*/
.MainPropPic img {
	border:1px solid #fff;
    width: 420px;
    height: 339px;
	position:relative;
}

.MainPropPic .LoaderBlock {
    position: absolute;
    left:0;
    top: 0;
    width: 420px;
    height: 340px;
    background:none;
    opacity: 0.50;
    filter: alpha(opacity = 50);

}

.MainPropPic .LoaderBlock img {
    position: absolute;
	   left:180px;
    top: 160px;
    border: none;
    width: 100px;
    height: 100px;
	   opacity: 0.50;
    filter: alpha(opacity = 50);
}

div.sc_menu_wrapper {
	position: relative; 	
	height: 340px;
	text-align:top;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 180px;
	overflow: auto;
}
div.sc_menu {
	padding: 15px 0;
}
.sc_menu a {
	display: block;
	margin-bottom:10px;
	width: 175px;
	border:1px solid #fff;
	/* When image support is turned off */
	color: #fff;
	background: rgb(79, 79, 79);	
}
.sc_menu a:hover {

}
.sc_menu img {
	display: block;
	border: none;
}

.sc_menu_wrapper .loading {
	position: absolute;
	top: 25px;
	left: 0px;
	margin: 0 auto;
	padding: 10px;

	width: 100px;
  	
	
	text-align: center;
	color: #fff;

}
/* 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;
}


