/* scroll content */

#comment_list_content .scrollbox_content,
#media_navigator .scrollbox_content {
	margin-right: 			20px;
}

/* scroll bar background */

#comment_list_content .scrollbox,
#media_navigator .scrollbox {
	z-index: 10;
	position: relative;
	display: inline;
	float: left;
}

#comment_list_content .scrollbox_scrollbar,
#media_navigator .scrollbox_scrollbar {
	height: 				100%;
	width: 					20px;
	margin:					0;
}

#categories_navigator .scrollbox_scrollbar {
	height: 				100%;
	width: 					18px;
}

#desc .scrollbox_scrollbar {
	height: 				158px;
	width: 					18px;
}

/* knob */

.scrollbox_handle {
	cursor:					pointer;
}

#comment_list_content .scrollbox_handle,
#media_navigator .scrollbox_handle,
#categories_navigator .scrollbox_handle,
#desc .scrollbox_handle {
	height: 				35px;
	width: 					17px;
}

/* up and down buttons */

.scrollbox_up_button,
.scrollbox_down_button
{
	line-height: 0;
	font-size: 0;
}

#desc .scrollbox_up_button,
#desc .scrollbox_down_button
{
	height: 3px;
}

#media_navigator .scrollbox_up_button,
#media_navigator .scrollbox_down_button
{
	height: 2px;
}

#comment_list_content .scrollbox_up_button,
#categories_navigator .scrollbox_up_button,
#categories_navigator .scrollbox_down_button
{
	height: 10px;
}

#comment_list_content .scrollbox_down_button
{
	height: 13px;
}
