.crossfade-container {
  position: relative;
}

.crossfade-element { 
  position: absolute;
}  

div.arrowOverlay {
	position:absolute;
	width:440px;
	height:275px;
	cursor: pointer;
    position:absolute;
    color: #636467;
    display:block;
    z-index: 1 

}

div.arrowOverlay img {
	
	position:absolute;
    bottom:10px;
}

#next_arrow {
	right:10px;
	z-index: 888;
}

#previous_arrow {
  left:10px;
  z-index: 888;
}

#previous_overlay 
{
  background-color: Transparent; 
  
}

#next_overlay {
  right:0px;
  background-color: Transparent;

  
}

/* Styles for the fader and arrow on the product page*/

#next_arrow {
	right:10px;
	width:24px;
	height:24px;
	z-index: 999;
	
	
}

#previous_arrow {
  right:40px;
	width:24px;
	height:24px;
	z-index: 999;

}

img.arrow_button {
	position:absolute;
	margin-top:6px;
	cursor:pointer;
}

#info-bar-background {
	height:5px;
	background-color:black;
	position:relative;
	z-index:-20;
}

	



