.customScrollerContainer {}
.customScrollerContent {padding: 0;}

/* SCROLLER STYLE */
/* HORIZONTAL */
.divOScrollerBar {height: 15px;	margin-top: 1px;}

/* AREA LEFT */
.divOScrollerBarLeft {cursor: pointer; width: 17px}

/* AREA RIGHT */
.divOScrollerBarRight {cursor: pointer;	width: 17px}

/* TRACE */
.divOScrollerBarTrace {
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: url(/images/work-scroll-bar-track.gif) 0 50% repeat-x
}

/* CURSORS */
.divOScrollerBarCursor {cursor: pointer}

.divOScrollerBarCursor span {
	display: block;
	height: 15px;
	width: 100%;
	line-height: 0;
	font-size: 0;
	background: url(/images/work-scroll-bar.gif) 0 50% repeat-x
}

/* CURSORS HOVER */
.divOScrollerBarCursor span.hover {}


#scrollContainer {
    width: 920px;
    margin: 15px 0 0 20px;
    height: 100px;
    background: url(/images/work-scroller-back.jpg) -8px -8px no-repeat #d6d6d6;
    border: 8px solid #d6d6d6
}
#scrollImages {overflow: hidden; height: 78px; /* width: 1568px need js to calculate this dynamically */}
#scrollImages img {float: left; margin: 0 7px 0 0; cursor: pointer} /* IMG AND ITS MARGIN IS A TOTAL WIDTH OF 112px */