/* Cross Fade CSS Elements */

#crossfader {
	width:375px;
	height:310px;
	background-repeat: no-repeat;
	background-position: center center;
}

#mainimg {
  width:375px;
  height:310px;
  border: 0px none; 
  filter: alpha(opacity=0); 
  -moz-opacity: 0; 
  -khtml-opacity: 0; 
  opacity: 0;
}