#scrollbar_track,#scrollbar_track_r {
	position:absolute;
	top:24px;
	right:0;
	height:348px;
	width:5px;
	background-color:transparent;
	cursor:move;
	background:#e5e5e5;
}
#scrollbar_handle,#scrollbar_handle_r {
	width:5px;
	background-color:#a0a0a0;
	cursor:move;
	opacity:0.9;
	-moz-opacity:0.9;
}
#scrollbar_content,#scrollbar_content_r {
	overflow:hidden;
	width:410px;
	height:342px;
	margin:30px 0 0 30px;
}
/*
#scrollbar_content,#scrollbar_content_r img {
	margin: 0 0 20px 15px;}*/

