body {
    /*background: #fff;
	padding: 30px 0 0 50px;*/
    color: #969696;
}
.wrapper_scroller {
	position: absolute;
	height: 500px;
    width: 820px;
    margin: auto;
	left: 50%;
	top: 50%;
	margin-left: -410px;
	margin-top: -250px;

	/* Make bigger than a photo, because we need a place for a scrollbar. */
   /*	width: 825px;

	margin-top: 30px;
	overflow: auto;*/

}
.wrapper_scroller_content {
	padding: 15px 0;
}
/*.sc_menu a {
	display: block;
	margin-bottom: 5px;
	width: 130px;

	border: 2px rgb(79, 79, 79) solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;*/

	/* When image support is turned off */
/*	color: #fff;
	background: rgb(79, 79, 79);
}*/


a:link { color: #737374; font-weight: normal; text-decoration:none; cursor: pointer; }
a:visited { color: #737374; font-weight: normal; text-decoration:none; cursor: pointer; }
a:active { color: #737374; font-weight: normal; text-decoration:none; cursor: pointer; }
a:hover { color: #7ab420; font-weight: normal;	text-decoration:none; cursor: pointer; }


.wrapper_scroller_content img {
	display: block;
	border: none;
}

.wrapper_scroller .loading {
	position: relative;
	top: 310px;
	left: 0px;

	margin: 0 auto;
	padding: 2px;

	width: 80px;
    -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);
    }*/