.sliderImageCaptionBg { 
	background-color: #ffffff; 
	opacity: 0.8; 
	position:absolute;
	bottom: 60px;
	left: 0;
}
.sliderGradient {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	height: 27px; /* 27 */
	/*position:absolute;*/
}
.innerSlider { 
	position: relative; overflow: auto; height:320px; max-width: 100% !important; 
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.39);
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.39);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=74, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=74, Color='#000000');
}

.innerSlider li { list-style: none; }
.innerSlider ul li { float: left; }
.innerSlider ul { margin:0; padding: 0; }

.innerSlider li img { position:absolute; right: 0; }
.innerSlider li .sliderImageCaption { 
	position:absolute; 
	bottom: 70px; 
	left: 40px;
	max-width: 450px; 
	max-height: 300px; 
	overflow-y: hidden;
	z-index: 110;
	clear:both;
	color: #333333;
	font-size: 18px;
	font-weight: 300;
	text-align:right;
	line-height: 19px;
}

.innerSlider li .sliderImageContainer { 
	/*height:320px;
	width:1360px;*/
	width: 100%;
	max-width:100%;
	height: 268px;
	overflow:hidden;
	position:relative;
	
}
.innerSlider li {
	position:relative;
}

.innerSliderOverlay { 
	position:absolute;
	top:0; 
	left: 0; 
	z-index:100;
	/*display:none; */
}
ol.dots { 
	margin:0; 
	padding:0; 
	position: absolute;
	margin: auto;
	bottom: -2px; left: 50%; 
	z-index: 120; 
	background-color: #ffffff;
	height: 14px;
}
ol.dots li {
    cursor: pointer;
    display: inline-block;
    margin-top: 1px;
	margin-bottom: 8px;
    text-indent: -999em;
	background: url('/img/dot-grey.png') no-repeat center center;
    width: 11px;
	height: 11px;
}
ol.dots li.active { background: url('/img/dot-green.png') no-repeat center center; }









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