/* Scrollbar & content css */

/*
#content1 {
	height: 206px;
	width: 300px;
	float:left;
	background: #f5f5f5;
	overflow:hidden;
}
*/

/*
#content p {
	margin: 10px;
}
*/

#content {
	float: left;
	height: 300px !important;
	width: 198px;
	padding-right: 5px;
	overflow: hidden !important;
}

.scrollbar-vert {
	background-color: #C2C693;
	height: 300px !important;
	width: 10px;
	float:left;
	cursor: pointer;
}

.handle-vert {
	height: 42px !important;
	width: 10px;
	background: #8B942B !important;
}
