@charset "utf-8";

/*crossFader*/
#mainImage{
	position:relative;
}

.crossfader img{
	position:absolute;
	top: 0px
	left: 0px;
	z-index:0;
	opacity:0;
}

@media only screen and (min-width: 641px)  and (max-width: 1024px) {

.crossfader img{
	top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

}

.crossfader .active{
	z-index:1;
	opacity:1.0;
}

.crossfader .last-active{
	z-index:0;
}

.crossfader .startBtn{
	position:absolute;
	bottom:10px;
	left: 10px;
	z-index:0;
}

.crossfader .startBtn a{
	display:block;
	padding:3px 8px;
	background-color:#FFF;
}