#slider {
	width: 814px;
	margin: 0 auto;
	padding:0;
	position: relative;
}
.scroll {
	height: 285px;
	width: 814px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}
.scrollContainer div.panel {
	height: 285px;
	width: 814px;
}
.scrollButtons {
	position: absolute;
	top: 360px;
	cursor: pointer;
	height:15px;
	width:15px;
}
.scrollButtons.left {
	left: 0px;
}
.scrollButtons.right {
	left: 20px;
}
.hide {
	display: none;
}
.right_arrow {
	display:block;
	width:15px;
	height:15px;
	background:url(images/right_arrow.gif) top left no-repeat;
}
.left_arrow {
	display:block;
	width:15px;
	height:15px;
	background:url(images/left_arrow.gif) top left no-repeat;
}

