div.scrollingHotSpotLeft
{
	min-width: 100px;
	width: 50%;
	height: 100%;
	background-image: url(/images/big_transparent.gif);
	background-repeat: repeat;
	position: absolute;
	z-index: 200;
	left: 0;
	cursor: url(/images/cursor_arrow_left.cur), w-resize;
}

div.scrollingHotSpotRight
{
	min-width: 100px;
	width: 50%;
	height: 100%;
	background-image: url(/images/big_transparent.gif);
	background-repeat: repeat;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(/images/cursor_arrow_right.cur), e-resize;
}


/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

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

	
	#makeMeScrollable
	{
		width:890px;
		height: 319px;
		position: relative;
	}
	
	#makeMeScrollable div.scrollableArea *
	{
		display: block;
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
	}


	#makeMeScrollableSvin
	{
		width: 890px;
		height: 225px;
		position: relative;
	}
	
	#makeMeScrollableSvin div.scrollableArea *
	{
		display: block;
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
	}








/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

