.splash > .bmSlider{
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 0;
			

   /* overflow: hidden; */
  

}
.splash > .bmSlider > .marker,
.splash > .bmSlider > .holder
{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
 	background: none;
	background-position-x: center;
	background-position-y: center;		
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
}
