﻿/* General styles for BLUR background component */
.blur-bg {
	position: relative;
}
#blur-component {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
html body div.container-fluid .slidercontainer2 {
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
}
.amazingslider-2 {
	display: block;
	position: relative;
	margin: 16px auto 62px;
	border-bottom: 20px aqua solid;
}
div.amazingslider-img-0 img {
	width: 100%;
}
.blur-shadow {
	height: 42px;
	width: 100%;
	background: url('../../../../Site/graphics/divider-bottom.png') center top no-repeat;
	position: absolute;
	bottom: -42px;
	left: 0px;
}
.blur-inner-shadow {
	-moz-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
   left:0px;
}
