﻿
#makeMeScrollable
{
	width: 630px;
	height: 100px;
	position: relative;
	border: solid 1px #ccc;
}

#solutionScrollable
{
	width: 630px;
	height: 115px;
	position: relative;
	border: solid 1px #ccc;
}

div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 10px;
	width: 5%;
	height: 100%;
	background-position: left center;
	position: absolute;
	z-index: 200;
	left: 0;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/home/arrow_c_left.jpg);				
	background-color: #fff;
	background-repeat: no-repeat;
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 10px;
	width: 5%;
	height: 100%;
	background-position: right center;
	position: absolute;
	z-index: 200;
	right: 0;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/home/arrow_c_right.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
}

/* 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%;
}

/* ============================================================ */

div.scrollingHotSpotLeft1
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 10px;
	width: 5%;
	height: 100%;
	background-position: left center;
	position: absolute;
	z-index: 200;
	left: 0;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible1
{
	background-image: url(../images/home/arrow_c_left.jpg);				
	background-color: #fff;
	background-repeat: no-repeat;
}

/* Invisible right hotspot */
div.scrollingHotSpotRight1
{
	min-width: 10px;
	width: 5%;
	height: 100%;
	background-position: right center;
	position: absolute;
	z-index: 200;
	right: 0;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible1
{
	background-image: url(../images/home/arrow_c_right.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
}

/* 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.scrollWrapper1
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

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