div.content {
    background: #000;
}
#homepage-slideshow .paging a {
	color: #fff;
	font: normal 12px arial,sans-serif;
	background-color: #535353;
	text-decoration: none;
}
#homepage-slideshow .paging a:hover, #homepage-slideshow .paging a.selected {
	background-color: #999;
}
.box {
    color: #fff;
    font: 12px arial,sans-serif;
    background-color: #141414
}
.top {
    background-color: rgba(0, 0, 0, 0.75);
}
.top h3 {
    color: #fff;
    font: bold 14px "Century Gothic",arial,sans-serif;
    padding: 3px 0 0 20px;
    text-transform: uppercase;
}
.box a {
    text-decoration: none;
    color: #96D23A;
}
.box a:hover {
    text-decoration: underline;
}
.box .frontpagestats .stats {
    font-size: 42px;
    font-weight: bold;
    background: url("//static.fncash.com/images/3.0/payoutbg.jpg") 0 0 no-repeat;
}

/* jscrollpane */
.jspTrack {
	background: #141414;
}
.jspDrag {
    background: #96D23A;
}
.jspArrow {
	background: #50506d;
}
.jspArrow.jspDisabled {
	background: #80808d;
}
.jspCorner {
	background: #eeeef4;
}

