/* Scrollbar & content css */						
.scroller_content{
	/*width: 305px;
	height: 246px;
	overflow:hidden;*/
}
.scroller_vertical_scrollbar{
	/*width: 20px; 
	height: 206px;
	padding: 0; 
	margin: 0; */
	background: url(../images/shastic/scrollers/black/scroller_track.png) no-repeat;
}
.scroller_vertical_handle{
	/*position: relative;
	top:  0;
	height: 80px;
	width: 16px;*/
	background: url(../images/shastic/scrollers/black/scroller_handle.png) no-repeat;
	cursor: move;
	/* * background-color: #2c2c2b;*/
	/*border-top: 1px solid #212120;
	border-bottom: 1px solid #212120;*/
}
.scroller_vertical_up_button{
	width: 16px;
	height: 20px;
	background: #2c2c2b url(../images/shastic/scrollers/black/scroller_top_handle.jpg) no-repeat;
}
.scroller_vertical_down_button{
	width: 16px;
	height: 20px;
	background: #2c2c2b url(../images/shastic/scrollers/black/scroller_bottom_handle.jpg) no-repeat;
}

