.loaderBG {
	width: 100%;
	height: auto;
	background-image: url('img/backs/bannerLoader2.gif');
	background-position: center center;
	background-repeat: no-repeat;
   
  }
  
  div.topGline {
	width: 100%;
	/* height: 617px; */
	height: auto;
	background-color: transparent;
	background-image:url('img/backs/gray_stroke.gif');
	background-position: left top;
	  background-repeat: no-repeat;
  }
  

  div.topGlineWhite {
	width: 100%;
	/* height: 617px; */
	height: auto;
	background-color: transparent;
	background-position: left top;
	  background-repeat: no-repeat;
  }


  span.grayLineSmall {
	  display: block;
	  width: 78px;
	  height: 120px;
	  background-image: url('img/backs/grayline_small.jpg');
	background-position: center center;
	  background-repeat: no-repeat;
	position: relative;
	  top: 0px;
	left: 46%;
  }

  @media only screen and (max-width: 767px) {
	div.pageItemLeft {
		margin-bottom: 50px;
	}
}
  