
.scrollbar
{
	height: 300px;
	overflow-y: scroll;
}

.force-overflow
{
	/*min-height: 450px; */
}

#wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
}


/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #000000;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #00000;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #F5F5F5;
}

