/*************************************************************************/
/***************************** slider ************************************/
/*********  http://www.solutoire.com/experiments/scrollbar/  *************/

.scrollbar-vertical{
	width:18px;
	height:490px;
	margin:45px 0 0 20px;
	float:left;
	background:url(/wp-content/themes/pacer/images/scrollbarBg.gif) no-repeat;
}
.handle-vertical{
	width:18px;
	height:56px;
	background: url(/wp-content/themes/pacer/images/scrollbar.gif) no-repeat;
	cursor:pointer;
}
* html .handle-vertical{ /* IE6 */
	cursor:hand;
}