/*************************************************************************/
/*************** HORIZONTAL SLIDER FOR PLANNING CENTER *******************/

#scrollMe{
	width: 653px;
	height:115px;
	padding-top:15px;
	float:left;
	display:block;
	white-space:nowrap;
	background:#E5DCC8;
	border:1px solid #BEB4A5;
	overflow:hidden;
}
/*
#scrollMe p{ must set actual width of content
	width: 1000px;
}
*/
.scrollbar-horizontal{
	width:655px;
	height:17px;
	float:left;
	background:url(/images/scroller-bg.gif) no-repeat;
}
.handle-horizontal{
	width:53px;
	height:17px;
	background: url(/images/scroller.gif) no-repeat;
	cursor:pointer;
}
* html .handle-horizontal{ /* IE6 */
	cursor:hand;
}
