﻿div.scrollingHotSpotLeft
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../imgs_body/px_limpio.png);	
	background-repeat: no-repeat;
	background-position: top left;	
	position: absolute;
	z-index: 2000;
	left: 0;
	cursor: url(../imgs_body/cursors/cursor_arrow_left.png), url(../imgs_body/cursors/cursor_arrow_left.cur),w-resize;
}

div.scrollingHotSpotRight
{
	
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../imgs_body/px_limpio.png);
	background-repeat: no-repeat;
	background-position: top right;
	/*cursor:alias;*/
	position: absolute;
	z-index: 2000;
	right: 0;
	cursor: url(../imgs_body/cursors/cursor_arrow_right.png), url(../imgs_body/cursors/cursor_arrow_right.cur),e-resize;
}

div.scrollWrapper
{	
	position: relative;
	overflow: hidden;
	width: 95%;	
	height: 110%;	
	z-index:1;
	float:left;
	/*border:1px solid red;*/
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
	z-index:5000;
	/*border:1px solid blue;*/
}