#makeMeScrollable {
    width:538px;
    height: 94px;
    position: relative;
}

#makeMeScrollable div.scrollableArea * {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	width: 58px;
	height: 94px;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	cursor: url(../images/cursors/cursor_arrow_left.cur), url(images/cursors/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	width: 58px;
	height: 94px;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	width: 65px;
	height: 94px;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(../images/cursors/cursor_arrow_right.cur), url(images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	width: 65px;
	height: 94px;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: center center;
}

div.scrollWrapper
{
	position: relative;
        background-color: #000032;
	overflow: hidden;
	width: 460px;
	height: 100%;
        left: 38px;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
