div.scrollingHotSpotLeft
{
	min-width: 55px;
	width: 55px;
	height: 140px;
	background: url(../../../../gfx/sonstiges/scroll_left.png) no-repeat 11px 48px;
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	display:none;
}

div.scrollingHotSpotRight
{
	min-width: 55px;
	width: 55px;
	height: 140px;
	background: url(../../../../gfx/sonstiges/scroll_right.png) no-repeat 0px 48px;
	position: absolute;
	z-index: 200;
	top: 0;
	right: 0;
}

#gallery
{
	width:636px;
	height: 140px;
	position: relative;
}

div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: auto;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}


div.scrollableArea img
{
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}