﻿/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
}

/* 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.slides-caption {
	margin: 0 auto ;
	top:442px;
	position: absolute;
	z-index: 4;
width:100%;
	bottom:0px;


	background-color: rgba(162,22,30,0.7);
	height: 45px;
	padding-top: 10px;
	padding-left: 25%;
	
}
