#slider {
   	width:920px;
    position: absolute;
	/*background:#6c6c6c;*/
}
.scroll {
    width:800px;
	overflow: auto;
    position: relative;
    clear:left;
	overflow: hidden;
	margin:0 auto;
}
.scrollContainer div.listings {
    width:800px;
	float:left; 
	position: relative;
}
.scrollButtons {
    position: absolute;
    top: 73px;
    cursor: pointer;

}
#slider .scrollButtons.left {
    left:15px;
	width:27px;
	height:26px;
}
#slider .scrollButtons.right {
    right:15px;
	width:27px;
	height:26px;

}
.hide {
    display: none;
}
