.scrollable .vscroller {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.0, #333333),
		color-stop(1.0, #222222)
	);
	
	background: -moz-linear-gradient(
		left center,
		#333333 0%,
		#222222 100%
	);
}

.scrollable .hscroller {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.0, #333333),
		color-stop(1.0, #222222)
	);
	
	background: -moz-linear-gradient(
		top center,
		#333333 0%,
		#222222 100%
	);
}

.scrollable .vscroller .scrollarea {
	left: 2px;
	right: 2px;
}

.scrollable .hscroller .scrollarea {
	top: 2px;
	bottom: 2px;
}

.scrollable .scrollarea {
	background-color: #4B4B4B;
	
	box-shadow: 1px 1px 4px #111 inset;
	-moz-box-shadow: 1px 1px 4px #111 inset;
	-webkit-box-shadow: 1px 1px 4px #111 inset;
	
	border: 1px solid #333333;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.scrollable .scrollblock {
	border: 1px solid #161616;
}

.scrollable .vscroller .scrollblock {
	left: 0px;
	right: 0px;
	border: 1px solid #94287b;
	
	background:#94287b;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.0, #94287b),
		color-stop(1.0, #94287b)
	);
	
	background: -moz-linear-gradient(
		left center,
		#94287b 0%,
		#94287b 100%
	);
}

.latest_mangas .scrollable .vscroller .scrollblock {
	left: 0px;
	right: 0px;
	border: 1px solid #587320;
	
	background:#587320;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.0, #587320),
		color-stop(1.0, #587320)
	);
	
	background: -moz-linear-gradient(
		left center,
		#587320 0%,
		#587320 100%
	);
}

.scrollable .hscroller .scrollblock {
	top: 0px;
	bottom: 0px;
	
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.0, #3C3C3C),
		color-stop(1.0, #000)
	);
	
	background: -moz-linear-gradient(
		top center,
		#3C3C3C 0%,
		#000 100%
	);
}

.scrollable .scrollbtn {
	width:14px;
	margin-left:3px;
	color: white;
	cursor:pointer;
	text-shadow: -1px -1px 0px black;
	background:#94287b;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}
.scrollable .scrollbtn.scrolldown
{
	line-height: 22px;
}

.latest_mangas .scrollable .scrollbtn
{
	background:#587320;
}

.scrollable .scrollbtn:hover {
	color: #888;
}

.scrollable .filler {
	background: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0.0, #333333),
		color-stop(0.5, #222)
	);
	
	background: -moz-linear-gradient(
		-45deg,
		#333333 0%,
		#222 50%
	);
}
