.div-SlideImages .image
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #333;
	background-size: 100% 100%;
	background-position: top;
	background-repeat: no-repeat;
	opacity: 0.0;
	-webkit-transition: opacity 3s;
	-moz-transition: opacity 3s;
	-ms-transition: opacity 3s;
	transition: opacity 3s;
    box-shadow: inset 0px -100px 100px -40px;

  }

.div-SlideImages .minImage
{
	float: left;
	width: 20%;
	height: 100%;
	background: #333;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	border-top: 10px solid rgba(100,100,100,0.7);
}

.div-SlideImages .div-MinContainer
{
	width: 99%;
	height: 15%;
	position: absolute;
	bottom: 2%;
}

.div-SlideImages .image.selected
{
	opacity: 1.0;
}


.div-SlideImages .minImage.selected
{
	border-top: 10px solid white;
	background-color: rgba(100,100,100,0.5);
}